]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_chanhistory.cpp
Add support for the IRCv3 batch specification.
[user/henk/code/inspircd.git] / src / modules / m_chanhistory.cpp
2018-08-13 Peter PowellAdd support for the IRCv3 batch specification.
2018-08-13 Peter PowellAdd support for the IRCv3 server-time specification.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
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-01-29 Peter PowellAdd ERR_INVALIDMODEPARAM for responding to invalid...
2018-01-06 Peter PowellRework message handling.
2018-01-03 Peter PowellFix m_chanhistory sending the history notice directly...
2017-12-31 Peter PowellIncrease the config default for <chanhistory:maxlines...
2017-12-31 Michael Hazellm_chanhistory: optionally exempt bots from receiving...
2017-12-21 Peter PowellMerge pull request #1370 from clinew/insp30+openssl-crl
2017-12-16 Peter PowellOnly show a duration in m_chanhistory's notice if one...
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-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
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.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-02-15 Attila MolnarAdd ParamModeBase and ParamMode, change all parameter...
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-24 Attila MolnarMerge pull request #616 from ShutterQuick/inspircd...
2013-08-24 Daniel VassdalOption to select if chanhistory is on for bots
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-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-13 attilamolnarCall Channel::SetModeParam() from the mode parser when...
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-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
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-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-01-27 attilamolnarm_chanhistory Fix durations containing 'S' being rejected
2012-12-02 attilamolnarRegister a few extensions that weren't registered
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-12 attilamolnarm_chanhistory Read the boolean config entry with getBool()
2012-07-12 attilamolnarm_halfop, m_chanhistory Remove redundant ModeParser...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-27 Attila MolnarMerge pull request #234 from attilamolnar/insp20+chanhi...
2012-06-17 attilamolnarm_chanhistory Keep history when changing parameters
2012-06-17 attilamolnarm_chanhistory Don't allow durations that contain an...
2012-06-17 attilamolnarm_chanhistory Add config setting to show/hide the infor...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-08-28 Daniel De GraafPrevent setting mode -H if already unset, bug #74
2010-02-17 danieldgAdd <chanhistory:maxlines> to specify the maximum allow...
2010-02-15 danieldgDeny identical mode +H change
2010-02-09 danieldgMove chanhistory to PostJoin hook
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-18 danieldgChange to Duration for second param
2009-10-17 danieldgFix channel mode +H to allow maximum length and add...
2009-10-17 danieldgAdd m_chanhistory, mode +H <lines> to replay some lines...