]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_silence_ext.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_silence_ext.cpp
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-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-11 brainFix for bug #435 and fix return codes (these cannot...
2007-09-25 brainFix compile error
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 w00tRemove unnecessary header traffic
2007-08-03 w00tAdd VF_COMMON to a lot modules which require it. Report...
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-10 brainAdd <watch maxentries> and <silence maxentries>
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-04-22 peaveyFix crash if trying to remove pattern that does not...
2007-04-22 brainFix typo
2007-04-22 peaveycleanup space indenting
2007-04-22 brainSend numeric when item doesnt exist on remove
2007-04-22 brainFix memory consumption of m_slence, users silence lists...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-07 brainFix for bug #205 reported by nenolod (modules that...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-03 peaveyRemove an assignment from definition (damn java thinking)
2006-11-27 brainTidyup
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-26 brainUpdate the comment for flag 't'
2006-11-26 brainTidyup, avoid ternary if() on every iteration of a...
2006-11-26 brainSILENCE_CNOTICE, flag 't'. Needs testing, peavey should...
2006-11-26 brainFix to work with channel notices.
2006-11-26 peaveynow using OnUserPreMessage exempt_list instead of OnPre...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-26 brain005 tokens: "ESILENCE SILENCE=999"
2006-11-26 brainTidy up space indents
2006-11-26 peaveyfix a few confusing returns
2006-11-26 peaveyImproved drop-in replacement for cmd /SILENCE. This...