]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_filter.cpp
Minor text fixes for m_filter.
[user/henk/code/inspircd.git] / src / modules / m_filter.cpp
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...
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...
next