]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_kicknorejoin.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_kicknorejoin.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgModule API changes to use Membership* where sensible
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-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-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-07-14 w00tLots, lots more numerics.h conversion
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-31 brickerand another rev bites the dust..thanks dz
2008-05-31 brickerfix. thanks jackmcbarn and special.
2008-05-31 brickermake the +J msg a little more coherent
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-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 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-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-21 specialThis should fix the issue with unsetting +J
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainAll done.
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