1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 00:03:13 +02:00
Files
unrealircd/include
Bram Matthys b9275a12d9 JSON-RPC security_group.list (and .get): show 'builtin:true' properly
for the built-in security groups. And mark "unknown-users" with
public:true as well.

The former is simply done by having a ->builtin property in the struct.
The latter is done with a manual intervention, as "unknown-users"
is not a true security group that actually exists :D.

Reported by adator
2026-07-08 15:58:47 +02:00
..