diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:33:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 12:33:03 +0100 |
commit | 160ab683efb0ce39813a2c4835bb92ad7b3a73fd (patch) | |
tree | 0efbb9017d9fdb18898ee1244d498ecda13cce75 /doc/en/autogen | |
parent | d820389f8aa9d51b101bde15c946d1c3f1bfcc2e (diff) | |
download | weechat-160ab683efb0ce39813a2c4835bb92ad7b3a73fd.zip |
core: update translations
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 1f9307cc5..68d7e6e00 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -573,6 +573,11 @@ ** type: integer ** values: 0 .. 2147483647 (default value: `2048`) +* [[option_irc.server_default.ssl_fingerprint]] *irc.server_default.ssl_fingerprint* +** description: `SHA1 fingerprint of certificate which is trusted and accepted for the server (it must be exactly 40 hexadecimal digits without separators); if this option is set, the other checks on certificates are NOT performed (option "ssl_verify")` +** type: string +** values: any string (default value: `""`) + * [[option_irc.server_default.ssl_priorities]] *irc.server_default.ssl_priorities* ** description: `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 |