summaryrefslogtreecommitdiff
path: root/modules/core
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-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-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
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-27Bug #1222 - Fixed crash from reading to read a range of memosAdam
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 #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-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-05Fixed /ms sendall syntax error messageAdam
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-16Made /cs help levels desc not case sensitiveAdam
2010-10-13Fixed saset noexpire to set noexpire on the nick it is used on not just the ↵Adam
display name
2010-10-11Fixed Windows buildAdam
2010-10-11Fixed some warningsAdam
2010-10-08Set +P on mlock when channels are set as persistantAdam
2010-10-06Made nickserv:nogroupchange workAdam
2010-10-04Attempt to write back the old mlock to the databases if we try and fail to ↵Adam
connect to the uplink. Because we may not know modes until after we are synced we could accidentally nuke all of the mlocks
2010-10-04Fixed /ns set password/display and made saset not log the new password on ↵Adam
saset password
2010-10-04Allow reloading of the protocol module with /operserv modreloadAdam
2010-10-02Added os_modreload. Also allow unloading database and encryption modules ↵Adam
since there isn't a reason we cant allow reloading them. Soon os_modreload will allow reloading the protocol modules.
2010-10-02Made os_news send news notices from NickServ if global is disabledAdam
2010-10-02Fixed cs_invite to send the invite notice to the person invitedAdam
2010-10-02Made OperServ and Global optionalAdam
2010-10-02Made MemoServ optionalAdam
2010-09-26Added a short docs/LANGUAGES file explaining how to add translations for the ↵Adam
core and modules, updated TODO, and fixed a few small bugs
2010-09-26Changed the language system to use gettextAdam
2010-09-19Fixed /os modinfo command outputAdam
2010-09-18Fixed some minor punctuation and logginglethality
2010-09-16Fixed many bugs and crashesAdam
2010-09-16Fixed crash on setting XOP onAdam
2010-09-15Rewrote all of the topic code, fixes a few topic related problems on some ↵Adam
older IRCds
2010-09-11Allow identifying to other accounts using /nickserv id account passAdam