]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_messageflood.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_messageflood.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
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-08-15 specialChanged m_messageflood to use PreMessage and PreNotice...
2007-07-18 specialFixed m_messageflood to free the channel if it kicks...
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-22 peaveyFix for bug #332. Correctly invalidate old mode before...
2007-06-17 w00tMore conversions.
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-14 w00tNow really add +f to <options:chanopsexempt>. Previous...
2007-02-10 brainImprove +f kick message:
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-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-09-13 brainFix m_messageflood along same lines as m_joinflood...
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 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
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-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-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainChange to templated GetExt()
2006-07-09 brainAdd stuff for propogating mode out on +f * ban
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 brainPort to new API (last mode that has akward parameters...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-14 brainFix reversed parameters in x:y - joinflood was not...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainYet more const ref changes
2006-02-20 brainPropogation of remote kicks (testy test)
2006-02-03 brainAltered format of OnUserMessage
2006-01-25 omChange m_redirect, m_joinflood and m_messageflood to...
2006-01-22 brainOr so i thought...
2006-01-22 brainFixed
2006-01-22 brainWas using OnUserPre* when i wanted to use OnUser*,...
2006-01-22 brainPut some stuff back that was NEEDED.
2006-01-22 brainAdded MakeWildHost to userrec (*!*@dhost)
2006-01-22 brainFixes to server kick (i hope)
2006-01-22 brainForgot NOTICE and PRIVMSG implements()
2006-01-22 brainAnd yae, the compiler sayeth to brain, fix thine warnin...
2006-01-22 brainFixed simple typos
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainMade '*' ban-specifier work
2006-01-22 brainFixed typos etc to make this compile now
2006-01-22 brainFixed 005 to be f not L
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...