]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.h
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / modules / m_filter.h
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...