Server » History » Version 54
Per Amundsen, 09/19/2022 07:05 AM
| 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 | 48 | Per Amundsen | _/server with no parameters will (re)connect the current active server._ |
| 8 | |||
| 9 | 51 | Per Amundsen | _IPv6 addresses must be enclosed with [], e.g [xxx:xxx:xxx:xxx:xxx:xx]:port._ |
| 10 | |||
| 11 | 1 | Per Amundsen | *Switches* |
| 12 | 29 | Per Amundsen | |
| 13 | 41 | Per Amundsen | table(ktable). |
| 14 | |_<.Switch|_<.Description| |
||
| 15 | |-4 | Connect to ipv4 addresses.| |
||
| 16 | |-6 | Connect to ipv6 addresses.| |
||
| 17 | |-e | Indicates connection should be a "SSL/TLS":https://en.wikipedia.org/wiki/Transport_Layer_Security connection.| |
||
| 18 | 50 | Per Amundsen | |-d | *TODO*| |
| 19 | 41 | Per Amundsen | |-m | Indicates connection should happen in a new server window.| |
| 20 | |-n | Indicates connection should happen in a new server window, but not connect.| |
||
| 21 | |-p | Prevents the perform/commands from being applied.| |
||
| 22 | |-f | Prevents the channellist from popping up.| |
||
| 23 | |-o | Prevents the autojoining of channels from being applied.| |
||
| 24 | |-c | Prevents the [[on CONNECT]] event from being triggered.| |
||
| 25 | |-z | Minimizes the new server window.| |
||
| 26 | |-t | Indicates connection should be a "STARTTLS":https://wiki.inspircd.org/STARTTLS_Documentation connection.| |
||
| 27 | 47 | Per Amundsen | |-s | *TODO*| |
| 28 | |-a | *TODO*| |
||
| 29 | |-r | *TODO*| |
||
| 30 | |-w | *TODO*| |
||
| 31 | |-u | *TODO*| |
||
| 32 | 45 | Per Amundsen | |-l method password | Use [[login method]] to identify nick| |
| 33 | 34 | Per Amundsen | |
| 34 | 39 | Per Amundsen | *Parameters* |
| 35 | 30 | Per Amundsen | |
| 36 | 41 | Per Amundsen | table(ktable). |
| 37 | |_<.Parameter|_<.Description| |
||
| 38 | |[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]].| |
||
| 39 | |[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)| |
||
| 40 | |[password] | The server password to use, normally used for bnc login.| |
||
| 41 | 29 | Per Amundsen | |
| 42 | *Additional switches* |
||
| 43 | 21 | Per Amundsen | |
| 44 | 41 | Per Amundsen | table(ktable). |
| 45 | 42 | Per Amundsen | |_<.Switch|_<.Description| |
| 46 | 41 | 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)| |
| 47 | |[-new/-m/] | Indicates connection should happen in a new server window.| |
||
| 48 | |[-forcessl N] | <notextile>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>| |
||
| 49 | |[-n] | Indicates connection should happen in a new server window, but not connect.| |
||
| 50 | |[-z] | Minimizes the new server window.| |
||
| 51 | |[-p/-pass password] | Another way to set the server password to use, normally used for bnc login.| |
||
| 52 | |[-e/-ssl] | Indicates connection should be a "SSL/TLS":https://en.wikipedia.org/wiki/Transport_Layer_Security connection.| |
||
| 53 | |[-t] | Indicates connection should be a "STARTTLS":https://wiki.inspircd.org/STARTTLS_Documentation connection.| |
||
| 54 | |[-u/-user username] | The server login username to use, normally used for bnc login.| |
||
| 55 | |[-nick nick] | The nick to use.| |
||
| 56 | |[-an/-anick alternate nick] | Alternative nick to use.| |
||
| 57 | |[-r/-real fullname] | Fullname to use.| |
||
| 58 | 54 | Per Amundsen | |[-itype global/local] | Specify whether to use global or local user. Ignored since AdiIRC does not have this concept.| |
| 59 | 41 | Per Amundsen | |[-port port] | Another way to set what port to use.| |
| 60 | 1 | Per Amundsen | |[-i nick anick email name] | Another way to set nick, alternative nick, server username and fullname.| |
| 61 | 54 | Per Amundsen | |[-d N] | Encoding to use on this server.| |
| 62 | |[-encoding N] | Encoding to use on this server.| |
||
| 63 | 1 | Per Amundsen | |[-cert file] | Custom SSL client certificate to use for this server.| |
| 64 | 54 | Per Amundsen | |[-keytype global/local] | 'global' specifies to use the global SSL/TLS client certificate file, 'local' to use the custom/local certificate.| |
| 65 | 46 | Per Amundsen | |[-key file] | Custom SSL client certificate to use for this server.| |
| 66 | 41 | Per Amundsen | |[-4] | Connect to ipv4 addresses.| |
| 67 | 53 | Per Amundsen | |[-6] | Connect to ipv6 addresses.| |
| 68 | |[-g] | Prioritize ipv6 addresses.| |
||
| 69 | |<notextile>[-x 4|5|h|n hostname port username password]</notextile> | Connect using custom Sockv4/Sockv5/http or no proxy.| |
||
| 70 | 1 | Per Amundsen | |
| 71 | *Example* |
||
| 72 | |||
| 73 | 18 | Per Amundsen | <pre> |
| 74 | 1 | 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. |
| 75 | 18 | Per Amundsen | /server -m irc.nordicirc.com 6667 -nick MyNick -an MyNick_ -j #chan1,#chan2,#chan3 |
| 76 | 40 | Per Amundsen | |
| 77 | 18 | Per Amundsen | ; Connect a network label from the Serverlist named 'NordicIRC' |
| 78 | /server -m NordicIRC |
||
| 79 | 40 | Per Amundsen | |
| 80 | 49 | Per Amundsen | ; Connect a network label from the default Serverlist named 'Libera.Chat' |
| 81 | /server -m Libera.Chat |
||
| 82 | 1 | Per Amundsen | </pre> |