summaryrefslogtreecommitdiff
path: root/src/modules/m_censor.cpp
AgeCommit message (Expand)Author
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-07-09Stripcolor not finished yet.brain
2006-07-09DELETE()'s in destructors *fwap*om
2006-07-08Convert m_censor to new apibrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-12Renamed to chanrec::modesbrain
2006-03-11deprecated covariant return type flux capacitor flopcircuit removal with refe...brain
2006-03-11More converted modulesbrain
2006-03-04Changed m_censor to avoid reading config several times for each pmbrain
2006-03-04m_censor skenmy fixbrain
2006-02-19More exception throwing in constructorsbrain
2006-02-19Added exception throwerbrain
2006-02-19Should fix case insensitivity issuebrain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-01-25Changed to InsertModebrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-31Minor cosmetic fault pointed out by Trystanw00t
2005-12-26Fixed to new new 'Implements' arraybrain
2005-12-23Review and optimizebrain
2005-12-23Stylistic changes, added a comment on possible configuration file inclusion.w00t
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-02Fix for bug #62 (replaces only occur once per line)brain
2005-04-07Fixed issue where failing modules would bail by calling exit (deprecated) --brain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-03More secure checking in 005 handlersbrain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2004-05-22Fixed issue where ReplaceText threw an exception (!)brain
2004-05-22Added m_censor.cpp mode +G modulebrain