]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dccallow.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
2021-04-27 Sadie PowellFix a bunch of weird indentation and spacing issues.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-02-15 Sadie PowellFix leaking the dccallow list instead of setting it...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-23 Sadie Powelldccallow: use IsCTCP instead of parsing the message...
2020-01-23 Sadie Powelldccallow: Use irc::equals for messages received over...
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-09-03 Peter PowellAdd internal serialisations of the DCC allow and silenc...
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-18 Matt SchatzStart using DurationString() in X-line additions and
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-12-12 Peter PowellFix not rejecting invalid durations in DCCALLOW.
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-14 Peter PowellFix a bunch more conflicting/unnamed numerics.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-24 Peter PowellMake more config stuff case insensitive.
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-02-02 Peter PowellAdd names for a bunch of numerics.
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-17 Peter PowellFix a ton of -Wsign-conversion warnings.
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-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.
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
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-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-25 Attila MolnarMerge pull request #1136 from Adam-/insp20+dccallow
2016-02-24 Attila Molnarm_dccallow Call WriteNumeric() in a loop when displayin...
2016-02-22 Attila MolnarMerge insp20
2016-02-18 AdamFix dccallow to work with files with spaces in their...
2016-02-12 Attila Molnarm_dccallow Add config option to control max entries...
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
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 Molnarm_dccallow Validate tokens before use
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...
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-10 Attila MolnarReduce std::string::substr() usage
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-12 Attila MolnarMerge pull request #827 from Robby-/insp20-helpopconf
2014-04-12 Robby-Correct the syntax messages of a few modules.
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2014-01-19 Attila Molnarm_dccallow Increase penalty for /DCCALLOW help
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 attilamolnarChange allocation of a few services to make use of...
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-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-06-05 attilamolnarRemove unnecessary string copies and dead code
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-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-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
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-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
next