]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_securelist.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_securelist.cpp
2007-02-17 peaveyGet rid of a compile warning. We should remember to...
2007-02-10 brainMake some stuff configurable that hasnt been and should be.
2007-02-01 brainAdd <securelist:exception> to allow certain masks to...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-03-15 brainCasting to keep gcc happy
2006-03-15 brainTypo in copy/paste from safelist
2006-03-15 brainRemove timer stuff left over from m_safelist
2006-03-15 brainFirst-revision m_securelist.cpp, prevents /LIST in...