diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-19 23:52:33 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-19 23:52:33 +0100 |
commit | e2be01833f2593b90c4059f712a9a2e2cf01ea43 (patch) | |
tree | 0d9e9cef53e82356c236bdcc97d8f10c86159865 /doc/pl/autogen/user | |
parent | 083a6c741dfae78ce74246910a5c5ba3566bba0a (diff) | |
download | weechat-e2be01833f2593b90c4059f712a9a2e2cf01ea43.zip |
irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)
Diffstat (limited to 'doc/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/irc_options.asciidoc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/pl/autogen/user/irc_options.asciidoc b/doc/pl/autogen/user/irc_options.asciidoc index 76cdb0f19..a0f128a32 100644 --- a/doc/pl/autogen/user/irc_options.asciidoc +++ b/doc/pl/autogen/user/irc_options.asciidoc @@ -568,13 +568,18 @@ ** typ: liczba ** wartości: continue, reconnect, disconnect (domyślna wartość: `continue`) +* [[option_irc.server_default.sasl_key]] *irc.server_default.sasl_key* +** opis: `file with ECC private key for mechanism "ecdsa-nist256p-challenge" ("%h" will be replaced by WeeChat home, "~/.weechat" by default)` +** typ: ciąg +** wartości: dowolny ciąg (domyślna wartość: `""`) + * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** opis: `mechanizm autentykacji SASL: "plain" dla hasła w czystym tekście, "dh-blowfish" dla hasła szyfrowanego za pomocą blowfish, "dh-aes" dla hasła szyfrowanego za pomocą AES, "external" dla uwierzytelnienia za pomocą certyfikatu SSL po stronie klienta` +** opis: `mechanism for SASL authentication: "plain" for plain text password, "ecdsa-nist256p-challenge" for key-based challenge authentication, "external" for authentication using client side SSL cert, "dh-blowfish" for blowfish crypted password (insecure, not recommended), "dh-aes" for AES crypted password (insecure, not recommended)` ** typ: liczba -** wartości: plain, dh-blowfish, dh-aes, external (domyślna wartość: `plain`) +** wartości: plain, ecdsa-nist256p-challenge, external, dh-blowfish, dh-aes (domyślna wartość: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* -** opis: `hasło dla uwierzytelniania SASL (uwaga: zawartość jest przetwarzana, zobacz /help eval)` +** opis: `password for SASL authentication; this option is not used for mechanisms "ecdsa-nist256p-challenge" and "external" (note: content is evaluated, see /help eval)` ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `""`) @@ -584,7 +589,7 @@ ** wartości: 1 .. 3600 (domyślna wartość: `15`) * [[option_irc.server_default.sasl_username]] *irc.server_default.sasl_username* -** opis: `nazwa użytkownika dla uwierzytelniania SASL (uwaga: zawartość jest przetwarzana, zobacz /help eval)` +** opis: `username for SASL authentication; this option is not used for mechanism "external" (note: content is evaluated, see /help eval)` ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `""`) |