]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_messageflood.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_messageflood.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgChange allocation of commands/modes
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-17 danieldgFix SetModeParam to use std::string and handle edge...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 brainDisallow any messageflood parameter where x < 2 in...
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-10-10 w00tFix messageflood not working (bug #615). Big thanks...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
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 brainMore done
2008-05-05 aquanightConversions
2008-04-06 w00tFix bug #509 reported by Casey: bans were not applied...
2008-04-06 w00tFix a silly bug we never thought was a bug, in m_messag...
2008-04-04 brainChange the function name because gcc is dumb :/
2008-04-04 brainWhoops, fix typo
2008-04-04 brainA convenience function for ProtocolInterface::SendMode...
2008-04-04 brainMake all our modules use the new stuff rather than...
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-02-11 w00tLast of the -Wshadow fixes.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
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*,...
next