summaryrefslogtreecommitdiff
path: root/include/listmode.h
AgeCommit message (Expand)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-10-01Show the list modes which have variable list lengths in 005.Peter Powell
2019-01-24Fix a minor Doxygen warning.Peter Powell
2018-12-19Add the <maxlist> tag and switch ListModeBase to always use it.Peter Powell
2018-04-08Fix an invalid mode parameters numeric upon attempting to view a list modeB00mX0r
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-09-14Raise the default listmode limit to 100 from 64.Peter Powell
2017-07-24Replace the deprecated MAXBANS token with MAXLIST.Peter Powell
2017-07-24Add DEFAULT_LIST_SIZE for the default list mode size.Peter Powell
2014-12-16Change listmode storage type to vectorAttila Molnar
2014-09-03Use Modes::ChangeList in ModeHandler::RemoveMode()Attila Molnar
2014-08-06Change ListModeBase::DoRehash() to not be virtualAttila Molnar
2013-09-12Send ListModeBase modes implicitly on channel syncattilamolnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-06-21Fix Doxygen comments.Peter Powell
2013-05-27Simplify user mode removal via ModeHandler::RemoveMode()attilamolnar
2013-05-27Deduplicate RemoveMode() implementationsattilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-09Fix ListModeBase on Windowsattilamolnar
2013-04-08ListModeBase: Cache max items per channelattilamolnar
2013-04-08ListModeBase: Minor changes to original u_listmode codeattilamolnar
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar