Server » History » Version 40
Per Amundsen, 08/31/2017 06:48 PM
1 | 1 | Per Amundsen | _Added in 1.5_ |
---|---|---|---|
2 | |||
3 | 35 | Per Amundsen | */server [-switches] [host/ip address/network label] [port] [password] [-additional switches..]* |
4 | 1 | Per Amundsen | |
5 | Connects to a new server. |
||
6 | |||
7 | *Switches* |
||
8 | 29 | Per Amundsen | |
9 | -4 - Connect to ipv4 addresses. |
||
10 | -6 - Connect to ipv6 addresses. |
||
11 | 40 | Per Amundsen | -e - Indicates connection should be a "SSL/TLS":https://en.wikipedia.org/wiki/Transport_Layer_Security connection. |
12 | 29 | Per Amundsen | -m - Indicates connection should happen in a new server window. |
13 | -n - Indicates connection should happen in a new server window, but not connect. |
||
14 | 1 | Per Amundsen | -p - Prevents the perform/commands from being applied. |
15 | -f - Prevents the channellist from popping up. |
||
16 | -o - Prevents the autojoining of channels from being applied. |
||
17 | 33 | Per Amundsen | -c - Prevents the [[on CONNECT]] event from being triggered. |
18 | 1 | Per Amundsen | -z - Minimizes the new server window. |
19 | 40 | Per Amundsen | -t - Indicates connection should be a "STARTTLS":https://wiki.inspircd.org/STARTTLS_Documentation connection. |
20 | 34 | Per Amundsen | -s - TODO |
21 | -a - TODO |
||
22 | -r - TODO |
||
23 | 39 | Per Amundsen | -l N - Use [[login method]] N |
24 | 30 | Per Amundsen | |
25 | *Parameters* |
||
26 | |||
27 | 40 | Per Amundsen | [host/network label] - Host to join, can be a ip address or host name, can also be a network label from the [[ServerList Dialog|Serverlist]] or the default [[ServerList Dialog|Serverlist]]. |
28 | [port] - Port to use. (+port indicates connection should be a "SSL/TLS":https://en.wikipedia.org/wiki/Transport_Layer_Security connection, *port indicates a "STARTTLS":https://wiki.inspircd.org/STARTTLS_Documentation connection) |
||
29 | 30 | Per Amundsen | [password] - The server password to use, normally used for bnc login. |
30 | 29 | Per Amundsen | |
31 | *Additional switches* |
||
32 | 21 | Per Amundsen | |
33 | 38 | Per Amundsen | [-j/-jn/-join #channel pass] - Channels to join as a comma separated list. (if -jn or -j -n is used, the channels are minimized) |
34 | 1 | Per Amundsen | [-new/-m/] - Indicates connection should happen in a new server window. |
35 | 16 | Per Amundsen | <notextile> |
36 | 22 | Per Amundsen | [-forcessl N] - Forces a specific SSL/TLS version, 0 = ssl2, 1 = ssl3, 2 = tls1.0, 3 = tls1.1, 4 = tls1.2 (tls1.1 and tls1.2 is only available in the .net 4+ version)</notextile> |
37 | 13 | Per Amundsen | [-n] - Indicates connection should happen in a new server window, but not connect. |
38 | 1 | Per Amundsen | [-z] - Minimizes the new server window. |
39 | 13 | Per Amundsen | [-p/-pass password] - Another way to set the server password to use, normally used for bnc login. |
40 | 40 | Per Amundsen | [-e/-ssl] - Indicates connection should be a "SSL/TLS":https://en.wikipedia.org/wiki/Transport_Layer_Security connection. |
41 | [-t] - Indicates connection should be a "STARTTLS":https://wiki.inspircd.org/STARTTLS_Documentation connection. |
||
42 | 23 | Per Amundsen | [-u/-user username] - The server login username to use, normally used for bnc login. |
43 | 3 | Per Amundsen | [-nick nick] - The nick to use. |
44 | 1 | Per Amundsen | [-an/-anick alternate nick] - Alternative nick to use. |
45 | 23 | Per Amundsen | [-r/-real fullname] - Fullname to use. |
46 | 1 | Per Amundsen | [-port port] - Another way to set what port to use. |
47 | 23 | Per Amundsen | [-i nick anick email name] - Another way to set nick, alternative nick, server username and fullname. |
48 | 1 | Per Amundsen | [-d encoding] - Encoding to use on this server. |
49 | 19 | Per Amundsen | [-cert file] - Custom SSL client certificate to use for this server. |
50 | 25 | Per Amundsen | [-4] - Connect to ipv4 addresses. |
51 | [-6] - Connect to ipv6 addresses. |
||
52 | [-g] - Prioritize ipv6 addresses. |
||
53 | 28 | Per Amundsen | [-x 4|5|h|n hostname port username password] - Connect using custom Sockv4/Sockv5/http or no proxy. |
54 | 27 | Per Amundsen | |
55 | 1 | Per Amundsen | *Example* |
56 | |||
57 | <pre> |
||
58 | 18 | Per Amundsen | ; Connect irc.nordicirc.com port 6667 in a new server window with nick MyNick, alt nick MyNick_ and join channels #chan1,#chan2,#chan3. |
59 | 1 | Per Amundsen | /server -m irc.nordicirc.com 6667 -nick MyNick -an MyNick_ -j #chan1,#chan2,#chan3 |
60 | 18 | Per Amundsen | |
61 | 40 | Per Amundsen | ; Connect a network label from the Serverlist named 'NordicIRC' |
62 | 18 | Per Amundsen | /server -m NordicIRC |
63 | |||
64 | 40 | Per Amundsen | ; Connect a network label from the default Serverlist named 'Freenode' |
65 | 18 | Per Amundsen | /server -m Freenode |
66 | 1 | Per Amundsen | </pre> |