summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-05-16Anope 1.9.3-p1 Release1.9.3-p1Adam
2011-05-16Updated ChangesAdam
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-04-09Fixed disabling channel levelsAdam
(cherry picked from commit bd62c4891e86370aae7cb3135658fe5577f86630)
2011-04-05Fixed bug #1261Adam
2011-03-26removed a merge conflict in example.confDukePyrolator
2011-03-12Fixed ns_release with a passwordAdam
2011-03-05Fixed /bs badword del to show what word was deletedAdam
2011-02-27Fixed os_sqline delAdam
2011-02-27Don't burst SXLines when we link because its unnecessary and fixed applying ↵Adam
SQLines
2011-02-25Fixed tracking umodes on bahamut and fjoins on inspircd11Adam
2011-02-25Fixed session exception limit of 0 to mean unlimitedAdam
(cherry picked from commit 28d17a40cef64783addf177fa30fb267db2cbde7)
2011-02-17Update SQL when a nick is deletedAdam
2011-02-09Fixed expiring session exceptionsAdam
2011-02-09Update the language strings too...Adam
2011-02-06Fixed a compiler warning in os_newsAdam
2011-02-04Merge 83556667fd7cAdam
2011-02-04Fixed /ms set limit none and made db_plain care less about convert exceptionsAdam
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