summaryrefslogtreecommitdiff
path: root/src/modules/m_filter.h
AgeCommit message (Expand)Author
2007-07-24Replace some voodoo with a definew00t
2007-07-24Now with more compilable goodness - this commit never happened.w00t
2007-07-24This is no longer the case, userrec::QuitUser is safe, so use it.w00t
2007-07-21oper-immune filters should be fixed nowbrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-13Fixes for tokenization oddness with metadata, and weird behaviour of std::ist...brain
2007-05-28This works now! Still more to do though.brain
2007-05-28Make the flags workbrain
2007-05-28Next bit of filter flags systembrain
2007-05-28Stuff for flags as requested by djGrr. We aren't going all-out rediculous amo...brain
2007-05-28A flags section for filters. Do not use yet.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Add m_taxonomy and api minor tweak to make it work, enable some modules for it.brain
2007-04-05Add filter type 'silent', as requested in bug #235 reported by Casey.brain
2007-01-25For the filter GLINE action, ban *@IP, so that they cant change their ident a...brain
2007-01-20Fix bad duplication of filters containing spaces across the network.brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-31Thanks AnMasterbrain
2006-12-30If a user has a QUIT message matching a KILL type filter, we cant KILL someon...brain
2006-12-30Make filters work on PART and QUIT messages too.brain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-11Improve quit messages caused by filtering, now prefixed by "Filtered: "brain
2006-11-10Also dont try and filter remote users. This is ick.brain
2006-11-10Filtering should leave ulines alone, and not filter uline notices.brain
2006-11-10These should now be VF_COMMON, they sync databrain
2006-11-10Make /stats s more detailed, fix a grammar errorbrain
2006-11-10Whoops, make /stats s workbrain
2006-11-10Add /stats sbrain
2006-11-10Oops, fix crashbrain
2006-11-10Document changes to m_filter and m_filter_pcre a little.brain
2006-11-10Implement on-burst synching of filtersbrain
2006-11-10Oops, forgot command source, these wouldnt be able to be unloaded properlybrain
2006-11-10Implement the /filter command. Note that this is currently untested, and prop...brain
2006-11-10Add gline type, and <filter:duration> value to say how long to ban for.brain
2006-11-10Inherit m_filter.cpp and m_filter_pcre.cpp from a base set of classes, so tha...brain