| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -4/+4 |
| * | m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize... | Attila Molnar | 2016-08-19 | 1 | -1/+2 |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar | 2016-02-25 | 1 | -2/+2 |
| * | Add m_monitor which implements the MONITOR command and notifications | Attila Molnar | 2016-01-06 | 1 | -0/+443 |