| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| | | |||||
| * | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -2/+2 | |
| | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| | | | |||||
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -1/+1 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -2/+2 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Convert uncontroversial anonymous numerics to use constants. | 2017-09-06 | 1 | -1/+7 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -2/+1 | |
| | | | | | parameters | ||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+1 | |
| | | |||||
| * | Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt | 2014-02-21 | 1 | -1/+2 | |
| | | |||||
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -2/+5 | |
| | | |||||
| * | Merge insp20 | 2014-01-21 | 1 | -8/+3 | |
| |\ | |||||
| | * | m_mlock Only deny the mlocked mode from being changed instead of denying the ↵ | 2014-01-13 | 1 | -9/+4 | |
| | | | | | | | | | | | | | entire mode change if it contains a single mlocked mode Fixes issue #615 reported by @BlacklightShining | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -1/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -3/+3 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -2/+0 | |
| |/ | |||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | ||||
| * | m_mlock Remove unnecessary iteration | 2012-07-07 | 1 | -8/+6 | |
| | | |||||
| * | Module description updates | 2012-05-30 | 1 | -0/+3 | |
| | | |||||
| * | Fixed m_mlock | 2012-05-23 | 1 | -1/+2 | |
| | | |||||
| * | mlock: fix style nitpicks | 2012-05-16 | 1 | -3/+3 | |
| | | |||||
| * | mlock: we should only enforce against modes set by our own clients | 2012-05-15 | 1 | -0/+3 | |
| | | |||||
| * | mlock: handle case where no mlock has been set on a channel yet | 2012-05-15 | 1 | -1/+1 | |
| | | |||||
| * | modules/m_mlock: new module implementing server-side MLOCK. | 2012-05-04 | 1 | -0/+68 | |
