diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-05 21:41:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-05 21:41:03 +0100 |
commit | f889306c5edf5eeb37a9e37e6468ec0ac549d32c (patch) | |
tree | 8ff4f825d32214d9ebbe811b77d6e4ba42b973d6 /doc/en/autogen/user | |
parent | e2b439d046996662042356ef0571168db165c210 (diff) | |
download | weechat-f889306c5edf5eeb37a9e37e6468ec0ac549d32c.zip |
irc: allow ${irc_server.xxx} and ${server} in server evaluated options (closes #1144)
The server option "ssl_fingerprint" is now evaluated when it is used (during
SSL connection), instead of when it is set with command /set.
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc index ef9173d51..cc7723033 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -513,7 +513,7 @@ ** default value: `+off+` * [[option_irc.server_default.addresses]] *irc.server_default.addresses* -** description: pass:none[list of hostname/port or IP/port for server (separated by comma) (note: content is evaluated, see /help eval)] +** description: pass:none[list of hostname/port or IP/port for server (separated by comma) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -537,7 +537,7 @@ ** default value: `+off+` * [[option_irc.server_default.autojoin]] *irc.server_default.autojoin* -** description: pass:none[comma separated list of channels to join after connection to server (and after executing command + delay if they are set); the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)] +** description: pass:none[comma separated list of channels to join after connection to server (and after executing command + delay if they are set); the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -585,7 +585,7 @@ ** default value: `+""+` * [[option_irc.server_default.command]] *irc.server_default.command* -** description: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval)] +** description: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their value) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -633,7 +633,7 @@ ** default value: `+"WeeChat ${info:version}"+` * [[option_irc.server_default.nicks]] *irc.server_default.nicks* -** description: pass:none[nicknames to use on server (separated by comma) (note: content is evaluated, see /help eval)] +** description: pass:none[nicknames to use on server (separated by comma) (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -651,7 +651,7 @@ ** default value: `+""+` * [[option_irc.server_default.password]] *irc.server_default.password* -** description: pass:none[password for server (note: content is evaluated, see /help eval)] +** description: pass:none[password for server (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -663,7 +663,7 @@ ** default value: `+""+` * [[option_irc.server_default.realname]] *irc.server_default.realname* -** description: pass:none[real name to use on server (note: content is evaluated, see /help eval)] +** description: pass:none[real name to use on server (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -687,7 +687,7 @@ ** default value: `+plain+` * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* -** description: pass:none[password for SASL authentication; this option is not used for mechanisms "ecdsa-nist256p-challenge" and "external" (note: content is evaluated, see /help eval)] +** description: pass:none[password for SASL authentication; this option is not used for mechanisms "ecdsa-nist256p-challenge" and "external" (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -699,7 +699,7 @@ ** default value: `+15+` * [[option_irc.server_default.sasl_username]] *irc.server_default.sasl_username* -** description: pass:none[username for SASL authentication; this option is not used for mechanism "external" (note: content is evaluated, see /help eval)] +** description: pass:none[username for SASL authentication; this option is not used for mechanism "external" (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -729,7 +729,7 @@ ** default value: `+2048+` * [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint* -** description: pass:none[fingerprint of certificate which is trusted and accepted for the server; only hexadecimal digits are allowed (0-9, a-f): 64 chars for SHA-512, 32 chars for SHA-256, 20 chars for SHA-1 (insecure, not recommended); many fingerprints can be separated by commas; if this option is set, the other checks on certificates are NOT performed (option "ssl_verify") (note: content is evaluated, see /help eval)] +** description: pass:none[fingerprint of certificate which is trusted and accepted for the server; only hexadecimal digits are allowed (0-9, a-f): 64 chars for SHA-512, 32 chars for SHA-256, 20 chars for SHA-1 (insecure, not recommended); many fingerprints can be separated by commas; if this option is set, the other checks on certificates are NOT performed (option "ssl_verify") (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` @@ -747,13 +747,13 @@ ** default value: `+on+` * [[option_irc.server_default.usermode]] *irc.server_default.usermode* -** description: pass:none[user mode(s) to set after connection to server and before executing command and the auto-join of channels; examples: "+R" (to set mode "R"), "+R-i" (to set mode "R" and remove "i"); see /help mode for the complete mode syntax (note: content is evaluated, see /help eval)] +** description: pass:none[user mode(s) to set after connection to server and before executing command and the auto-join of channels; examples: "+R" (to set mode "R"), "+R-i" (to set mode "R" and remove "i"); see /help mode for the complete mode syntax (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` * [[option_irc.server_default.username]] *irc.server_default.username* -** description: pass:none[user name to use on server (note: content is evaluated, see /help eval)] +** description: pass:none[user name to use on server (note: content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)] ** type: string ** values: any string ** default value: `+""+` |