]> arthur.barton.de Git - ngircd.git/commit
Allow forwarding of CONNECT commands.
authorAlexander Barton <alex@barton.de>
Tue, 22 Jul 2008 16:38:05 +0000 (18:38 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 30 Sep 2009 14:00:06 +0000 (16:00 +0200)
commit113bd34878c17f730d8fb878157b0dbba9380326
treebb8f125698d4c0394eef10845abbfbd44c27df0e
parent4a3e40bc95e783145855da611fa5944401a9c2c9
Allow forwarding of CONNECT commands.

The syntax of the CONNECT command now is:

  - CONNECT <server-id>
  - CONNECT <server-id> <port>
  - CONNECT <server-id> <port> <target>
  - CONNECT <server-id> <port> <host> <my-pwd> <peer-pwd>
  - CONNECT <server-id> <port> <host> <my-pwd> <peer-pwd> <target>

Note: the configuration option "AllowRemoteOper" mus be enabled on the
target server to allow forwarding of CONNECT commands.
src/ngircd/irc-oper.c
src/ngircd/parse.c