diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-09 21:39:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-09 21:39:25 +0200 |
commit | 37415e61d562461eba5f489ce4f0cdfec93f6b12 (patch) | |
tree | b2e74d323af081be493a75df3bff319a39ec8165 /doc/en | |
parent | 116150c2fcab8676ff46d1c074ad82b5565048d6 (diff) | |
download | weechat-37415e61d562461eba5f489ce4f0cdfec93f6b12.zip |
core: update translations (issue #115, issue #1416)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc index db2505dfd..38b805655 100644 --- a/doc/en/autogen/user/irc_options.adoc +++ b/doc/en/autogen/user/irc_options.adoc @@ -758,6 +758,12 @@ ** values: any string ** default value: `+""+` +* [[option_irc.server_default.ssl_password]] *irc.server_default.ssl_password* +** description: pass:none[password for SSL certificate's private key (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.ssl_priorities]] *irc.server_default.ssl_priorities* ** description: pass:none[string with priorities for gnutls (for syntax, see documentation of function gnutls_priority_init in gnutls manual, common strings are: "PERFORMANCE", "NORMAL", "SECURE128", "SECURE256", "EXPORT", "NONE")] ** type: string |