]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.cpp
Add ConfigTag::getDuration() with optional bounds checking
[user/henk/code/inspircd.git] / src / modules / m_filter.cpp
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-08-04 attilamolnarRemove a few not-so-useful debug messages
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-21 attilamolnarm_filter, m_rline Remove rlines and filters when the...
2013-04-21 attilamolnarm_filter Fix memory leak on unload
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-11-07 Peter PowellFix typo in m_filter.
2012-10-19 attilamolnarm_filter More cleanup and optimizations
2012-10-19 attilamolnarm_filter Don't move the filter to the beginning of...
2012-10-19 attilamolnarm_filter Remove redundant flags field from FilterResult
2012-10-19 attilamolnarm_filter Change exemptfromfilter to be a set
2012-10-19 attilamolnarm_filter Use an enum for filter actions instead of...
2012-10-19 attilamolnarm_filter Cleanup, remove empty and useless functions
2012-10-19 Peter PowellFix for #268.
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgMove initialization that throws configuration exception...
2010-01-14 danieldgAllow regex engine to be omitted in configuration to...
2010-01-14 danieldgFix compilation errors in previous commit
2010-01-14 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
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
next