Age | Commit message (Expand) | Author |
2019-06-12 | Show the mode syntax in ERR_INVALIDMODEPARAM. | Peter Powell |
2019-06-07 | Fix building on older compiler versions. | Peter Powell |
2019-06-07 | Validate the exemptchanops parameter better and check permissions. | Peter Powell |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2018-12-19 | Add the <maxlist> tag and switch ListModeBase to always use it. | Peter Powell |
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-01-29 | Add ERR_INVALIDMODEPARAM for responding to invalid mode params. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-03-20 | Move the OnCheckExemption hook out of the core. | Peter Powell |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-08-06 | m_exemptchanops Fix parameter validation | Attila Molnar |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2014-02-20 | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | Attila Molnar |
2014-01-31 | Remove some dead code | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-12 | Send ListModeBase modes implicitly on channel sync | attilamolnar |
2013-09-12 | Keep lists of mode handlers by type | attilamolnar |
2013-09-11 | Move prefix mode specific fields and getters into PrefixMode | 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-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-20 | Extend +X to take named modes in addition to mode letters | danieldg |
2010-02-15 | Fix build error | danieldg |
2010-02-14 | Switch the order of arguments in the +X mode, thanks aquanight for the sugges... | danieldg |
2010-02-09 | Allow exemptchanops to modify the channel access level needed to bypass +t | danieldg |
2010-02-09 | Update m_exemptchanops to allow users to specify the status required for the ... | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |