]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/listmode.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / listmode.cpp
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