Age | Commit message (Expand) | Author |
2011-01-24 | Fixed db upgrade loading forbidden nicks | Adam |
2011-01-21 | Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabs | Adam |
2011-01-18 | Bug #1232 - Fixed db-convert to properly convert mode lock parameters | Adam |
2011-01-15 | Made CA_SET always be accessable, even if db-converter messes up levels | Adam |
2011-01-14 | Fix CODINGs formatting and a missed typo | lethality |
2011-01-11 | Bug #1230 - Fixed unknown CTCPs from crashing services | Adam |
2011-01-09 | Fixed CanAdd() to use safe iteration and make SNLine::Check really work | Adam |
2010-12-30 | Fixed restoring topics on perm channels | Adam |
2010-12-29 | Fixed creating permanent channels on burst that have no botserv bot on IRCds ... | Adam |
2010-12-28 | Bug #1225 - Made REGISTER show in /cs help | Adam |
2010-12-27 | Fixed build on debian lenny | Adam |
2010-12-26 | Fixed a potential crash from dropping nicks | Adam |
2010-12-25 | Properly remove commands from bots when they are destructed, and run privmsgs... | Adam |
2010-12-24 | Bump version.sh to -p1 | Adam |
2010-12-24 | Bug #1216 - Do not apply SQLines on our own clients | Adam |
2010-12-24 | Made clearing SXLines remove the XLine from the IRCd too | Adam |
2010-12-24 | Fixed deleting expired SXLines | Adam |
2010-12-24 | Allow hostmasks to be in uplink:host | Adam |
2010-12-24 | Don't send SXLines until after we start bursting with our uplink | Adam |
2010-12-24 | NULL the core *serv pointers when core clients are deleted | Adam |
2010-12-24 | Handle not being able to completely flush our write buffer correctly | Adam |
2010-12-24 | Document that /cs owner and deowner allow nick args | 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 |
2010-10-28 | do not store memo numbers on db-convert | DukePyrolator |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we might... | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-26 | Fixed Windows build with gettext | Adam |
2010-10-23 | Made the language system still work even if the locales are not installed on ... | 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-15 | Fixed an wrong logging example in example.conf and fixed misc messages being ... | Adam |