| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -31/+31 | |
| * | Use server tracking from the services module in the sasl module. | 2026-03-25 | 1 | -3/+10 | |
| * | Rename servprotect to protect. | 2026-03-19 | 1 | -1/+1 | |
| * | Improve support for renaming modes. | 2026-03-19 | 1 | -2/+2 | |
| * | Change ServerList to return a list of Server* not a duplicate class. | 2026-03-15 | 1 | -2/+2 | |
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -6/+6 | |
| * | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -1/+1 | |
| * | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | 2026-03-08 | 1 | -14/+14 | |
| * | 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/+1 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -2/+2 | |
| * | Remove the c_ prefix from the c_registered mode. | 2026-02-26 | 1 | -1/+1 | |
| * | Add a numeric helper for ERR_NOPRIVILEGES. | 2026-02-26 | 1 | -2/+5 | |
| * | Remove the u_ prefix from user modes. | 2026-01-20 | 1 | -1/+1 | |
| * | Fix some misc issues with the services module. | 2025-09-30 | 1 | -16/+14 | |
| * | Allow services to remove all SVSHOLDs using one command.•••This is useful for reducing traffic on services shutdown. | 2025-05-24 | 1 | -4/+11 | |
| * | Allow SVSCMODE to opt-out of a full ban check. | 2025-04-16 | 1 | -1/+5 | |
| * | Make the server protocol APIs use a reference instead of a pointer. | 2024-09-19 | 1 | -6/+6 | |
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -8/+8 | |
| * | Disable channel/user mode +r by default. | 2024-08-17 | 1 | -2/+2 | |
| * | Fix some format strings in the services message. | 2024-08-17 | 1 | -5/+5 | |
| * | Add a skeleton of the account provider API. | 2024-08-06 | 1 | -0/+76 | |
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+710 |
