aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules/callerid.h
Commit message (Collapse)AuthorAgeFilesLines
* Move service types to their own namespace.Gravatar Sadie Powell2026-03-291-2/+2
| | | | | | | | | | | - 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.
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
|
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-2/+4
|
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
|
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
|
* Allow modules to check if a user is on a callerid accept list.Gravatar Peter Powell2018-12-091-0/+51