aboutsummaryrefslogtreecommitdiff
path: root/modules/services.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pass a server reference to OnRouteMessage.Gravatar Sadie Powell2026-04-041-2/+2
|
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-31/+31
|
* Use server tracking from the services module in the sasl module.Gravatar Sadie Powell2026-03-251-3/+10
|
* Rename servprotect to protect.Gravatar Sadie Powell2026-03-191-1/+1
|
* Improve support for renaming modes.Gravatar Sadie Powell2026-03-191-2/+2
|
* Change ServerList to return a list of Server* not a duplicate class.Gravatar Sadie Powell2026-03-151-2/+2
|
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-131-6/+6
|
* Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-081-1/+1
|
* Replace IS_* with member functions.Gravatar Sadie Powell2026-03-081-14/+14
| | | | | | - All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
* Massive rework of how internal service providers work.Gravatar Sadie Powell2026-03-021-1/+1
| | | | | | | | | - 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.Gravatar Sadie Powell2026-03-021-2/+2
|
* Remove the c_ prefix from the c_registered mode.Gravatar Sadie Powell2026-02-261-1/+1
|
* Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-261-2/+5
|
* Remove the u_ prefix from user modes.Gravatar Sadie Powell2026-01-201-1/+1
|
* Fix some misc issues with the services module.Gravatar Sadie Powell2025-09-301-16/+14
|
* Allow services to remove all SVSHOLDs using one command.Gravatar Sadie Powell2025-05-241-4/+11
| | | | This is useful for reducing traffic on services shutdown.
* Allow SVSCMODE to opt-out of a full ban check.Gravatar Sadie Powell2025-04-161-1/+5
|
* Make the server protocol APIs use a reference instead of a pointer.Gravatar Sadie Powell2024-09-191-6/+6
|
* Use C++20 <format> instead of fmtlib when available.Gravatar Sadie Powell2024-08-221-8/+8
|
* Disable channel/user mode +r by default.Gravatar Sadie Powell2024-08-171-2/+2
|
* Fix some format strings in the services message.Gravatar Sadie Powell2024-08-171-5/+5
|
* Add a skeleton of the account provider API.Gravatar Sadie Powell2024-08-061-0/+76
|
* Shuffle the modules about a bit.Gravatar Sadie Powell2024-07-171-0/+710