| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Fix some rare null pointer dereferences. | 2026-05-06 | 1 | -1/+1 | |
| | | | | | | This code is only ever called for internal serialisation which I don't think actually happens to these modules. | ||||
| * | Update copyright headers. | 2025-12-03 | 1 | -1/+1 | |
| | | |||||
| * | Improve silence list serialization. | 2025-11-19 | 1 | -14/+10 | |
| | | |||||
| * | Update copyright headers. | 2024-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Don't resync the silence list when it comes from the network. | 2024-07-24 | 1 | -1/+1 | |
| | | | | | This isn't presently networked but it should prevent future issues. | ||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+8 | |
| | | |||||
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -2/+2 | |
| | | |||||
| * | Allow hiding silenced users messages instead of blocking. | 2023-07-21 | 1 | -8/+56 | |
| | | | | | Implements part 1 of #1606. | ||||
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -6/+6 | |
| | | |||||
| * | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 1 | -4/+4 | |
| | | |||||
| * | Fix some issues reported by scan-build. | 2023-01-15 | 1 | -0/+7 | |
| | | | | | All of these are harmless and should never cause an issue in practise. | ||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-11-24 | 1 | -3/+5 | |
| |\| | |||||
| | * | Allow silence flag metadata to contain unknown flags. | 2022-11-23 | 1 | -3/+5 | |
| | | | | | | | | | | | This prevents breaking link compatibility if we ever add more silence flags in the future. | ||||
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 1 | -1/+0 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -0/+3 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -7/+7 | |
| | | | |||||
| * | | Make all extensibles use kebab-case for names where possible. | 2021-12-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -4/+6 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the silence TAGMSG flags being inverted in BitsToFlags. | 2021-06-20 | 1 | -2/+2 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -2/+2 | |
| | | | |||||
| * | | Use string_view in IsCTCP. | 2021-04-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -14/+11 | |
| | | | |||||
| * | | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| | | | |||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename <silence:exemptuline> to <silence:exemptservice>. | 2021-01-30 | 1 | -3/+3 | |
| | | | |||||
| * | | 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 | -7/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -1/+0 | |
| |\| | |||||
| | * | Remove an unnecessary break statement. | 2020-09-27 | 1 | -1/+0 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
