]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_silence_ext.cpp
Add config <options:disablehmac> to support disabling of HMAC, and tidy up to detect...
[user/henk/code/inspircd.git] / src / modules / m_silence_ext.cpp
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...