mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
relay: add "api" protocol in help on options relay.network.password_hash_algo and relay.network.password_hash_iterations
This commit is contained in:
@@ -23,7 +23,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-04-28 21:16+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: Czech <weechat-dev@nongnu.org>\n"
|
||||
@@ -15096,11 +15096,11 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"čárkou rozdělený seznam pluginů pro automatické načtení při spuštění \"*\" "
|
||||
"znamená všechny nalezené pluginy, jméno začínající \"!\" je negativní "
|
||||
@@ -15108,10 +15108,10 @@ msgstr ""
|
||||
"pro vybrání několika pluginů (příklady: \"*\" nebo \"*,!lua,!tcl\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -29,7 +29,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-05-17 20:57+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German - Germany <weechat-dev@nongnu.org>\n"
|
||||
@@ -16449,13 +16449,21 @@ msgstr ""
|
||||
"relay.network.allow_empty_password) (Hinweis: Inhalt wird evaluiert, siehe /"
|
||||
"help eval)"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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\")"
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"durch Kommata getrennte Liste der Hash-Algorithmen, die für die "
|
||||
"Kennwortauthentifizierung im Weechat-Protokoll verwendet werden, unter "
|
||||
@@ -16465,11 +16473,17 @@ msgstr ""
|
||||
"Verwendung eines Algorithmus zu vermeiden. Ein Platzhalter \"*\" im Namen "
|
||||
"ist zulässig (Beispiele: \"*\", \"pbkdf2 *\", \"*,! plain\")"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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"
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
"Anzahl der Iterationen, die im Weechat-Protokoll an den Client gesendet "
|
||||
"werden, wenn ein Hash-Passwort mit dem Algorithmus PBKDF2 zur "
|
||||
@@ -16796,7 +16810,6 @@ msgid "%s%s: cannot \"bind\" on port %d (%s): error %d %s"
|
||||
msgstr "%s%s: \"bind\" an Port %d (%s) nicht möglich: Fehler %d %s"
|
||||
|
||||
#, c-format
|
||||
#| msgid "%s%s: cannot \"listen\" on path %s (%s): error %d %s"
|
||||
msgid "%s%s: warning: failed to set permissions on path %s (%s): error %d %s"
|
||||
msgstr ""
|
||||
"%s%s: Warnung: Fehler beim Setzen der Berechtigungen für den Pfad %s (%s): "
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
|
||||
"Last-Translator: Santiago Forero <santiago@forero.xyz>\n"
|
||||
"Language-Team: Spanish - Spain <weechat-dev@nongnu.org>\n"
|
||||
@@ -15400,11 +15400,11 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"lista de plugins separados por comas para cargar automáticamente al iniciar, "
|
||||
"\"*\" significa todos los plugins encontrados, un nombre empezando con \"!\" "
|
||||
@@ -15412,10 +15412,10 @@ msgstr ""
|
||||
"\"*\" para indicar varios plugins (ejemplo: \"*\" o \"*,!lua,!tcl\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -23,8 +23,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"PO-Revision-Date: 2026-05-20 20:13+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-05-20 20:18+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: French - France <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -16149,31 +16149,31 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"liste des algorithmes de hachage pour l'authentification par mot de passe "
|
||||
"dans le protocole relay, parmi ces valeurs : \"plain\" (mot de passe en "
|
||||
"clair, non haché), \"sha256\", \"sha512\", \"pbkdf2+sha256\", "
|
||||
"\"pbkdf2+sha512\" ; \"*\" signifie tous les algorithmes, un nom commençant "
|
||||
"par \"!\" est une valeur négative pour empêcher un algorithme d'être "
|
||||
"utilisé, le caractère joker \"*\" est autorisé dans les noms (exemples : "
|
||||
"\"*\", \"pbkdf2*\", \"*,!plain\")"
|
||||
"dans les protocoles \"api\" et \"weechat\", parmi ces valeurs : \"plain\" "
|
||||
"(mot de passe en clair, non haché), \"sha256\", \"sha512\", "
|
||||
"\"pbkdf2+sha256\", \"pbkdf2+sha512\" ; \"*\" signifie tous les algorithmes, "
|
||||
"un nom commençant par \"!\" est une valeur négative pour empêcher un "
|
||||
"algorithme d'être utilisé, le caractère joker \"*\" est autorisé dans les "
|
||||
"noms (exemples : \"*\", \"pbkdf2*\", \"*,!plain\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
"nombre d'itérations demandées au client dans le protocole weechat lorsqu'un "
|
||||
"mot de passe haché avec l'algorithme PBKDF2 est utilisé pour "
|
||||
"l'authentification ; plus d'itérations est mieux en terme de sécurité mais "
|
||||
"est plus lent à calculer ; ce nombre ne doit pas être trop élevé si votre "
|
||||
"micro-processeur est lent"
|
||||
"nombre d'itérations demandées au client dans les protocoles \"api\" et "
|
||||
"\"weechat\" lorsqu'un mot de passe haché avec l'algorithme PBKDF2 est "
|
||||
"utilisé pour l'authentification ; plus d'itérations est mieux en terme de "
|
||||
"sécurité mais est plus lent à calculer ; ce nombre ne doit pas être trop "
|
||||
"élevé si votre micro-processeur est lent"
|
||||
|
||||
msgid ""
|
||||
"number of seconds to allow before and after the current time for the hash of "
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-03-08 08:59+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: Hungarian <weechat-dev@nongnu.org>\n"
|
||||
@@ -14401,21 +14401,21 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"automatikusan betöltendő modulok vesszővel elválasztott listája, \"*\" "
|
||||
"esetén az összes fellelt modul (az elnevezés lehet részleges, például a "
|
||||
"\"perl\" elegendő \"libperl.so\" helyett)"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-04-28 21:17+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: Italian <weechat-dev@nongnu.org>\n"
|
||||
@@ -15453,11 +15453,11 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"elenco separato da virgole di plugin da caricare automaticamente all'avvio, "
|
||||
"\"*\" equivale a tutti i plugin trovati. un nome che comincia con \"!\" è un "
|
||||
@@ -15466,10 +15466,10 @@ msgstr ""
|
||||
"oppure \"*,!lua,!tcl\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-04-28 21:20+0200\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <weechat-dev@nongnu.org>\n"
|
||||
@@ -15960,21 +15960,21 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"スタートアップ時にロードするプラグインのコンマ区切りリスト、\"*\" は見つかっ"
|
||||
"た全てのプラグイン、\"!\" から始まる名前はロードしないプラグイン、名前にワイ"
|
||||
"ルドカード \"*\" を使うことができます (例: \"*\" または \"*,!lua,!tcl\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-04-28 21:21+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||
"Language-Team: Polish <weechat-dev@nongnu.org>\n"
|
||||
@@ -15714,13 +15714,21 @@ msgstr ""
|
||||
"oznacza brak hasła, zobacz opcję relay.network.allow_empty_password) (uwaga: "
|
||||
"zawartość jest przetwarzana, zobacz /help eval)"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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\")"
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"oddzielona przecinkami lista algorytmów hashujących używanych dla "
|
||||
"uwierzytelnienia hasłem w protokole weechat, dostępne wartości: \"plain\" "
|
||||
@@ -15730,11 +15738,17 @@ msgstr ""
|
||||
"użycia algorytmu, znak \"*\" może zostać użyty w nazwie (przykłady: \"*\", "
|
||||
"\"pbkdf2*\", \"*,!plain\")"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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"
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
"ilość iteracji zapytań klienta protokołu weechat w przypadku hashowania "
|
||||
"haseł algorytmem PBKDF2 podczas uwierzytelnienia; im więcej iteracji tym "
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-04-28 21:18+0200\n"
|
||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||
"Language-Team: Portuguese - Portugal <weechat-dev@nongnu.org>\n"
|
||||
@@ -15844,11 +15844,11 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"lista de plugins separados por vírgula para carregar automaticamente ao "
|
||||
"iniciar, \"*\" significa todos os plugins encontrados, um nome começado com "
|
||||
@@ -15857,10 +15857,10 @@ msgstr ""
|
||||
"tcl\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
+10
-10
@@ -46,7 +46,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-03-12 20:19+0100\n"
|
||||
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
|
||||
"Language-Team: Portuguese - Brazil <weechat-dev@nongnu.org>\n"
|
||||
@@ -14888,11 +14888,11 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"lista separada por vírgulas dos plugins para carregar automaticamente "
|
||||
"nainicialização, \"*\" significa todos os plugins encontrados, um nome "
|
||||
@@ -14901,10 +14901,10 @@ msgstr ""
|
||||
"plugins (exemplos: \"*\" ou \"*,!lua,!tcl\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -23,7 +23,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-03-08 08:59+0100\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: Russian <weechat-dev@nongnu.org>\n"
|
||||
@@ -14452,21 +14452,21 @@ msgstr ""
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"разделённый запятыми список автоматически загружаемых при запуске plug-"
|
||||
"in'ов , \"*\" означает все найденные plug-in'ы (имена могут быть не полными, "
|
||||
"например \"perl\" успешно загрузит \"libperl.so\")"
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-05-12 10:55+0400\n"
|
||||
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
|
||||
"Language-Team: Serbian <weechat-dev@nongnu.org>\n"
|
||||
@@ -1149,8 +1149,8 @@ msgid ""
|
||||
"This command can be caught by other plugins and scripts (see \"Plugin API "
|
||||
"reference\", function \"hook_command_run\")."
|
||||
msgstr ""
|
||||
"Ову команду могу да ухвате остали додаци и скрипте (погледајте „Референтно"
|
||||
"упутство за API додатака”, функцију „hook_command_run”)."
|
||||
"Ову команду могу да ухвате остали додаци и скрипте (погледајте "
|
||||
"„Референтноупутство за API додатака”, функцију „hook_command_run”)."
|
||||
|
||||
msgid "manage bars"
|
||||
msgstr "управљање тракама"
|
||||
@@ -15676,13 +15676,21 @@ msgstr ""
|
||||
"relay.network.allow_empty_password) (напомена: садржај се израчунава, "
|
||||
"погледајте /help eval)"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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\")"
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"листа хеш алгоритама раздвојених запетама који се користе за аутентификацију "
|
||||
"лозинке у weechat протоколу, могу бити: „plain” (лозинка је чисти текст, не "
|
||||
@@ -15691,11 +15699,17 @@ msgstr ""
|
||||
"спречава употреба тог алгоритма, у именима је дозвољена употреба џокера „*” "
|
||||
"(примери: „*”, „pbkdf2*”, „*,!plain”)"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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"
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
"број итерација који се захтева од клијента у weechat протоколу када се за "
|
||||
"аутентификацију користи лозинка хеширана PBKDF2 алгоритмом ; више итерација "
|
||||
|
||||
@@ -23,7 +23,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2026-04-28 21:22+0200\n"
|
||||
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
|
||||
"Language-Team: Turkish <weechat-dev@nongnu.org>\n"
|
||||
@@ -16043,13 +16043,21 @@ msgstr ""
|
||||
"şifreye gerek yok anlamına gelir, relay.network.allow_empty_password "
|
||||
"seçeneğine bakın) (not: içerik değerlendirilir, bkz. /help eval)"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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\")"
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
"weechat protokolünde parola doğrulaması yapmak için kullanılan sağlama "
|
||||
"algoritmalarının virgülle ayrılmış listesi: \"plain\" (düz metin parola, "
|
||||
@@ -16059,11 +16067,17 @@ msgstr ""
|
||||
"adlarda \"*\" jokerine izin verilir (örnekler: \"*\", \"pbkdf2\", \"*,!"
|
||||
"plain\")"
|
||||
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "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"
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
"PBKDF2 algoritmasını kullanan bir sağlaması yapılmış bir parola kimlik "
|
||||
"doğrulama için kullanıldığında istemciye sorulan yineleme sayısı; daha fazla "
|
||||
|
||||
+10
-10
@@ -23,7 +23,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2026-05-10 19:14+0200\n"
|
||||
"POT-Creation-Date: 2026-05-20 20:17+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -13177,18 +13177,18 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"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\")"
|
||||
"\"api\" and \"weechat\" protocols, 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\")"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"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"
|
||||
"number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
|
||||
@@ -1704,8 +1704,8 @@ relay_config_init (void)
|
||||
relay_config_file, relay_config_section_network,
|
||||
"password_hash_algo", "string",
|
||||
N_("comma separated list of hash algorithms used for password "
|
||||
"authentication in weechat protocol, among these values: "
|
||||
"\"plain\" (password in plain text, not hashed), \"sha256\", "
|
||||
"authentication in \"api\" and \"weechat\" protocols, 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 \"*\" "
|
||||
@@ -1718,8 +1718,8 @@ relay_config_init (void)
|
||||
relay_config_network_password_hash_iterations = weechat_config_new_option (
|
||||
relay_config_file, relay_config_section_network,
|
||||
"password_hash_iterations", "integer",
|
||||
N_("number of iterations asked to the client in weechat protocol "
|
||||
"when a hashed password with algorithm PBKDF2 is used for "
|
||||
N_("number of iterations asked to the client in \"api\" and \"weechat\" "
|
||||
"protocols 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"),
|
||||
|
||||
Reference in New Issue
Block a user