| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| * | 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 | -3/+3 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -3/+3 | |
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -1/+1 | |
| * | Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. | 2026-03-12 | 1 | -20/+2 | |
| * | Fix various minor Doxygen issues. | 2026-03-08 | 1 | -3/+3 | |
| * | Convert TranslateType to an enum class. | 2026-03-06 | 1 | -13/+15 | |
| * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-05 | 1 | -0/+5 | |
| * | Switch parameter count fields to use size_t. | 2026-03-02 | 1 | -8/+8 | |
| * | Massive rework of how internal service providers work.•••- 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. | 2026-03-02 | 1 | -1/+4 | |
| * | Merge branch 'insp4' into master. | 2026-02-28 | 1 | -0/+3 | |
| * | Implement support for per-command maximum targets.•••Closes #2157. | 2026-02-27 | 1 | -2/+15 | |
| * | Unify command_parse and ctables. | 2026-02-15 | 1 | -0/+442 |
