IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and

at connect() time it's decided which one should be used.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1334 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-04 01:47:13 +00:00 committed by cras
commit 4c7b07ed3f
21 changed files with 216 additions and 127 deletions

View file

@ -1,8 +1,9 @@
@SYNTAX:connect@
-ircnet the IRCNet
-host the host
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
-ircnet: the IRCNet
-host: the host
This command makes irssi to connect to specified server.
Current connections are kept and a new one is created.

View file

@ -1,6 +1,7 @@
@SYNTAX:server@
-4, -6: specify explicitly whether to use IPv4 or IPv6 address
-auto: Automatically connect to server at startup (default)
-noauto: Don't connect to server at startup
-ircnet: Specify what IRC network this server belongs to