]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_invisible.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_invisible.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
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 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
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-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-04-06 peaveyWeed out a few leftover server instances from before...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-27 brainWe dont need <type:canquiet> now in 1.2, as class tags...
2008-11-24 w00tDon't check permission to +Q for remote users, probably...
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
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-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 brainFix these too
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-05 peaveyConvert convert convert
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-26 brainD'oh, this repeats the 'mode enabled' line once per...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
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-10-23 brainMore
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-27 w00tRemove unnecessary header traffic
2007-08-19 brainAdd load warning, as suggested by Bricker
2007-08-09 brainFix for bug #379 reported by stealth. Trigger watch...
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 w00tWindows support. Tested and working to compile on freeb...
2007-05-14 brainMore tweaks from Eric, when an oper is invisible, attem...
2007-05-14 brainAdded patch from Eric at neowin.net so that opers are...
2007-05-12 w00tOpers cannot change the modes of others, and on this...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-08 brainAdd oper notices on: (1) joining invisibly to a channel...
2007-05-04 brainForgot something important!
2007-05-04 brainBrain really must remember svn add.