| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2022-11-16 | 1 | -0/+20 |
| |\ |
|
| | * | The extended-monitor spec has been ratified now. | Sadie Powell | 2022-11-02 | 1 | -1/+1 |
| | * | Add support for the IRCv3 extended-monitor specification.•••Co-authored-by: Sadie Powell <sadie@witchery.services> | delthas | 2022-11-02 | 1 | -2/+23 |
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | Sadie Powell | 2022-10-29 | 1 | -10/+2 |
| * | | Fix various inappropriate uses of UINT_MAX. | Sadie Powell | 2022-10-14 | 1 | -1/+1 |
| * | | Replace foo.erase(foo.{size|end}()-1) with foo.pop_back(). | Sadie Powell | 2022-10-01 | 1 | -1/+1 |
| * | | Use auto instead of type names where the type is obvious. | Sadie Powell | 2022-09-29 | 1 | -1/+1 |
| * | | Make internal penalty be specified in millisecs instead of seconds.•••This removes the need to multiply it later.
| Sadie Powell | 2022-09-09 | 1 | -1/+1 |
| * | | Default allow_empty_last_param to false. | Sadie Powell | 2022-09-07 | 1 | -1/+0 |
| * | | Modernize various minor legacy C++isms. | Sadie Powell | 2022-07-30 | 1 | -10/+7 |
| * | | Switch from NULL to nullptr. | Sadie Powell | 2022-07-22 | 1 | -4/+4 |
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | Sadie Powell | 2022-06-26 | 1 | -0/+1 |
| * | | Use more appropriate types in module-specific extension types. | Sadie Powell | 2022-01-31 | 1 | -5/+5 |
| * | | Refuse to set an extension on the wrong type of extensible. | Sadie Powell | 2022-01-31 | 1 | -0/+3 |
| * | | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -6/+6 |
| * | | Add constexpr to the initialisation of various const static fields. | Sadie Powell | 2022-01-18 | 1 | -1/+1 |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | Sadie Powell | 2021-12-23 | 1 | -1/+1 |
| * | | Fix a bunch of cases where module types were not marked as final. | Sadie Powell | 2021-11-28 | 1 | -1/+1 |
| * | | Apply the final keyword to all module classes where appropriate. | Sadie Powell | 2021-10-04 | 1 | -4/+5 |
| * | | Mark all command classes as final. | Sadie Powell | 2021-10-01 | 1 | -1/+2 |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | Dominic Hamon | 2021-05-30 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 1 | -4/+4 |
| |\| |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -4/+4 |
| * | | Migrate collections from insert to emplace. | Sadie Powell | 2021-04-18 | 1 | -1/+1 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -15/+4 |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | Sadie Powell | 2021-03-17 | 1 | -3/+3 |
| * | | Pascalize Unset in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -3/+3 |
| * | | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | | 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 | -2/+2 |
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | Sadie Powell | 2020-07-20 | 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 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -0/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -0/+2 |
| * | | Move ISupport logic out of the core and into core_info. | Sadie Powell | 2020-01-05 | 1 | -3/+8 |
| * | | 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 | -10/+3 |
| |\| |
|
| | * | Convert all core ExtensionItem code away from {un,}serialize. | Peter Powell | 2019-08-07 | 1 | -10/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-03-30 | 1 | -1/+1 |
| |\| |
|
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | 2019-02-18 | 1 | -1/+1 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -10/+10 |
| * | | Replace the TR1NS macro with the std namespace. | Sadie Powell | 2019-01-25 | 1 | -1/+1 |
| |/ |
|
| * | Pass the Extensible container to ExtensionItem::free(). | Peter Powell | 2018-08-12 | 1 | -2/+2 |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -1/+1 |
| * | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | 2018-04-16 | 1 | -1/+1 |