| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move service types to their own namespace.•••- 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. | 2026-03-29 | 1 | -1/+1 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -2/+2 | |
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -1/+1 | |
| * | Move some remaining channel settings to <channels>. | 2026-03-19 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -0/+20 | |
| |\| | |||||
| | * | Expose the invite announcement level to modules. | 2022-04-07 | 1 | -0/+20 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -3/+6 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -1/+1 | |
| |/ | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -2/+2 | |
| * | core_channel Implement invite (un)serialization | 2015-11-02 | 1 | -0/+7 | |
| * | Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one | 2015-11-02 | 1 | -0/+121 | |
