summaryrefslogtreecommitdiff
path: root/src/modules/m_filter.h
AgeCommit message (Expand)Author
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-13Slight API tweak. Change Command to take char * instead of char in it's const...w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-03Clear up header insanityw00t
2008-01-20Update m_filter* to 1.2 API (it was still using Implements()), also implement...aquanight
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-31Make it all compile.brain
2007-10-31This one too, grrbrain
2007-10-28PERL PIE FOR ALL: Rename a fuckload of XLineManager's methodsw00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
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