aboutsummaryrefslogtreecommitdiff
path: root/src/service.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move dynref code to be alongside the service code.Gravatar Sadie Powell2026-03-291-0/+83
|
* Move service types to their own namespace.Gravatar Sadie Powell2026-03-291-0/+74
- 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.