mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 20:03:13 +02:00
Add oper::auto-login. When set to yes, opers are automatically logged in
if the oper block permits, the user does not have to send "OPER xyz".
Eg:
security-group Syzop { certfp "xyz"; }
oper Syzop {
auto-login yes;
mask { security-group Syzop; }
operclass netadmin-with-override;
class opers;
}
Then, if you connect with SSL with that certificate fingerprint,
you become IRCOp automatically.
This commit is contained in:
@@ -1635,6 +1635,7 @@ struct ConfigItem_oper {
|
||||
int maxlogins;
|
||||
int server_notice_colors;
|
||||
int server_notice_show_event;
|
||||
int auto_login;
|
||||
};
|
||||
|
||||
/** The TLS options that are used in set::tls and otherblocks::tls-options.
|
||||
|
||||
Reference in New Issue
Block a user