Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-07-23 | Add a constant for the maximum length of a mode parameter. | Peter Powell |
2019-05-09 | Improve handling of list mode limits. | Peter Powell |
2019-02-04 | Improve the name of the list mode extensible. | Peter Powell |
2018-12-19 | Add the <maxlist> tag and switch ListModeBase to always use it. | Peter Powell |
2018-12-19 | Make more modules rehash atomically (#1535) | linuxdaemon |
2018-12-09 | Use consistent numerics when a mode already exists or doesn't exist. | Peter Powell |
2018-12-09 | Use ERR_BANLISTFULL in the chanfilter and exemptchanops modules. | Peter Powell |
2018-11-07 | Merge tag 'v2.0.27' into master. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-04-16 | Remove the default value in ConfigTag::get{Duration,Float,Int}. | Peter Powell |
2018-04-08 | Fix an invalid mode parameters numeric upon attempting to view a list mode | B00mX0r |
2017-07-24 | Replace the deprecated MAXBANS token with MAXLIST. | Peter Powell |
2017-07-24 | Add DEFAULT_LIST_SIZE for the default list mode size. | Peter Powell |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-12-16 | Drop setter is empty check when displaying listmodes | Attila Molnar |
2014-12-16 | Display listmodes in the order in which they are in the container instead of ... | Attila Molnar |
2014-12-16 | Change listmode storage type to vector | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-09-03 | Use Modes::ChangeList in ModeHandler::RemoveMode() | Attila Molnar |
2014-03-14 | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-15 | Remove redundant parameter.clear()s from mode handlers | attilamolnar |
2013-09-12 | Send ListModeBase modes implicitly on channel sync | attilamolnar |
2013-09-12 | Add ModeHandler::IsListModeBase() and MC_LIST | attilamolnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-05-27 | Simplify user mode removal via ModeHandler::RemoveMode() | attilamolnar |
2013-05-27 | Deduplicate RemoveMode() implementations | attilamolnar |
2013-04-08 | ListModeBase: Cache max items per channel | attilamolnar |
2013-04-08 | ListModeBase: Minor changes to original u_listmode code | attilamolnar |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |