From f78b0c61e967c66386803a3dc77069c66bd664de Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 13 Apr 2008 16:39:08 +0200 Subject: New configuration option "AllowRemoteOper" Added new configuration option "AllowRemoteOper" to control whether remote IRC operators are allowed to use administrative commands that affect this server or not This commit introduces the configuration variable, but actually no function is using it. That's up for the next patches to come ... --- doc/sample-ngircd.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 0d0061bc..b945224e 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -115,6 +115,10 @@ # server? (This is a compatibility hack for ircd-irc2 servers) ;OperServerMode = no + # Are remote IRC operators allowed to control this server, e. g. + # use commands like CONNECT, SQUIT, DIE, ...? + ;AllowRemoteOper = no + # Allow Pre-Defined Channels only (see Section [Channels]) ;PredefChannelsOnly = no -- cgit 1.4.1