]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_servprotect.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_servprotect.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-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 danieldgChange allocation of commands/modes
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-16 specialAdded the VF_VENDOR flag to m_servprotect; noticed...
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-10-02 brainMention ulines too
2008-10-02 brainComment on potentially confusing code
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-19 w00tHook OnUserPreKick and disallow kick on +k users also
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-10 brainChange wording of message: You are not permitted to...
2008-06-10 brainReally smart extra stuff in the deop check
2008-06-10 brainAdd deop protection for services, bug #554
2008-05-19 brainThese done
2008-03-24 brainAnd more of them
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-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-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 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tMode to protect services from /kill and hide channel...