summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Fixed looking up users to use case insensitivityAdam
2010-12-12Do not use wildcard matching when looking up hosts on access add/delAdam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Fixed subcommandsAdam
2010-12-12The rest of the earlier command changesAdam
2010-12-12Added /bs set msgAdam
2010-12-12Send replies from fantasy commands back to the channel, this will be expanded...Adam
2010-12-12Added cs_entrymsgAdam
2010-12-12Removed some unused code paths in some of the modulesAdam
2010-12-12Added a plexus3 protocol moduleAdam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Fixed some of the language stringsAdam
2010-12-12Removed the AUTODEOP level, it is unnecessary now because of cs_modeAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod...Adam
2010-12-12Added /chanserv clone commandAdam
2010-12-12Added command aliasesAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-12-12Added /ms ignoreAdam
2010-12-12Just store lang strings in a char array, no need for the extra overhead of ST...Adam
2010-12-12Do not allow ghosting unidentified users if the recover command existsAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam
2010-12-12Made ./Config with a .git directory work ok if we are on a git tagAdam
2010-12-12Made version.cpp ok with an empty VERSION_EXTRAAdam
2010-12-09Fixed build on cmake 2.4.xAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-14Delete users and channels from the modestacker when they are destructedAdam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
2010-11-05Fixed /ms sendall syntax error messageAdam
2010-11-04Made Base not virtual, prevents us from having to dynamic cast in the mode st...Adam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-26Modules to not need to include libintl.h because they are not linked to libin...Adam
2010-10-26Fixed Windows build with gettextAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-21Changed the log:normal config directive to a list like the other log values, ...Adam
2010-10-13Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6aAdam
2010-10-11Fixed Windows buildAdam
2010-10-11Fixed some warningsAdam
2010-10-09Fixed a crash in the dns engine if we receive a reply after a request has tim...Adam
2010-10-06Made nickserv:nogroupchange workAdam
2010-10-06Added lang/unused.sh, used to find unused language strings. Also removed a lo...Adam
2010-10-05Fixed restarting Anope when it is started from outside of the services binary...Adam
2010-10-04Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op...Adam
2010-10-04Automatically destruct messages when modules are unloadedAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-03Fixed checking the global block in the config to work ok, fixed having non-co...Adam
2010-10-02Added os_modreload. Also allow unloading database and encryption modules sinc...Adam