diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 12 | ||||
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 17 | ||||
-rw-r--r-- | doc/de/weechat_user.de.adoc | 14 | ||||
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 12 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 13 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 12 | ||||
-rw-r--r-- | doc/fr/includes/autogen_user_options.fr.adoc | 12 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 16 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 14 | ||||
-rw-r--r-- | doc/it/includes/autogen_user_options.it.adoc | 12 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 16 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 14 | ||||
-rw-r--r-- | doc/ja/includes/autogen_user_options.ja.adoc | 12 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 16 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 14 | ||||
-rw-r--r-- | doc/pl/includes/autogen_user_options.pl.adoc | 12 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 15 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 14 |
18 files changed, 149 insertions, 98 deletions
diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index 8916bd2fe..1cff6f15c 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -1260,11 +1260,17 @@ ** Werte: 1 .. 2147483647 ** Standardwert: `+60+` -* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file* -** Beschreibung: pass:none[file containing the certificate authorities (path is evaluated, see function string_eval_path_home in plugin API reference)] +* [[option_weechat.network.gnutls_ca_system]] *weechat.network.gnutls_ca_system* +** Beschreibung: pass:none[load system's default trusted certificate authorities on startup; this can be turned off to save some memory only if you are not using SSL connections at all] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` + +* [[option_weechat.network.gnutls_ca_user]] *weechat.network.gnutls_ca_user* +** Beschreibung: pass:none[extra file(s) with certificate authorities; multiple files must be separated by colons (each path is evaluated, see function string_eval_path_home in plugin API reference)] ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette -** Standardwert: `+"/etc/ssl/certs/ca-certificates.crt"+` +** Standardwert: `+""+` * [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout* ** Beschreibung: pass:none[Zeitüberschreitung für gnutls Handshake (in Sekunden)] diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index c9e668b1c..13316bbd8 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -775,7 +775,9 @@ anstelle der kbd:[Shift]-Taste gedrückt werden). Falls macOS genutzt wird, muss mittels Homebrew `openssl` installiert werden. Eine CA-Datei wird mittels Zertifikaten vom Systemschlüssel geladen. -Der Pfad zu den Zertifikaten kann in WeeChat eingestellt werden: + +// TRANSLATION MISSING +With WeeChat ≤ 3.1, you can set the path to system certificates: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -820,7 +822,9 @@ Im folgenden Beispiel muss "xxx" durch den betroffenen Servernamen ersetzt werde [[irc_ssl_freenode]] === Wie kann ich eine SSL gesicherte Verbindung zum freenode Server herstellen? -Die Option _weechat.network.gnutls_ca_file_ sollte auf die Zertifikationsdatei zeigen: +// TRANSLATION MISSING +With WeeChat ≤ 3.1, set option _weechat.network.gnutls_ca_file_ to file with +certificates: ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1136,8 +1140,7 @@ Die Skripten für WeeChat sind mit anderen IRC-Clients nicht kompatibel und vice [[scripts_update]] === Der Befehl "/script update" liest die Skriptliste nicht ein, wie kann ich das beheben? -Als erstes sollte das Kapitel über SSL Verbindungen in dieser FAQ gelesen werden -(besonders über die Option _weechat.network.gnutls_ca_file_). +Als erstes sollte das Kapitel über SSL Verbindungen in dieser FAQ gelesen werden. Wenn das nicht hilft, sollte die Skriptliste von Hand gelöscht werden. Dazu folgenden Befehl in der Shell ausführen: @@ -1221,9 +1224,9 @@ Damit WeeChat weniger Speicher benötigt, solltest Du folgende Tipps umsetzen: Fifo, Logger, Perl, Python, Ruby, Lua, Tcl, Guile, JavaScript, PHP, Spell, Xfer (wird für DCC benötigst), siehe `/help weechat.plugin.autoload`. * installiere ausschließlich Skripten die Du auch nutzt -* falls man SSL *NICHT* nutzt, sollte kein Zertifikat geladen werden. In diesem - Fall, einfach den Eintrag in folgender Option leer lassen: - _weechat.network.gnutls_ca_file_ +// TRANSLATION MISSING +* Do not load system certificates if SSL is *NOT* used: turn off this option: + _weechat.network.gnutls_ca_system_. * der Wert der Option _weechat.history.max_buffer_lines_number_ sollte möglichst niedrig eingestellt werden oder die Option _weechat.history.max_buffer_lines_minutes_ verwendet werden. diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 13746f055..33e89c85d 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -207,11 +207,6 @@ Liste von häufig verwendeten Optionen: The value can also be 4 directories separated by colons, in this order: config, data, cache, runtime. -| CA_FILE | Datei | /etc/ssl/certs/ca-certificates.crt | - Datei enthält die Zertifizierungen. - Dies ist der Standardwert für Optionen - <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>>. - | ENABLE_ALIAS | `ON`, `OFF` | ON | kompiliert <<alias_plugin,Alias Erweiterung>>. @@ -2917,8 +2912,13 @@ WeeChat immer ob dieser Verbindung sicher ist. Einige Optionen dienen dazu eine SSL Verbindung zu nutzen: -weechat.network.gnutls_ca_file:: - Pfad zu einer Datei mit SSL Zertifikaten +// TRANSLATION MISSING +weechat.network.gnutls_ca_system:: + load system's default trusted certificate authorities on startup + +// TRANSLATION MISSING +weechat.network.gnutls_ca_user:: + extra file(s) with certificate authorities irc.server.xxx.ssl_cert:: Datei mit den SSL Zertifikaten die genutzt werden um automatisch Ihren Nick diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index ec443d0b4..b799bb0bb 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -1260,11 +1260,17 @@ ** values: 1 .. 2147483647 ** default value: `+60+` -* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file* -** description: pass:none[file containing the certificate authorities (path is evaluated, see function string_eval_path_home in plugin API reference)] +* [[option_weechat.network.gnutls_ca_system]] *weechat.network.gnutls_ca_system* +** description: pass:none[load system's default trusted certificate authorities on startup; this can be turned off to save some memory only if you are not using SSL connections at all] +** type: boolean +** values: on, off +** default value: `+on+` + +* [[option_weechat.network.gnutls_ca_user]] *weechat.network.gnutls_ca_user* +** description: pass:none[extra file(s) with certificate authorities; multiple files must be separated by colons (each path is evaluated, see function string_eval_path_home in plugin API reference)] ** type: string ** values: any string -** default value: `+"/etc/ssl/certs/ca-certificates.crt"+` +** default value: `+""+` * [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout* ** description: pass:none[timeout (in seconds) for gnutls handshake] diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index b9a376118..c841117bb 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -727,7 +727,8 @@ you have to use kbd:[Alt] instead of kbd:[Shift]). If you are using macOS, you must install `openssl` from Homebrew. A CA file will be bootstrapped using certificates from the system keychain. -You can then set the path to certificates in WeeChat: + +With WeeChat ≤ 3.1, you can then set the path to system certificates: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -767,7 +768,8 @@ by your server name: [[irc_ssl_freenode]] === How can I connect to freenode server using SSL? -Set option _weechat.network.gnutls_ca_file_ to file with certificates: +With WeeChat ≤ 3.1, set option _weechat.network.gnutls_ca_file_ to file with +certificates: ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1047,8 +1049,7 @@ Scripts are not compatible with other IRC clients. [[scripts_update]] === The command "/script update" can not read scripts, how to fix that? -First check questions about SSL connection in this FAQ -(especially the option _weechat.network.gnutls_ca_file_). +First check questions about SSL connection in this FAQ. If still not working, try to manually delete the scripts file (in your shell): @@ -1128,8 +1129,8 @@ You can try following tips to consume less memory: fifo, logger, perl, python, ruby, lua, tcl, guile, javascript, php, spell, xfer (used for DCC). See `/help weechat.plugin.autoload`. * Load only scripts that you really need. -* Do not load certificates if SSL is *NOT* used: set empty string in option - _weechat.network.gnutls_ca_file_. +* Do not load system certificates if SSL is *NOT* used: turn off this option: + _weechat.network.gnutls_ca_system_. * Reduce value of option _weechat.history.max_buffer_lines_number_ or set value of option _weechat.history.max_buffer_lines_minutes_. * Reduce value of option _weechat.history.max_commands_. diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index d14e504d6..98fb83736 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -198,11 +198,6 @@ List of commonly used options: The value can also be 4 directories separated by colons, in this order: config, data, cache, runtime. -| CA_FILE | file | /etc/ssl/certs/ca-certificates.crt | - File containing the certificate authorities. - This is the default value of option - <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>>. - | ENABLE_ALIAS | `ON`, `OFF` | ON | Compile <<alias_plugin,Alias plugin>>. @@ -2857,8 +2852,11 @@ connection is fully trusted. Some options are used to control SSL connection: -weechat.network.gnutls_ca_file:: - path to file with certificate authorities +weechat.network.gnutls_ca_system:: + load system's default trusted certificate authorities on startup + +weechat.network.gnutls_ca_user:: + extra file(s) with certificate authorities irc.server.xxx.ssl_cert:: SSL certificate file used to automatically identify your nick (for example diff --git a/doc/fr/includes/autogen_user_options.fr.adoc b/doc/fr/includes/autogen_user_options.fr.adoc index 6b9dfc811..9d8d3f0df 100644 --- a/doc/fr/includes/autogen_user_options.fr.adoc +++ b/doc/fr/includes/autogen_user_options.fr.adoc @@ -1260,11 +1260,17 @@ ** valeurs: 1 .. 2147483647 ** valeur par défaut: `+60+` -* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file* -** description: pass:none[fichier contenant les autorités de certification (le chemin est évalué, voir la fonction string_eval_path_home dans la référence API extension)] +* [[option_weechat.network.gnutls_ca_system]] *weechat.network.gnutls_ca_system* +** description: pass:none[charger les certificats des autorités de certification système au démarrage ; cela peut être désactivée pour économiser de la mémoire, seulement si vous n'utilisez pas du tout de connexions SSL] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` + +* [[option_weechat.network.gnutls_ca_user]] *weechat.network.gnutls_ca_user* +** description: pass:none[fichier(s) supplémentaire(s) avec des autorités de certification ; plusieurs fichiers doivent être séparés par ":" (chaque chemin est évalué, voir la fonction string_eval_path_home dans la référence API extension)] ** type: chaîne ** valeurs: toute chaîne -** valeur par défaut: `+"/etc/ssl/certs/ca-certificates.crt"+` +** valeur par défaut: `+""+` * [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout* ** description: pass:none[délai d'attente maximum (en secondes) pour la poignée de main (handshake) gnutls] diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 09ac6cc93..25aace487 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -750,8 +750,9 @@ kbd:[Alt] au lieu de kbd:[Shift]). === J'ai des problèmes pour me connecter au serveur avec SSL, que puis-je faire ? Si vous utilisez macOS, vous devez installer `openssl` depuis Homebrew. -Un fichier CA sera installé avec le le trousseau système. Vous pouvez alors -définie le chemin vers les certificats sous WeeChat : +Un fichier CA sera installé avec le le trousseau système. + +Avec WeeChat ≤ 3.1, vous pouvez définir le chemin vers les certificats système : ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -792,8 +793,8 @@ seulement), remplacez "xxx" par le nom de votre serveur : [[irc_ssl_freenode]] === Comment puis-je me connecter à freenode avec SSL ? -Positionnez l'option _weechat.network.gnutls_ca_file_ avec le fichier des -certificats : +Avec WeeChat ≤ 3.1, positionnez l'option _weechat.network.gnutls_ca_file_ avec +le fichier des certificats : ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1086,8 +1087,7 @@ Les scripts ne sont pas compatibles avec d'autres clients IRC. [[scripts_update]] === La commande "/script update" ne peut pas lire les scripts, comment corriger ça ? -Consultez d'abord les questions à propos des connexions SSL dans cette FAQ -(en particulier l'option _weechat.network.gnutls_ca_file_). +Consultez d'abord les questions à propos des connexions SSL dans cette FAQ. Si cela ne fonctionne toujours pas, essayez de supprimer manuellement le fichier avec les scripts (dans votre shell) : @@ -1173,8 +1173,8 @@ Vous pouvez essayer les astuces suivantes pour consommer moins de mémoire : spell, xfer (utilisé pour les DCC). Voir `/help weechat.plugin.autoload`. * Charger uniquement les scripts dont vous avez vraiment besoin. -* Ne pas charger les certificats si SSL n'est *PAS* utilisé : affecter une - chaîne vide pour l'option _weechat.network.gnutls_ca_file_. +* Ne pas charger les certificats si SSL n'est *PAS* utilisé : désactiver + l'option _weechat.network.gnutls_ca_system_. * Réduire la valeur de l'option _weechat.history.max_buffer_lines_number_ ou affecter une valeur à l'option _weechat.history.max_buffer_lines_minutes_. * Réduire la valeur de l'option _weechat.history.max_commands_. diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index e44323cbd..b6bf18fc6 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -202,11 +202,6 @@ Liste des options couramment utilisées : La valeur peut aussi être 4 répertoires séparés par ":", dans cet order : config, data, cache, runtime. -| CA_FILE | fichier | /etc/ssl/certs/ca-certificates.crt | - Fichier contenant les autorités de certification. - C'est la valeur par défaut de l'option - <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>>. - | ENABLE_ALIAS | `ON`, `OFF` | ON | Compiler <<alias_plugin,l'extension Alias>>. @@ -2957,8 +2952,13 @@ la connexion est entièrement de confiance. Quelques options sont utilisées pour contrôler la connexion SSL : -weechat.network.gnutls_ca_file:: - chemin vers le fichier avec les certificats de confiance +// TRANSLATION MISSING +weechat.network.gnutls_ca_system:: + load system's default trusted certificate authorities on startup + +// TRANSLATION MISSING +weechat.network.gnutls_ca_user:: + extra file(s) with certificate authorities irc.server.xxx.ssl_cert:: fichier de certificat SSL utilisé pour authentifier automatiquement votre diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index 36b361df2..1facf3712 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -1260,11 +1260,17 @@ ** valori: 1 .. 2147483647 ** valore predefinito: `+60+` -* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file* -** descrizione: pass:none[file containing the certificate authorities (path is evaluated, see function string_eval_path_home in plugin API reference)] +* [[option_weechat.network.gnutls_ca_system]] *weechat.network.gnutls_ca_system* +** descrizione: pass:none[load system's default trusted certificate authorities on startup; this can be turned off to save some memory only if you are not using SSL connections at all] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` + +* [[option_weechat.network.gnutls_ca_user]] *weechat.network.gnutls_ca_user* +** descrizione: pass:none[extra file(s) with certificate authorities; multiple files must be separated by colons (each path is evaluated, see function string_eval_path_home in plugin API reference)] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+"/etc/ssl/certs/ca-certificates.crt"+` +** valore predefinito: `+""+` * [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout* ** descrizione: pass:none[timeout (in secondi) per l'handshake di gnutls] diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index e44347615..6c8e67d2c 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -791,7 +791,9 @@ kbd:[Shift]). // TRANSLATION MISSING If you are using macOS, you must install `openssl` from Homebrew. A CA file will be bootstrapped using certificates from the system keychain. -You can then set the path to certificates in WeeChat: + +// TRANSLATION MISSING +With WeeChat ≤ 3.1, you can set the path to system certificates: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -832,7 +834,9 @@ Provare una stringa di priorità diversa (solo WeeChat ≥ 0.3.5), sostituendo [[irc_ssl_freenode]] === Come ci si può connettere al server freenode via SSL? -Impostare l'opzione _weechat.network.gnutls_ca_file_ con il file dei certificati: +// TRANSLATION MISSING +With WeeChat ≤ 3.1, set option _weechat.network.gnutls_ca_file_ to file with +certificates: ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1135,8 +1139,7 @@ Gli script non sono compatibili con altri client IRC. [[scripts_update]] === The command "/script update" can not read scripts, how to fix that? -First check questions about SSL connection in this FAQ -(especially the option _weechat.network.gnutls_ca_file_). +First check questions about SSL connection in this FAQ. If still not working, try to manually delete the scripts file (in your shell): @@ -1222,8 +1225,9 @@ Esistono diversi trucchi per ottimizzare l'uso della memoria: fifo, logger, perl, python, ruby, lua, tcl, guile, javascript, php, spell, xfer (usato per DCC). See `/help weechat.plugin.autoload`. * caricare solo gli script veramente necessari -* non caricare i certificati se SSL *NON* viene usato: usare una stringa vuota nell'opzione - _weechat.network.gnutls_ca_file_ +// TRANSLATION MISSING +* Do not load system certificates if SSL is *NOT* used: turn off this option: + _weechat.network.gnutls_ca_system_. * ridurre il valore dell'opzione _weechat.history.max_buffer_lines_number_ oppure impostare il valore dell'opzione _weechat.history.max_buffer_lines_minutes_ * ridurre il valore dell'opzione _weechat.history.max_commands_ diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index cf36845b2..abd836628 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -236,11 +236,6 @@ List of commonly used options: The value can also be 4 directories separated by colons, in this order: config, data, cache, runtime. -| CA_FILE | file | /etc/ssl/certs/ca-certificates.crt | - File containing the certificate authorities. - This is the default value of option - <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>>. - | ENABLE_ALIAS | `ON`, `OFF` | ON | Compile <<alias_plugin,Alias plugin>>. @@ -3072,8 +3067,13 @@ maniera predefinita che la connessione sia completamente fidata. Esistono alcune opzioni per controllare la connessione SSL: -weechat.network.gnutls_ca_file:: - path del file con il certificato delle autorità +// TRANSLATION MISSING +weechat.network.gnutls_ca_system:: + load system's default trusted certificate authorities on startup + +// TRANSLATION MISSING +weechat.network.gnutls_ca_user:: + extra file(s) with certificate authorities irc.server.xxx.ssl_cert:: file del certificato SSL usato per identificare automaticamente il proprio diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index 5821c5ab0..878798777 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -1260,11 +1260,17 @@ ** 値: 1 .. 2147483647 ** デフォルト値: `+60+` -* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file* -** 説明: pass:none[file containing the certificate authorities (path is evaluated, see function string_eval_path_home in plugin API reference)] +* [[option_weechat.network.gnutls_ca_system]] *weechat.network.gnutls_ca_system* +** 説明: pass:none[load system's default trusted certificate authorities on startup; this can be turned off to save some memory only if you are not using SSL connections at all] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` + +* [[option_weechat.network.gnutls_ca_user]] *weechat.network.gnutls_ca_user* +** 説明: pass:none[extra file(s) with certificate authorities; multiple files must be separated by colons (each path is evaluated, see function string_eval_path_home in plugin API reference)] ** タイプ: 文字列 ** 値: 未制約文字列 -** デフォルト値: `+"/etc/ssl/certs/ca-certificates.crt"+` +** デフォルト値: `+""+` * [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout* ** 説明: pass:none[gnutls ハンドシェイクのタイムアウト (秒単位)] diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 876ab87df..dde3a0f83 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -730,7 +730,9 @@ WeeChat でマウスが利用可能な場合、kbd:[Shift] macOS をお使いの場合、必ず Homebrew から `openssl` をインストールしてください。こうすることでシステムの鍵束に含まれる証明書を使いつつ、CA -ファイルを起動時に読み込ませることが可能になります。その後、WeeChat で証明書へのパスを設定してください: + +// TRANSLATION MISSING +With WeeChat ≤ 3.1, you can set the path to system certificates: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -770,7 +772,9 @@ gnutls ハンドシェイクに関するエラーの場合、Diffie-Hellman キ [[irc_ssl_freenode]] === どうすれば SSL を使って freenode サーバに接続できますか。 -オプション _weechat.network.gnutls_ca_file_ に証明書ファイルへのパスを設定してください。 +// TRANSLATION MISSING +With WeeChat ≤ 3.1, set option _weechat.network.gnutls_ca_file_ to file with +certificates: ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1050,8 +1054,7 @@ weeget.py と script.pl を使ってください。 [[scripts_update]] === コマンド "/script update" でスクリプトを読み込むことができません。どうすればいいですか。 -手始めに、この FAQ の SSL 接続に関する質問を確認してください -(特にオプション _weechat.network.gnutls_ca_file_ に関する質問)。 +手始めに、この FAQ の SSL 接続に関する質問を確認してください。 それでもだめなら、手作業で (シェルから) スクリプトリストファイルを削除してください: @@ -1132,8 +1135,9 @@ WeeChat バージョン 2.4 以下では "spell" プラグインは "aspell" と buflist、fifo、logger、perl、python、ruby、lua、tcl、guile、javascript、php、spell、xfer (DCC で使用)。 `/help weechat.plugin.autoload` を参照してください。 * 本当に必要なスクリプトだけをロード -* SSL を *使わない* なら、証明書を読み込まないでください: オプション - _weechat.network.gnutls_ca_file_ に空文字列を設定してください。 +// TRANSLATION MISSING +* Do not load system certificates if SSL is *NOT* used: turn off this option: + _weechat.network.gnutls_ca_system_. * _weechat.history.max_buffer_lines_number_ オプションの値を減らすか、_weechat.history.max_buffer_lines_minutes_ オプションに値を設定してください。 * _weechat.history.max_commands_ オプションの値を減らしてください。 diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 2d39d7e7a..b3a5912e0 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -208,11 +208,6 @@ CMake に対するオプションを指定するには、以下の書式を使 The value can also be 4 directories separated by colons, in this order: config, data, cache, runtime. -| CA_FILE | file | /etc/ssl/certs/ca-certificates.crt | - 認証局を含むファイル。これは - <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>> - オプションのデフォルト値です。 - | ENABLE_ALIAS | `ON`, `OFF` | ON | <<alias_plugin,Alias プラグイン>>のコンパイル。 @@ -2932,8 +2927,13 @@ SSL を使って IRC サーバに接続する場合、WeeChat 以下のオプションで SSL 接続を設定します: -weechat.network.gnutls_ca_file:: - 認証局ファイルへのパス +// TRANSLATION MISSING +weechat.network.gnutls_ca_system:: + load system's default trusted certificate authorities on startup + +// TRANSLATION MISSING +weechat.network.gnutls_ca_user:: + extra file(s) with certificate authorities irc.server.xxx.ssl_cert:: 自動的にニックネームを確認するために利用される SSL 証明書ファイル (例えば diff --git a/doc/pl/includes/autogen_user_options.pl.adoc b/doc/pl/includes/autogen_user_options.pl.adoc index e9075b109..9a8608f3a 100644 --- a/doc/pl/includes/autogen_user_options.pl.adoc +++ b/doc/pl/includes/autogen_user_options.pl.adoc @@ -1260,11 +1260,17 @@ ** wartości: 1 .. 2147483647 ** domyślna wartość: `+60+` -* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file* -** opis: pass:none[file containing the certificate authorities (path is evaluated, see function string_eval_path_home in plugin API reference)] +* [[option_weechat.network.gnutls_ca_system]] *weechat.network.gnutls_ca_system* +** opis: pass:none[load system's default trusted certificate authorities on startup; this can be turned off to save some memory only if you are not using SSL connections at all] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` + +* [[option_weechat.network.gnutls_ca_user]] *weechat.network.gnutls_ca_user* +** opis: pass:none[extra file(s) with certificate authorities; multiple files must be separated by colons (each path is evaluated, see function string_eval_path_home in plugin API reference)] ** typ: ciąg ** wartości: dowolny ciąg -** domyślna wartość: `+"/etc/ssl/certs/ca-certificates.crt"+` +** domyślna wartość: `+""+` * [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout* ** opis: pass:none[czas oczekiwania (w sekundach) na uwierzytelnienie gnutls] diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 87f861987..5c75fb9a4 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -731,7 +731,9 @@ kbd:[Shift]). Jeśli używasz Mac macOS, musisz zainstalować `openssl` z Homebrew. Plik CA zostanie wygenerowany korzystając z systemowego keychaina. -Możez natępnie ustawić ścierzkę do certyfikatów w WeeChat: + +// TRANSLATION MISSING +With WeeChat ≤ 3.1, you can set the path to system certificates: ---- /set weechat.network.gnutls_ca_file "/usr/local/etc/openssl/cert.pem" @@ -771,7 +773,9 @@ nazwą serwera: [[irc_ssl_freenode]] === Jak mogę połączyć się z serwerem freenode używając SSL? -Ustaw opcję _weechat.network.gnutls_ca_file_ do pliku z certyfikatami: +// TRANSLATION MISSING +With WeeChat ≤ 3.1, set option _weechat.network.gnutls_ca_file_ to file with +certificates: ---- /set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt" @@ -1053,7 +1057,7 @@ Skrypty nie są kompatybilne z innymi klientami IRC. === Komenda "/script update" nie może odczytać skryptów, jak to naprawić? Najpierw zapoznaj się z zagadnieniami dotyczącymi połączeń SSL znajdującymi się -w tym dokumencie (zwłaszcza opcji _weechat.network.gnutls_ca_file_). +w tym dokumencie. Jeśli to nie pomoże spróuj ręcznie usunąć plik z listą skryptów (z poziomu powłoki): @@ -1135,8 +1139,9 @@ W celu zmniejszenia używanej pamięci możesz zastosować się do poniższych r ruby, lua, tcl, guile, javascript, php, spell, xfer (używana do DCC). Zobacz `/help weechat.plugin.autoload`. * ładować tylko naprawdę używane skrypty -* nie ładuj certyfikatów jeśli SSL *NIE* jest używany: ustaw pusty ciąg w opcji - _weechat.network.gnutls_ca_file_ +// TRANSLATION MISSING +* Do not load system certificates if SSL is *NOT* used: turn off this option: + _weechat.network.gnutls_ca_system_. * zmniejsz wartość dla opcji _weechat.history.max_buffer_lines_number_ lub ustaw wartość opcji _weechat.history.max_buffer_lines_minutes_ * zmniejszyć wartość opcji _weechat.history.max_commands_ diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index a73ce15ab..1a1394287 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -205,11 +205,6 @@ Lista popularnych opcji: The value can also be 4 directories separated by colons, in this order: config, data, cache, runtime. -| CA_FILE | plik | /etc/ssl/certs/ca-certificates.crt | - Plik zawierający urzędy certyfikacji. - Jest to domyślna wartość opcji - <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>>. - | ENABLE_ALIAS | `ON`, `OFF` | ON | Kompilacja <<alias_plugin,wtyczki alias>>. @@ -2893,8 +2888,13 @@ jest w pełni zaufane. Niektóre opcje są używane do kontroli połączenia SSL: -weechat.network.gnutls_ca_file:: - ścieżka do pliku z organami certyfikującymi +// TRANSLATION MISSING +weechat.network.gnutls_ca_system:: + load system's default trusted certificate authorities on startup + +// TRANSLATION MISSING +weechat.network.gnutls_ca_user:: + extra file(s) with certificate authorities irc.server.xxx.ssl_cert:: certyfikat SSL używany do automatycznej identyfikacji twojego nicka (na |