mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 05:36:38 +02:00
7964345c0b
New RPC methods: - security_group.list: List all security groups - security_group.get: Get details of a specific security group - connthrottle.status: Get full connection throttle status, counters, and config - connthrottle.set: Enable/disable connection throttling - connthrottle.reset: Reset connection throttling counts This also adds json_expand_mask_list(), json_expand_name_list(), and json_expand_nvplist() to src/json.c for reuse by RPC modules.