summaryrefslogtreecommitdiff
path: root/src/modules/m_filter.cpp
AgeCommit message (Expand)Author
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-11-07Fix typo in m_filter.Peter Powell
2012-10-19m_filter More cleanup and optimizationsattilamolnar
2012-10-19m_filter Don't move the filter to the beginning of the vector when a match oc...attilamolnar
2012-10-19m_filter Remove redundant flags field from FilterResultattilamolnar
2012-10-19m_filter Change exemptfromfilter to be a setattilamolnar
2012-10-19m_filter Use an enum for filter actions instead of a stringattilamolnar
2012-10-19m_filter Cleanup, remove empty and useless functionsattilamolnar
2012-10-19Fix for #268.Peter Powell
2012-10-12Remove superfluous std::string()sattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-04-10Fixed Windows build on VS 2010Adam
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-14Allow regex engine to be omitted in configuration to use automatic bindingdanieldg
2010-01-14Fix compilation errors in previous commitdanieldg
2010-01-14Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Remove CMD_LOCALONLY, enforce use of GetRouting for routed commandsdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-07-03Fix excessive snomask sending on fitler add/removaldanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-05m_filter: Do not attempt to filter messages from remote usersspecial
2009-05-02Globally route "a" snotices for more modules. Patch from Milliways.danieldg
2009-04-17Fix memory leak in m_filter rehashdanieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-27Report the filter type the user supplied instead of the pattern when reportin...dz
2009-03-22Apply ankit's patch for bug #780 with a minor tweak, re-introduce the 4-param...brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-04fix little typo in syntax hint, type => actionpeavey
2009-01-18Fix bug #673, reported by Ankit: various cosmetic issues with filter. Patch f...w00t
2009-01-02Update copyrights for 2009.w00t
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-10-04Fix for bug #613 reported by Casey, m_regex_glob's parameters were back to fr...brain