| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the remaining function in utility/string to utility/container. | 2026-04-30 | 1 | -1/+1 | |
| | | |||||
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -18/+18 | |
| | | |||||
| * | Rename servprotect to protect. | 2026-03-19 | 1 | -1/+1 | |
| | | |||||
| * | Replace IS_* with member functions. | 2026-03-08 | 1 | -6/+6 | |
| | | | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | ||||
| * | Convert TranslateType to an enum class. | 2026-03-06 | 1 | -5/+5 | |
| | | |||||
| * | Massive rework of how internal service providers work. | 2026-03-02 | 1 | -1/+2 | |
| | | | | | | | | | | - ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | ||||
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -16/+16 | |
| | | |||||
| * | Implement support for per-command maximum targets. | 2026-02-27 | 1 | -0/+2 | |
| | | | | | Closes #2157. | ||||
| * | Fix some incorrect uses of SharedData in sacommands. | 2026-02-26 | 1 | -8/+9 | |
| | | |||||
| * | Add the rewritten sacommands module. | 2026-02-26 | 1 | -0/+554 | |
