]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_delayjoin.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_delayjoin.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-14 danieldgFix OnHostCycle in m_delayjoin [patch by dKingston]
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
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 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgChange allocation of commands/modes
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-05 danieldgFix delayjoin adding an extra @ prefix mode
2009-03-04 danieldgdelayjoin: Remove broken check for channel ops, use...
2009-03-04 danieldgClean up delayjoin extension behavior
2009-02-01 dzDon't prevent a user from seeing themself on NAMES...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-02 brainThe module hook is kinda required.
2008-10-02 brainFix for bug #601
2008-08-28 w00tPatch modifying these modules to work on older gcc...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
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 brainAnd these
2008-05-08 w00tPossible todo
2008-05-08 w00tClarify a comment that confused me
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyconverting m_d* done
2008-04-04 brainAdd safety check for nonexistent server in receiving...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainconvert to new api
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-11-04 brainAgain
2007-10-27 brainDont echo the JOIN to the user whos speaking
2007-10-27 brainWhoops loused up a tweak
2007-10-27 brainWhoops backwards
2007-10-27 brainNow plays nice with m_invisible, and fix a bug which...
2007-10-27 brainRemove debug stuff
2007-10-26 brainFix a pretty silly goof-up
2007-10-26 brainWhoops, change Implements to use it
2007-10-26 brainAdd new event for this with gauranteed delivery of...
2007-10-26 brainDamnit! this should fix :p
2007-10-26 brainWhoops, ballsed up the nameslist generation :p
2007-10-26 brainSeems to work! Are you impressed, w00t? :p
2007-10-26 brainMight work might not. dont know yet
2007-10-26 brainNot complete yet, won't work!