summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-05-16Anope 1.9.3-p1 Release1.9.3-p1Adam
2011-04-25Fixed a crash when certain nicks expiredAdam
2011-04-16Fixed botserv kicker logicAdam
2011-04-15Fixed caps kickerAdam
2011-02-27Don't burst SXLines when we link because its unnecessary and fixed applying S...Adam
2011-02-25Fixed session exception limit of 0 to mean unlimitedAdam
2011-02-09Fixed expiring session exceptionsAdam
2011-02-09Update the language strings too...Adam
2011-01-24Fixed db upgrade loading forbidden nicksAdam
2011-01-21Bug #1234 - Fix reading resolv.conf if it has multiple spaces or tabsAdam
2011-01-18Bug #1232 - Fixed db-convert to properly convert mode lock parametersAdam
2011-01-15Made CA_SET always be accessable, even if db-converter messes up levelsAdam
2011-01-14Fix CODINGs formatting and a missed typolethality
2011-01-11Bug #1230 - Fixed unknown CTCPs from crashing servicesAdam
2011-01-09Fixed CanAdd() to use safe iteration and make SNLine::Check really workAdam
2010-12-30Fixed restoring topics on perm channelsAdam
2010-12-29Fixed creating permanent channels on burst that have no botserv bot on IRCds ...Adam
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-27Fixed build on debian lennyAdam
2010-12-26Fixed a potential crash from dropping nicksAdam
2010-12-25Properly remove commands from bots when they are destructed, and run privmsgs...Adam
2010-12-24Bump version.sh to -p1Adam
2010-12-24Bug #1216 - Do not apply SQLines on our own clientsAdam
2010-12-24Made clearing SXLines remove the XLine from the IRCd tooAdam
2010-12-24Fixed deleting expired SXLinesAdam
2010-12-24Allow hostmasks to be in uplink:hostAdam
2010-12-24Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-24NULL the core *serv pointers when core clients are deletedAdam
2010-12-24Handle not being able to completely flush our write buffer correctlyAdam
2010-12-24Document that /cs owner and deowner allow nick argsAdam
2010-12-12Anope 1.9.3 Release1.9.3Adam
2010-12-01Fixed clearing entries from the bandata cacheAdam
2010-11-25Fixed handling pings and ctcps to channelsAdam
2010-11-21Fixed replacing %R with /msg on non gettext buildsAdam
2010-11-21Fixed some language string namesAdam
2010-11-19Fixed parsing cidr masksAdam
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-11Removed an unused variableAdam
2010-11-11Fixed possible unsafe iteration when purging dns cache, and fixed the dns cac...Adam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
2010-11-09Fixed a crash in the DNS engine when using cached 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-11-02Fixed anopesmtp. Again. It works on Windows nowAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with calculate...Adam
2010-10-31Fixed replacing %R's in email messages and fixed anopesmtp to really workAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-28Made gettext work on Debian and updated some documentationAdam
2010-10-28removed an extra space from db-convertDukePyrolator