]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / modules / m_filter.cpp
2021-05-14 InspIRCd RobotUpdate copyright headers.
2021-03-21 Sadie PowellImprove the header messages of the filter and permchann...
2021-03-14 Sadie PowellImplement support for saving filters.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-04-04 Sadie PowellDon't filter mass-messages sent by server operators.
2020-04-04 Sadie PowellAdd the Numerics::CannotSendTo class and switch stuff...
2020-02-18 Sadie PowellFix the syntax of the filter module's stats.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-07-15 Peter PowellSplit ServerEventListener into {Broadcast,Link,Sync...
2019-06-24 linuxdaemonReplace large if/else blocks for target.type with switc...
2019-06-08 Peter PowellFix a typo in the filter module.
2019-06-07 Peter PowellAdd an option to the filter module to ignore self messages.
2019-05-20 Robbym_filter: Minor cosmetic changes (#1645).
2019-05-20 Filippo CortigianiAdd an option to the filter module to exclude registere...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-02-22 Matt SchatzImprove the handling of config X-lines and filters...
2019-02-19 RobbyMinor text fixes for m_filter.
2019-02-19 Matt SchatzImprove the messages in m_filter.
2019-01-09 Matt SchatzImprove X-line text consistency.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-13 Peter PowellStore durations as unsigned long not long in XLine...
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-11-21 Robbym_filter: Add a warn action for notifying opers while...
2018-11-12 Michael Hazellm_filter: add Z-Line support
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-25 Peter PowellDon't sync filters defined in the config and expire...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-24 Peter PowellImprove the snotices sent out by the filter module.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellFix aliases that resolve to messages echoing with echo...
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-08-10 Peter PowellRemove the integer overloads of irc::tokenparser::GetTo...
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-20 RobbyOptionally do not notify users if their messages are...
2018-04-08 Peter PowellMove OnStats from the core to a cross-module event.
2018-01-06 Peter PowellRework message handling.
2017-12-22 Peter PowellMerge pull request #1443 from B00mX0r/master+filtershun
2017-12-21 B00mX0rAdd SHUN as a /filter action
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-20 Peter PowellMerge pull request #1444 from B00mX0r/master+missingsno
2017-12-19 B00mX0rAdd snomask alert on m_filter quit/part G-Line
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-03 ThatOneRoadieSend a snotice when m_filter kills or G-Lines a client.
2017-12-03 Peter PowellMove OnSync{Channel,Network,User} to ServerEventListener.
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #1211 from SaberUK/master+override
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellAdd CXX11_OVERRIDE to overridden members that lack it.
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-23 Attila MolnarMerge branch 'master+ircstring'
2016-08-22 Attila MolnarAdd stdalgo::string::equalsci and use it instead of...
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-11 Attila Molnarm_filter Allow exemption of messages sent to nicks...
2014-04-11 Attila Molnarm_filter Rename config key used in exemptfromfilter...
2014-04-11 Attila Molnarm_filter Rename exemptfromfilter field to exemptedchans...
2014-04-11 Attila Molnarm_filter Use case insensitive compare for exempted...
2014-04-07 Attila MolnarMerge insp20
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarRemove useless ULine() checks
2013-12-19 Attila Molnarm_filter Remove ImplFilter and needless dynamic_cast
2013-12-18 Attila MolnarClean up CoreException
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
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...
next