]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_repeat.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / modules / m_repeat.cpp
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-01-18 iwalkaloneImplemented configurable kick message for the repeat...
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-05 linuxdaemonm_repeat: Fix parsing mode parameter
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-16 Peter PowellFix ParamModeBase::OnUnset() not being virtual.
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellConvert ConfigTag::getDuration to return an unsigned...
2018-04-06 genius3000Validate settings in order in ValidateSettings() (...
2018-01-29 Peter PowellAdd ERR_INVALIDMODEPARAM for responding to invalid...
2018-01-06 Peter PowellRework message handling.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
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-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-21 Peter PowellAdd a helper function for calling the OnCheckExemption...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-03 Peter PowellConvert a bunch of time-related config options to getDu...
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-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-03-20 Peter PowellMove the OnCheckExemption hook out of the core.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-12-28 Attila MolnarFix some whitespace issues
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-06-13 James Lum_repeat: fix typo (similiar->similar)
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-04-07 Attila MolnarMerge insp20
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
2014-01-23 Attila MolnarGlobally #undef min and max on Windows
2014-01-21 Attila MolnarMerge insp20
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-04 attilamolnarAutomatically attach modules to events
2013-06-24 attilamolnarm_repeat Optimize the Levenshtein() function
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-10 Daniel VassdalAdded m_repeat - Allows for blocking of similiar messages