]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_joinflood.cpp
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / src / modules / m_joinflood.cpp
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-24 w00tFix crashes in m_joinflood and m_nickflood, found by...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainFix these too
2008-04-16 brainChange that allows the m_override module to not announc...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainMore
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-03 brainFix broken modules (broken due to api change)
2007-01-17 brainMass comment removal.
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-16 brainFix setting of * for bans in m_messageflood, this has...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-04 jamieEugh. Revert change InspIRCd::Time() -> time()
2006-10-02 jamieFix my last change to InspIRCd::Time()
2006-10-02 jamieUse InspIRCd::Time() instead of time()
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainAll done.
2006-09-15 brainAnnotations
2006-09-13 brainFix minor memory leak when setting new param that repla...
2006-09-13 brainFix
2006-09-13 brainAnd fix again
2006-09-13 brainMerge jamies many patches
2006-09-02 brainBecause these modes take no parameter when being remove...
2006-08-30 brainFix for parameters which contain a colon (which is...
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 brainNow two types of log macro, log() and ilog(). log(...
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-10 brainFixes and removal of Server::GetServerName()
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
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 brainInherit just about everything from classbase
2006-07-10 brainChange to templated GetExt()
2006-07-09 brainSame here, tidy up the parameter to show what we actual...
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-02-15 w00t- Incorrect
2006-01-25 omChange m_redirect, m_joinflood and m_messageflood to...
2006-01-24 brainSwapped around params to make this work
2006-01-24 rootAdded joinflood +j