From 6e8cf51bb216f956e7a6fdb5c61b0f2799bf8d2d Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 11 Feb 2010 00:01:53 +0100 Subject: Implement WEBIRC command The WEBIRC command is used by some Web-to-IRC gateways to set the correct user name and host name of users instead of their own. Syntax: WEBIRC The must be set using the new configuration variable "WebircPassword" in the [Global] section of ngircd.conf. Please note that the is currently not used by ngIRCd (we don't store it in the CLIENT structure, only the resolved hostname). --- doc/sample-ngircd.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index b945224e..db326c98 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -28,9 +28,15 @@ # LINKS requests for example. Info = Server Info Text - # Global password for all users needed to connect to the server + # Global password for all users needed to connect to the server. + # (Default: not set) ;Password = abc + # Password required for using the WEBIRC command used by some + # Web-to-IRC gateways. If not set/empty, the WEBIRC command can't + # be used. (Default: not set) + ;WebircPassword = xyz + # Information about the server and the administrator, used by the # ADMIN command. Not required by server but by RFC! ;AdminInfo1 = Description -- cgit 1.4.1