| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Don't try to serialize extension items when they're being unset. | 2024-03-08 | 1 | -1/+1 | |
| * | Minor improvements to cull logging.•••- CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly. | 2023-07-05 | 1 | -1/+1 | |
| * | Fix casing of metadata in function and event names.•••Metadata is one word not two so it shouldn't be capitalised like this. | 2023-05-30 | 1 | -1/+1 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -2/+2 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Don't automatically fall back to ToNetwork from ToInternal.•••Only one thing used this and its really unclear especially when SimpleExtItem does the opposite. | 2022-12-20 | 1 | -2/+1 | |
| * | Move {From,To}Network from StringExtItem to SimpleExtItem. | 2022-12-20 | 1 | -9/+0 | |
| * | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| * | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -1/+1 | |
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| * | Slim down the protocol interface for sending metadata. | 2022-01-31 | 1 | -17/+2 | |
| * | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -0/+12 | |
| * | Add the type to the Extensible class. | 2022-01-31 | 1 | -2/+3 | |
| * | Rename the ExtensionItem::type field to extype to avoid collisions. | 2022-01-31 | 1 | -2/+2 | |
| * | Fix various edge cases in extensible synchronisation.•••- Fix not forwarding the accountid extensible if it is set. - Rename the variadic Set() overload to SetFwd(). - Re-add the `const T&` overload of Set(). - Move `bool synced` to SimpleExtItem from StringExtItem. - Only sync extensibles if their instance is marked as syncable. | 2022-01-21 | 1 | -4/+3 | |
| * | Revert "Allow setting extension data on connect classes".•••This can't reasonably be implemented safely with the current way that extensibles work. This reverts commit b867007d201b1a3b130186c54e41481c0374a7f6. | 2022-01-16 | 1 | -4/+0 | |
| * | Allow setting extension data on connect classes. | 2022-01-16 | 1 | -0/+4 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -7/+7 | |
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| * | Remove usecountbase from ExtensionItem and refer to using pointers.•••At one point (1.2?) this was actually useful but nowadays its not. | 2021-04-09 | 1 | -2/+2 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -4/+7 | |
| * | Add support for syncing metadata set on memberships.•••No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target. | 2021-04-01 | 1 | -2/+1 | |
| * | Add a subclass of ExtensionItem exclusively for booleans. | 2021-03-17 | 1 | -0/+59 | |
| * | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -5/+33 | |
| * | Move extensible code from base.cpp to extensible.cpp and cleanup. | 2021-03-17 | 1 | -0/+140 | |
| * | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -8/+8 | |
| * | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -3/+3 | |
| * | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| * | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -4/+4 | |
| * | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+1 | |
| * | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -0/+49 | |
| * | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -0/+51 |
