]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_nickflood.cpp
Remove more classbase
[user/henk/code/inspircd.git] / src / modules / m_nickflood.cpp
2009-10-18 danieldgRemove more classbase
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
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-08-02 w00tFix a missed reference
2009-08-02 w00tPatch to not increment nickchange counter for nick...
2009-04-29 danieldgOverloading SetMode seems to cause the compiler to...
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-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 brainMore done
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-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 w00tnickflood: Allow changes to UID
2007-08-27 w00tRemove unnecessary header traffic
2007-08-05 w00tAdd m_nickflood: Provides usermode +F nickchanges:secon...