summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-29Merge of 9704ccc8a62f...c362a1e077d5Charles Kingsley
2011-01-28Fixed setting usermode +k on our clients on InspIRCd 2.0Adam
2011-01-28Bug #1237 - only set umode +h on a user joining help chan if they have op accesslethality
2011-01-24nickcore:language is a string now, not an intAdam
2011-01-24Fixed some SQL queriesAdam
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-15Fixed /ns confirm's log message to show the nick of who was confirmedAdam
(cherry picked from commit 1b6aab0cd7a341608fb34b6a23ccb2721fd981d5) Conflicts: modules/core/ns_register.cpp
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
2011-01-08fixed a small bug in the ratbox protocol moduleDukePyrolator
(cherry picked from commit 2e7d08c10b12ff740e0a3cd2259b523007f4fdf6)
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-27Load session exceptions on start when using SQLAdam
(cherry picked from commit a1c635b050534280c87145d8ebcc61b296d54afe)
2010-12-27Bug #1222 - Fixed crash from reading to read a range of memosAdam
2010-12-27Bug #1220 - Fixed an event in /hs activate and /ms delAdam
(cherry picked from commit 49dd1c34096623e916f6e5aba44f7036738c3344)
2010-12-26Bug #1219 - Correctly restrict people from registering potentential guest namesAdam
(cherry picked from commit 8af2465a61b09e020c1324acfb78bbf912869fc8)
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-25Merge branch '1.9.3-p1' of git.sigterm.info:anope/anope into 1.9.3-p1Adam
2010-12-25Fixed bug #1217 again... works better nowAdam
2010-12-24Bump version.sh to -p1Adam
2010-12-24Bug #1215 - Fixed crash when /cs set mlock is given an empty stringAdam
2010-12-24Bug #1217 - Fix crash from deleting nonexistant users from XOP listAdam
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-24Made SQLine clear workAdam
2010-12-24Allow hostmasks to be in uplink:hostAdam
(cherry picked from commit 18377ac9fd36065bfd791b5cea51de9ae1d2b11d)
2010-12-24Fixed version.cpp to work ok if we are on a tag, andAdam
prevent version.cpp from prepending version.sh's VERSION_EXTRA on every build
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-24Bug #1211 - Fixed loading and saving anope_os_sxlinesAdam
2010-12-24Bug #1212 - Fixed some bad logic in /os exception preventing valid ↵Adam
exceptions from being added
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-12Made ./Config with a .git directory work ok if we are on a git tagAdam
2010-12-12Updated version.logAdam
2010-12-12Made version.cpp ok with an empty VERSION_EXTRAAdam
2010-12-12Updated docs/WIN32.txt with instructions on how to get the libraries to ↵Adam
build with gettext, ssl, and mysql
2010-12-09Fixed build on cmake 2.4.xAdam
2010-12-01Fixed clearing entries from the bandata cacheAdam
2010-11-29Fixed /ns set displayAdam
2010-11-27Fixed /ns help saset autoop replyAdam