From 7683287f714e743025e72dd79043be5d5e2bf5c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 20 May 2026 20:19:30 +0200 Subject: [PATCH] relay: add "api" protocol in help on options relay.network.password_hash_algo and relay.network.password_hash_iterations --- po/cs.po | 20 +++++++-------- po/de.po | 35 +++++++++++++++++-------- po/es.po | 20 +++++++-------- po/fr.po | 44 ++++++++++++++++---------------- po/hu.po | 20 +++++++-------- po/it.po | 20 +++++++-------- po/ja.po | 20 +++++++-------- po/pl.po | 34 ++++++++++++++++-------- po/pt.po | 20 +++++++-------- po/pt_BR.po | 20 +++++++-------- po/ru.po | 20 +++++++-------- po/sr.po | 38 ++++++++++++++++++--------- po/tr.po | 34 ++++++++++++++++-------- po/weechat.pot | 20 +++++++-------- src/plugins/relay/relay-config.c | 8 +++--- 15 files changed, 214 insertions(+), 159 deletions(-) diff --git a/po/cs.po b/po/cs.po index 8521b0d0b..9061310aa 100644 --- a/po/cs.po +++ b/po/cs.po @@ -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 \n" "Language-Team: Czech \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 "" diff --git a/po/de.po b/po/de.po index b623b270b..1d56dc128 100644 --- a/po/de.po +++ b/po/de.po @@ -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 \n" "Language-Team: German - Germany \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): " diff --git a/po/es.po b/po/es.po index fde3a6b30..e89c7bc7c 100644 --- a/po/es.po +++ b/po/es.po @@ -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 \n" "Language-Team: Spanish - Spain \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 "" diff --git a/po/fr.po b/po/fr.po index 62eff9e45..5cdbe9026 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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 \n" "Language-Team: French - France \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 " diff --git a/po/hu.po b/po/hu.po index 3293cf24c..3ff5797af 100644 --- a/po/hu.po +++ b/po/hu.po @@ -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 \n" "Language-Team: Hungarian \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 "" diff --git a/po/it.po b/po/it.po index ac4da92ad..d9c889fe5 100644 --- a/po/it.po +++ b/po/it.po @@ -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 \n" "Language-Team: Italian \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 "" diff --git a/po/ja.po b/po/ja.po index 16ec01742..7f3df24cb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -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 \n" "Language-Team: Japanese \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 "" diff --git a/po/pl.po b/po/pl.po index d8afb2ac1..bbf5a48da 100644 --- a/po/pl.po +++ b/po/pl.po @@ -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 \n" "Language-Team: Polish \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 " diff --git a/po/pt.po b/po/pt.po index 8e561a52d..f7b37cb5e 100644 --- a/po/pt.po +++ b/po/pt.po @@ -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 \n" "Language-Team: Portuguese - Portugal \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 "" diff --git a/po/pt_BR.po b/po/pt_BR.po index c51d176eb..dc561e0cd 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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 \n" "Language-Team: Portuguese - Brazil \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 "" diff --git a/po/ru.po b/po/ru.po index 27337c865..e8fb93649 100644 --- a/po/ru.po +++ b/po/ru.po @@ -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 \n" "Language-Team: Russian \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 "" diff --git a/po/sr.po b/po/sr.po index 6e0d8954b..1f65b5603 100644 --- a/po/sr.po +++ b/po/sr.po @@ -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ć \n" "Language-Team: Serbian \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 алгоритмом ; више итерација " diff --git a/po/tr.po b/po/tr.po index e680d7aec..78464275c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -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 \n" "Language-Team: Turkish \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 " diff --git a/po/weechat.pot b/po/weechat.pot index da2163437..17cac7ade 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -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 \n" "Language-Team: weechat-dev \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 "" diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 592e955aa..aa757608c 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -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"),