mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 01:52:19 +02:00
IRSSI is an IRC client and should not advertise nor be beholden to any particular IRC network. This patch is inspired by both of the following commits, and aims to remove references to any particular network in the documentation, in an effort to avoid potential conflict amongst team and community members: -a4486c236a-1ba48840a1Based on a (as of this writing) draft blog post [0], and the discussion that has occurred regarding the blog post, it doesn't appear as if the IRSSI development team is interested in being transparent about the reasoning behind its aversion to removing the Freenode network, specifically related to the comments about "potential legal consequences". By removing references to any given network in the documentation, this project moves forward without taking a political stance, but in a way that avoids recommending any given network to users. [0]: https://github.com/irssi/irssi.github.io/pull/79
43 lines
1.6 KiB
Text
43 lines
1.6 KiB
Text
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:connect@
|
|
|
|
%9Parameters:%9
|
|
|
|
-4: Connects using IPv4.
|
|
-6: Connects using IPv6.
|
|
-tls: Connects using TLS encryption.
|
|
-tls_cert: The TLS client certificate file.
|
|
-tls_pkey: The TLS client private key, if not included in the certificate file.
|
|
-tls_pass: The password for the TLS client private key or certificate.
|
|
-tls_verify: Verifies the TLS certificate of the server.
|
|
-tls_cafile: The file with the list of CA certificates.
|
|
-tls_capath: The directory which contains the CA certificates.
|
|
-tls_ciphers: TLS cipher suite preference lists.
|
|
-tls_pinned_cert: Pinned x509 certificate fingerprint.
|
|
-tls_pinned_pubkey: Pinned public key fingerprint.
|
|
-noproxy: Ignores the global proxy configuration.
|
|
-network: The network this connection belongs to.
|
|
-host: The hostname you would like to connect from.
|
|
-rawlog: Immediately open rawlog after connecting.
|
|
-!: Doesn't autojoin channels.
|
|
-noautosendcmd: Doesn't execute autosendcmd.
|
|
|
|
A network or server to connect to; you can optionally specify a custom port,
|
|
password and nickname.
|
|
|
|
%9Description:%9
|
|
|
|
Opens a new connection to the specified network or server; existing
|
|
connections are kept.
|
|
|
|
%9Examples:%9
|
|
|
|
/CONNECT <network>
|
|
/CONNECT -6 <network>
|
|
/CONNECT -4 -! -host staff.irssi.org -network <network> <url>
|
|
/CONNECT irc.irssi.org 6667 WzerT8zq mike
|
|
|
|
%9See also:%9 DISCONNECT, RMRECONNS, SERVER
|
|
|