Age | Commit message (Expand) | Author |
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 | Document that /cs owner and deowner allow nick args | 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 | Allow users to drop their own nickrequests | Adam |
2010-12-12 | Allow users to remove their own access in channels | Adam |
2010-12-12 | Added /chanserv clone command | Adam |
2010-12-12 | Allow akill/szline/sqline to accept user names as a mask argument | 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 | Fixed DNS caching and made DNS cache empty results | 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 | If a channel drops because a nick drops, set the channel founder to the user ... | 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 | Bump for 1.9.4-git | Adam |
2010-12-12 | Anope 1.9.3 Release1.9.3 | Adam |
2010-12-01 | Fixed clearing entries from the bandata cache | Adam |
2010-11-25 | Fixed handling pings and ctcps to channels | Adam |
2010-11-21 | Fixed replacing %R with /msg on non gettext builds | Adam |
2010-11-21 | Fixed some language string names | Adam |
2010-11-19 | Fixed parsing cidr masks | 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-11 | Removed an unused variable | Adam |
2010-11-11 | Fixed possible unsafe iteration when purging dns cache, and fixed the dns cac... | Adam |
2010-11-09 | Fixed DNS caching and made DNS cache empty results | Adam |
2010-11-09 | Fixed a crash in the DNS engine when using cached 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-11-02 | Fixed anopesmtp. Again. It works on Windows now | Adam |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with calculate... | Adam |
2010-10-31 | Fixed replacing %R's in email messages and fixed anopesmtp to really work | Adam |
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam |
2010-10-28 | Made gettext work on Debian and updated some documentation | Adam |
2010-10-28 | removed an extra space from db-convert | DukePyrolator |