]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.cpp
Fix module unmapping with culled Module objects
[user/henk/code/inspircd.git] / src / modules / m_filter.cpp
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-07-03 danieldgFix excessive snomask sending on fitler add/removal
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-05 specialm_filter: Do not attempt to filter messages from remote...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-17 danieldgFix memory leak in m_filter rehash
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-27 dzReport the filter type the user supplied instead of...
2009-03-22 brainApply ankit's patch for bug #780 with a minor tweak...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-04 peaveyfix little typo in syntax hint, type => action
2009-01-18 w00tFix bug #673, reported by Ankit: various cosmetic issue...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-25 w00tFix a number of commands to have max_params field....
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-10-04 brainFix for bug #613 reported by Casey, m_regex_glob's...
2008-09-21 brainFix /STATS output to show the regex module in use
2008-09-21 brainFix leak, thanks aquanight
2008-09-21 brainFix re-creation of config filters
2008-09-21 brainBecause m_filter reads definitions from the conf, unlik...
2008-09-21 brainWell, that was moronic of me
2008-09-21 brainsomeone forget an instance
2008-09-21 brainThis compiles but is NOT tested yet. Do not use unless...
2008-08-22 w00tMatch conversion stuff.
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-20 aquanightUpdate m_filter* to 1.2 API (it was still using Impleme...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
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-07-16 peaveyAdd flags to /STATS s output, and nuke some ^M
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-05 brainSexeger!
2007-05-28 brainNo flags now means all flags when in the config, so...
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-26 w00t- Remove duplicate call to MatchText in filter.. it...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-04-14 brainWorking for m_filter, needs implementing in m_filter_pcre
2007-04-14 brainSome tweaks suggested by pingbad, dont use yet :p
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
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 brainWhoops, properly handle rehash now that new filters...
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...
2006-10-27 brainremove <filter file> - This is no longer neccessary...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-07-10 brainInherit just about everything from classbase
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-03-11 braindeprecated covariant return type flux capacitor flopcir...
2006-03-11 brainMore const ref fixes
2006-03-04 brainFixed bugs
2006-03-04 brainFixed a few typos
2006-03-04 brainTidyup of m_filter
2006-02-19 brainMore exception throwing in constructors
2006-02-19 brainAdded FilterException and throw code
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted more stuff to 'Implements' system
2005-12-13 brainFixed a couple of missing \n's at request of Special
2005-12-07 brainChanged behaviour of module API to pass Server* to...
next