]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.h
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / modules / m_filter.h
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-07-24 w00tReplace some voodoo with a define
2007-07-24 w00tNow with more compilable goodness - this commit never...
2007-07-24 w00tThis is no longer the case, userrec::QuitUser is safe...
2007-07-21 brainoper-immune filters should be fixed now
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-06-13 brainFixes for tokenization oddness with metadata, and weird...
2007-05-28 brainThis works now! Still more to do though.
2007-05-28 brainMake the flags work
2007-05-28 brainNext bit of filter flags system
2007-05-28 brainStuff for flags as requested by djGrr. We aren't going...
2007-05-28 brainA flags section for filters. Do not use yet.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-10 brainAdd m_taxonomy and api minor tweak to make it work...
2007-04-05 brainAdd filter type 'silent', as requested in bug #235...
2007-01-25 brainFor the filter GLINE action, ban *@IP, so that they...
2007-01-20 brainFix bad duplication of filters containing spaces across...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-31 brainThanks AnMaster
2006-12-30 brainIf a user has a QUIT message matching a KILL type filte...
2006-12-30 brainMake filters work on PART and QUIT messages too.
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-11 brainImprove quit messages caused by filtering, now prefixed...
2006-11-10 brainAlso dont try and filter remote users. This is ick.
2006-11-10 brainFiltering should leave ulines alone, and not filter...
2006-11-10 brainThese should now be VF_COMMON, they sync data
2006-11-10 brainMake /stats s more detailed, fix a grammar error
2006-11-10 brainWhoops, make /stats s work
2006-11-10 brainAdd /stats s
2006-11-10 brainOops, fix crash
2006-11-10 brainDocument changes to m_filter and m_filter_pcre a little.
2006-11-10 brainImplement on-burst synching of filters
2006-11-10 brainOops, forgot command source, these wouldnt be able...
2006-11-10 brainImplement the /filter command. Note that this is curren...
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-10 brainInherit m_filter.cpp and m_filter_pcre.cpp from a base...