]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_kicknorejoin.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_kicknorejoin.cpp
2006-09-24 specialFixed bugs #150 and #151, thanks to jamie for reporting...
2006-09-15 brainAnnotations
2006-09-13 brainMerge jamies many patches
2006-09-02 brainBecause these modes take no parameter when being remove...
2006-08-25 brainRemove On005Numeric event from a ton of modules which...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
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 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove InsertMode into ModeParser
2006-08-08 brainWHEEEEE!!!!!
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-10 brainChange to templated GetExt()
2006-07-09 brainTidy up invalid numbers passed to this function
2006-07-09 brainAlter SetModeParam to take const char* to save on casts...
2006-07-09 brainFixed for new API
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-12 brainRenamed to chanrec::modes
2006-03-11 brainAnd more
2006-03-01 brainAllow removal of mode with new check
2006-03-01 brainDont allow +J 0 or +J < 0
2006-02-15 w00t- Nazi stylistic changes.
2006-02-01 omExcempt ops kicking themselves from +J
2006-01-27 omMore OnCleanup goodness
2006-01-26 omAdd module for anti-autorejoin channel mode +J