]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_timedbans.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / modules / m_timedbans.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-29 Sadie PowellReplace all erroneous space indentation with tab indent...
2020-07-22 iwalkaloneAllow disabling the timedbans set/unset notices (#1789).
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
2019-10-24 Matt SchatzImprove the timed ban notices (#1722).
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-02-18 Matt SchatzStart using DurationString() in X-line additions and
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
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-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-13 Peter PowellAdd an accessor for the last mode change list to ModePa...
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.
2017-12-22 Peter PowellMerge pull request #1446 from B00mX0r/master+wrongnumeric
2017-12-22 B00mX0rFixed misc. instances of ERR_NOSUCHNICK instead of...
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-12-10 Peter PowellExtract RFC modes from the core to core_channel and...
2017-11-21 Peter PowellAdd the override keyword in places that it is missing.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-07 Peter PowellMerge pull request #1255 from genius3000/insp20+timedbans
2017-11-07 genius3000Improve (synchronize) the notices in m_timedbans
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-08-25 Peter PowellFix mistakenly hardcoding the halfop prefix char in...
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 Molnarm_timedbans Remove TimedBan::channel
2016-08-22 Attila MolnarSwitch to irc::equals() from irc::string in modules...
2016-08-22 Attila Molnarm_timedbans Remove one irc::string usage
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-13 Attila Molnarm_timedbans Notice user when trying to set a ban that...
2015-04-13 Attila Molnarm_timedbans Extract IsBanSet() to a function
2015-04-13 Attila Molnarm_timedbans On channel destruction remove all timed...
2015-04-13 Attila Molnarm_timedbans Store Channel pointer in struct TimedBan
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-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarCall ModeParser::Process() directly instead of going...
2013-08-04 attilamolnarAutomatically attach modules to events
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-13 attilamolnarRemove TR_END, remove TRANSLATEx() from commands that...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
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-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-08 attilamolnarRemove OnAddBan and OnDelBan hooks
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-03-24 attilamolnarm_timedbans Notice halfops and above when a timed ban...
2013-03-14 ShutterQuickModified m_timedbans to behave more like setting mode...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-24 attilamolnarm_check, m_namesx, m_timedbans Minor cleanup
2012-11-19 attilamolnarRemove usage of deprecated CallCommandHandler() and...
2012-10-12 attilamolnarRemove superfluous std::string()s
next