From 5394ca6e10dd6475f8497d7dc6ad056b6b4a4de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 18 Apr 2020 11:35:27 +0200 Subject: doc: update auto-generated files with relay options --- doc/pl/autogen/user/relay_options.adoc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/pl/autogen') diff --git a/doc/pl/autogen/user/relay_options.adoc b/doc/pl/autogen/user/relay_options.adoc index 033bcd1fb..7c3215fec 100644 --- a/doc/pl/autogen/user/relay_options.adoc +++ b/doc/pl/autogen/user/relay_options.adoc @@ -116,12 +116,6 @@ ** wartości: dowolny ciąg ** domyślna wartość: `+""+` -* [[option_relay.network.auth_password]] *relay.network.auth_password* -** opis: pass:none[comma separated list of hash algorithms used for password authentication in weechat protocol, among these values: "plain" (password in plain text, not hashed), "sha256", "sha512", "pbkdf2+sha256", "pbkdf2+sha512"), "*" means all algorithms, a name beginning with "!" is a negative value to prevent an algorithm from being used, wildcard "*" is allowed in names (examples: "*", "pbkdf2*", "*,!plain")] -** typ: ciąg -** wartości: dowolny ciąg -** domyślna wartość: `+"*"+` - * [[option_relay.network.auth_timeout]] *relay.network.auth_timeout* ** opis: pass:none[timeout (in seconds) for client authentication: connection is closed if the client is still not authenticated after this delay and the client status is set to "authentication failed" (0 = wait forever)] ** typ: liczba @@ -146,12 +140,6 @@ ** wartości: 0 .. 9 ** domyślna wartość: `+6+` -* [[option_relay.network.hash_iterations]] *relay.network.hash_iterations* -** opis: pass:none[number of iterations asked to the client in weechat protocol when a hashed password with algorithm PBKDF2 is used for authentication; more iterations is better in term of security but is slower to compute; this number should not be too high if your CPU is slow] -** typ: liczba -** wartości: 1 .. 1000000 -** domyślna wartość: `+100000+` - * [[option_relay.network.ipv6]] *relay.network.ipv6* ** opis: pass:none[nasłuchuj domyślnie na gnieździe IPv6 (w dodatku do domyślnego IPv4); protokoły IPv4 i IPv6 mogą być wymuszane (pojedynczo lub razem) w nazwie protokołu (zobacz /help relay)] ** typ: bool @@ -176,6 +164,18 @@ ** wartości: dowolny ciąg ** domyślna wartość: `+""+` +* [[option_relay.network.password_hash_algo]] *relay.network.password_hash_algo* +** opis: pass:none[comma separated list of hash algorithms used for password authentication in weechat protocol, among these values: "plain" (password in plain text, not hashed), "sha256", "sha512", "pbkdf2+sha256", "pbkdf2+sha512"), "*" means all algorithms, a name beginning with "!" is a negative value to prevent an algorithm from being used, wildcard "*" is allowed in names (examples: "*", "pbkdf2*", "*,!plain")] +** typ: ciąg +** wartości: dowolny ciąg +** domyślna wartość: `+"*"+` + +* [[option_relay.network.password_hash_iterations]] *relay.network.password_hash_iterations* +** opis: pass:none[number of iterations asked to the client in weechat protocol when a hashed password with algorithm PBKDF2 is used for authentication; more iterations is better in term of security but is slower to compute; this number should not be too high if your CPU is slow] +** typ: liczba +** wartości: 1 .. 1000000 +** domyślna wartość: `+100000+` + * [[option_relay.network.ssl_cert_key]] *relay.network.ssl_cert_key* ** opis: pass:none[plik z certyfikatem SSL i kluczem prywatnym (dla obsługi klientów poprzez SSL)] ** typ: ciąg -- cgit v1.2.3