]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/listmode.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / listmode.cpp
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-07-23 Peter PowellAdd a constant for the maximum length of a mode parameter.
2019-05-09 Peter PowellImprove handling of list mode limits.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-04 Peter PowellImprove the name of the list mode extensible.
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-12-09 Peter PowellUse consistent numerics when a mode already exists...
2018-12-09 Peter PowellUse ERR_BANLISTFULL in the chanfilter and exemptchanops...
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 PowellRemove the default value in ConfigTag::get{Duration...
2018-04-08 B00mX0rFix an invalid mode parameters numeric upon attempting...
2017-12-11 Peter PowellMerge branch 'insp20' into master.
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-24 Peter PowellMerge pull request #1221 from SaberUK/master+isupport...
2017-07-24 Peter PowellReplace the deprecated MAXBANS token with MAXLIST.
2017-07-24 Peter PowellAdd DEFAULT_LIST_SIZE for the default list mode size.
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-25 Attila MolnarMerge branch 'master+writenumeric'
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
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-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-16 Attila MolnarDrop setter is empty check when displaying listmodes
2014-12-16 Attila MolnarDisplay listmodes in the order in which they are in...
2014-12-16 Attila MolnarChange listmode storage type to vector
2014-10-27 Attila MolnarMerge insp20
2014-09-03 Attila MolnarUse Modes::ChangeList in ModeHandler::RemoveMode()
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-01-21 Attila MolnarMerge insp20
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-15 attilamolnarRemove redundant parameter.clear()s from mode handlers
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-12 attilamolnarAdd ModeHandler::IsListModeBase() and MC_LIST
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-05 attilamolnarMerge insp20
2013-05-26 attilamolnarSimplify user mode removal via ModeHandler::RemoveMode()
2013-05-26 attilamolnarDeduplicate RemoveMode() implementations
2013-04-27 attilamolnarMerge insp20
2013-04-08 attilamolnarListModeBase: Cache max items per channel
2013-04-08 attilamolnarListModeBase: Minor changes to original u_listmode...
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it