summaryrefslogtreecommitdiff
path: root/modules/core
AgeCommit message (Expand)Author
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 might...Adam
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 d...Adam
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 co...Adam
2010-10-04Fixed /ns set password/display and made saset not log the new password on sas...Adam
2010-10-04Allow reloading of the protocol module with /operserv modreloadAdam
2010-10-02Added os_modreload. Also allow unloading database and encryption modules sinc...Adam
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
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 old...Adam
2010-09-11Allow identifying to other accounts using /nickserv id account passAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam
2010-09-01Only look up session exceptions if the user exceeds the session limit, really...Adam
2010-08-28Burst back our juped servers if we disconnectAdam
2010-08-28Allow unidentified users to use sendpass and resetpasss if configured properlyAdam
2010-08-28Do not log RAWIO messages to services log channels, added a config option on ...Adam
2010-08-27Removed some problematic IsRecognized checks in ms_cancel and ms_check, and f...Adam
2010-08-27Added a new logging systemAdam
2010-08-27Added an Anope::string::is_pos_number_only function to use everywhere we conv...Adam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-08-17Always unload socketengines/database/protocl etc modules last, and fixed a po...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-15Changed a few small things in the db format because it already changed anyway...Adam
2010-08-15Fixed persist to work correctly with the new bot tracking systemAdam
2010-08-15Cleanup of various different crashes/inconsistanciesAdam
2010-08-14Fixed some chanserv help set/saset replieslethality
2010-08-13And fixed /bs info to show the correct chancountAdam
2010-08-13Readded in BotInfo::chancount, it never should have been removed in the first...Adam
2010-08-08Add a db-upgrade to convert base64-encoded encrypted passwords to hexadecimal...Naram Qashat