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