| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move service types to their own namespace. | 2026-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | - ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. | ||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -19/+19 | |
| | | |||||
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -2/+2 | |
| | | |||||
| * | Move the event/ prefix of events to the parent class. | 2026-03-02 | 1 | -3/+3 | |
| | | |||||
| * | Move standard replies to the core and add remote reply support. | 2026-03-01 | 1 | -0/+2 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-12-22 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-12-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-11-05 | 1 | -0/+16 | |
| |\| | |||||
| | * | When copying a message also copy the source string. | 2023-11-05 | 1 | -0/+16 | |
| | | | |||||
| * | | Fix missing a Doxygen parameter comment. | 2023-02-28 | 1 | -0/+1 | |
| | | | |||||
| * | | Make module classes specify their priority manually. | 2023-02-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a method for unescaping tags. | 2023-01-02 | 1 | -1/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-11-30 | 1 | -10/+10 | |
| |\| | |||||
| | * | Mark the entire client protocol namespace as CoreExport. | 2022-11-30 | 1 | -10/+10 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-11-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add a method for quickly escaping a tag value. | 2022-11-30 | 1 | -0/+5 | |
| | | | |||||
| * | | Add a method for quickly escaping a tag value. | 2022-11-30 | 1 | -0/+5 | |
| | | | |||||
| * | | Use `T&&` instead of `T` or `const T&`. | 2022-11-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix some types which were missed when making stuff final. | 2022-10-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| | | | |||||
| | * | Use std::string in the Serializer constructor. | 2022-08-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -25/+25 | |
| | | | |||||
| * | | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -14/+14 | |
| | | | |||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -8/+13 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
| * | | Use parameter pack expansion instead of recursive calls. | 2021-04-27 | 1 | -16/+5 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -5/+5 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -4/+4 | |
| | | | |||||
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -2/+4 | |
| |\| | |||||
| | * | Silence a harmless warning in newer versions of GCC. | 2020-11-12 | 1 | -2/+4 | |
| | | | |||||
| * | | Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions. | 2020-11-12 | 1 | -0/+20 | |
| | | | |||||
| * | | Fix an oversight introduced in commit 98e4ddfb21. | 2020-05-07 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -16/+6 | |
| |/ | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| | | |||||
| * | Add an event provider class for the event/messagetag event. | 2020-01-03 | 1 | -1/+12 | |
| | | |||||
| * | Fix various cases of broken indentation. | 2019-07-26 | 1 | -2/+2 | |
| | | |||||
| * | Rename OnClientProtocolPopulateTags to OnPopulateTags. | 2019-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Rename OnClientProtocolProcessTag to OnProcessTag. | 2019-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 1 | -1/+1 | |
| | | |||||
| * | Fix warnings from Doxygen. | 2018-10-21 | 1 | -3/+3 | |
| | | |||||
