1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 13:03:13 +02:00
Files
unrealircd/doc
Bram Matthys ce5917e0d9 Expose operlogin and operclass via moddata so they can be seen in WHOIS
and used for auditting purposes across servers (assuming the servers
itself can be trusted).
This is done via the 'operlogin' module which is loaded by default.
Obviously for opers of U5 and below this information is not available.

This also changes the HOOKTYPE_LOCAL_OPER hook to include oper block info:
-int hooktype_local_oper(Client *client, int add);
+int hooktype_local_oper(Client *client, int add, ConfigItem_oper *oper_block);
2021-09-25 10:28:36 +02:00
..
2010-07-14 18:54:52 +00:00
2000-02-28 22:45:44 +00:00