| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -3/+5 | |
| | | |||||
| * | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -2/+0 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -5/+5 | |
| |\ | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -6/+5 | |
| | | | |||||
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions. | 2021-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -10/+6 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -3/+3 | |
| | | | |||||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -11/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -2/+4 | |
| |\| | |||||
| | * | Space-delimit the human readable callerid extensible data. | 2021-03-09 | 1 | -2/+4 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -6/+6 | |
| | | | |||||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -3/+3 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -3/+3 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 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 | |
| | | | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -3/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+8 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+8 | |
| | | | |||||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -1/+5 | |
| | | | |||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -1/+1 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Rename ExtensionItem::free to ExtensionItem::Delete. | 2019-08-13 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -13/+11 | |
| |\| | |||||
| | * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -13/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -6/+20 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| | * | Update trivially-modifiable modules to handle tag messages. | 2019-04-16 | 1 | -3/+17 | |
| | | | |||||
| | * | Use a consistent naming scheme for operator privileges. | 2019-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | - users/callerid-override is now users/ignore-callerid. - users/privdeaf-override is now users/ignore-privdeaf. | ||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -2/+2 | |
| |\| | |||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -2/+2 | |
| | | | |||||
| * | | Replace translation macros with a C++11 initialiser list. | 2019-02-15 | 1 | -1/+1 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -5/+5 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -14/+14 | |
| |/ | |||||
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | 2018-12-12 | 1 | -1/+1 | |
| | | | | | | | | The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | ||||
| * | Allow modules to check if a user is on a callerid accept list. | 2018-12-09 | 1 | -0/+23 | |
| | | |||||
