summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)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
(cherry picked from commit efe5fedde900f92663a9e864519334427da4f263)
2011-02-27Don't burst SXLines when we link because its unnecessary and fixed applying ↵Adam
SQLines
2011-02-25Fixed session exception limit of 0 to mean unlimitedAdam
(cherry picked from commit 28d17a40cef64783addf177fa30fb267db2cbde7)
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
(cherry picked from commit a162f1d18e1807a4d6e6fc8bf1535f946d0c6440)
2011-01-18Bug #1232 - Fixed db-convert to properly convert mode lock parametersAdam
(cherry picked from commit e7a8bcc30ba5bef41b7f59386856b813b7979532)
2011-01-15Made CA_SET always be accessable, even if db-converter messes up levelsAdam
(cherry picked from commit a4ded88e85efaa1523cb64aca3f0029a0d91a61a)
2011-01-14Fix CODINGs formatting and a missed typolethality
2011-01-11Bug #1230 - Fixed unknown CTCPs from crashing servicesAdam
(cherry picked from commit e490202a1b6922afda32d871293da6a531fa86df)
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
without a perm channel mode
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
(cherry picked from commit 1b3f2567bc34da051025ba91184b3370f7956c63)
2010-12-25Properly remove commands from bots when they are destructed, and run ↵Adam
privmsgs for bots we know of but aren't the core
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
(cherry picked from commit 86900175c83375e4d3ad21749d8d6b65cc9f6732)
2010-12-24Fixed deleting expired SXLinesAdam
2010-12-24Allow hostmasks to be in uplink:hostAdam
(cherry picked from commit 18377ac9fd36065bfd791b5cea51de9ae1d2b11d)
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
(cherry picked from commit 7f9a5e01c69c7e7ede69c3799ff2be0402f6d7fa)
2010-12-24Handle not being able to completely flush our write buffer correctlyAdam
2010-12-24Document that /cs owner and deowner allow nick argsAdam
(cherry picked from commit 5fe41fb8a056efd14ecdb1079813b23d83821193)
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 ↵Adam
cache to not expire all of the records for specific hosts if the records have different TTLs (cherry picked from commit 736df4bd98b952aad459fdf7914735e88f97c4b2)
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
(cherry picked from commit 438ae629e51b519d0d5f70531d0262be1b9fe2bc)
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 ↵Adam
stacker on release builds
2010-11-02Fixed anopesmtp. Again. It works on Windows nowAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with ↵Adam
calculate_depends, and fixed building without gettext
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
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.
2010-10-28Made gettext work on Debian and updated some documentationAdam
2010-10-28removed an extra space from db-convertDukePyrolator