]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_auditorium.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_auditorium.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 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-05 w00tFix auditorium trimming kick messages to the first...
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-07-07 danieldgRemove bad check for channel op in m_auditorium, fixes...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyLe oops, got wrong sender on kick.
2009-02-14 peaveyMake override work with KICK PART and JOIN
2009-02-14 peaveyFix reverse logic on oper override on names list
2009-01-04 dzFixed behavior of KICK in m_auditorium, fixes bug ...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-18 w00tConvert a number of modules to using privs.
2008-10-02 brainThe module hook is kinda required.
2008-10-02 brainFix for bug #601
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-18 brainFix two
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyConvert this one too
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainRemove Prioritize(), no longer needed
2008-03-21 brainMake m_auditorium use the new api (this is MUCH easier...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-02-06 w00tAdd <auditorium:operoverride> setting, based on patch...
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-09 brainSame here, fix some minor memory leaks noticed by w00t
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 brainThis compiles, but note most modules are currently...
2007-11-04 brainFix this to compile
2007-11-04 brainBring back Prioritize (needs to occur after module...
2007-10-23 brainSome AddMode fixes
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainFrom RFC 2812, the funny = that i could never identify...
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 w00tConvert more modules
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-04 brainIf an op parts, joins or kicks then display the change...
2007-05-04 brainFix bug where if an op is in channel then does /names...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-04 brain...And learn to spell right
2007-05-04 brainDo the same for KICK, but in the case of KICK, send...
2007-05-04 brainWhen we silence the event, not even the user whos leavi...
2007-05-04 brainsvn add helps, too. :<