aboutsummaryrefslogtreecommitdiff
path: root/modules/ldapoper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-14/+8
|
* Massive rework of how internal service providers work.Gravatar Sadie Powell2026-03-021-4/+3
| | | | | | | | | - 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.
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+250