summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2011-04-09Fixed disabling channel levelsAdam
(cherry picked from commit bd62c4891e86370aae7cb3135658fe5577f86630)
2011-04-05Fixed bug #1261Adam
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-25Fixed tracking umodes on bahamut and fjoins on inspircd11Adam
2011-02-17Update SQL when a nick is deletedAdam
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-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-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-08fixed a small bug in the ratbox protocol moduleDukePyrolator
(cherry picked from commit 2e7d08c10b12ff740e0a3cd2259b523007f4fdf6)
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
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-25Fixed bug #1217 again... works better nowAdam
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-24Made SQLine clear workAdam
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-11-29Fixed /ns set displayAdam
2010-11-27Fixed /ns help saset autoop replyAdam
2010-11-22Fixed sending operwalls on ratboxAdam
2010-11-21Introduce our clients with umode +q on Unreal so they can't be kickedAdam
2010-11-18Fixed some mysql queriesAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-11-14Fixed ban and kick from showing up twice in /cs helpAdam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
(cherry picked from commit 438ae629e51b519d0d5f70531d0262be1b9fe2bc)
2010-11-07Fixed the OnPostCommand event overload in db_mysqlAdam
2010-11-05Fixed /ms sendall syntax error messageAdam
2010-11-01Fixed building anopesmtp on Windows, fixed some cmake problems with ↵Adam
calculate_depends, and fixed building without gettext
2010-10-31Made ns_set_misc workAdam
2010-10-31Fixed bug #1197 - Store vhosts in MySQLAdam
2010-10-30Fixed build on cmake2.6Adam
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-27Removed memo number from databases. Since we already have db-upgrade we ↵Adam
might as well make that update memos too. Users using the top of git will need to run sed -i 's/MD MI [0-9]* /MD MI /' anope.db on their database.
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-24Fixed the other half of bug #1200Adam
2010-10-24Fixed bug #1200Adam
2010-10-23Fixed a crash on some usages of /cs akick viewAdam
2010-10-23Fixed a crash on inspircd if we get a join without a TSAdam
2010-10-22Fixed some Windows problemsAdam