]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_servprotect.cpp
Update copyrights for 2009.
[user/henk/code/inspircd.git] / src / modules / m_servprotect.cpp
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...