Age | Commit message (Expand) | Author |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Fixed looking up users to use case insensitivity | Adam |
2010-12-12 | Do not use wildcard matching when looking up hosts on access add/del | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Fixed subcommands | Adam |
2010-12-12 | The rest of the earlier command changes | Adam |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Send replies from fantasy commands back to the channel, this will be expanded... | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Removed some unused code paths in some of the modules | Adam |
2010-12-12 | Added a plexus3 protocol module | Adam |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam |
2010-12-12 | Fixed some of the language strings | Adam |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Added /chanserv clone command | Adam |
2010-12-12 | Added command aliases | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added /ms ignore | Adam |
2010-12-12 | Just store lang strings in a char array, no need for the extra overhead of ST... | Adam |
2010-12-12 | Do not allow ghosting unidentified users if the recover command exists | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-12-12 | Made ./Config with a .git directory work ok if we are on a git tag | Adam |
2010-12-12 | Made version.cpp ok with an empty VERSION_EXTRA | Adam |
2010-12-09 | Fixed build on cmake 2.4.x | Adam |
2010-11-17 | Fixed the mlock events to be useful and fixed /cs access view's last used time | Adam |
2010-11-14 | Delete users and channels from the modestacker when they are destructed | Adam |
2010-11-09 | Fixed DNS caching and made DNS cache empty results | Adam |
2010-11-05 | Fixed /ms sendall syntax error message | Adam |
2010-11-04 | Made Base not virtual, prevents us from having to dynamic cast in the mode st... | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-26 | Modules to not need to include libintl.h because they are not linked to libin... | Adam |
2010-10-26 | Fixed Windows build with gettext | Adam |
2010-10-22 | Fixed some Windows problems | Adam |
2010-10-21 | Changed the log:normal config directive to a list like the other log values, ... | Adam |
2010-10-13 | Fixed mlock, broken since revision cf98cd3e06e4de0f9902824b0ef8239e947c5b6a | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-09 | Fixed a crash in the dns engine if we receive a reply after a request has tim... | Adam |
2010-10-06 | Made nickserv:nogroupchange work | Adam |
2010-10-06 | Added lang/unused.sh, used to find unused language strings. Also removed a lo... | Adam |
2010-10-05 | Fixed restarting Anope when it is started from outside of the services binary... | Adam |
2010-10-04 | Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op... | Adam |
2010-10-04 | Automatically destruct messages when modules are unloaded | Adam |
2010-10-04 | Changed the protocol handling system to use a vector of strings instead of C ... | Adam |
2010-10-03 | Fixed checking the global block in the config to work ok, fixed having non-co... | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | Adam |