diff options
author | Gu1ll4um3r0m41n <aeroxteam@gmail.com> | 2010-11-18 17:35:08 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-18 17:35:08 +0100 |
commit | f15f114e4d4a1b649248301fef5cda176ad2a3a3 (patch) | |
tree | fd561d261459bb336570a567d81f04cec2e37372 /doc | |
parent | 4d1c9a831503a6cb2589266239c11368a12c8a5d (diff) | |
download | weechat-f15f114e4d4a1b649248301fef5cda176ad2a3a3.zip |
Fix infinite loop on gnutls handshake when connecting with SSL to server on wrong port or server with SSL problems (bug #27487)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index 46e216972..7a044afe8 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -588,6 +588,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"%h/ssl/CAs.pem"`) +* *weechat.network.gnutls_handshake_timeout* +** Beschreibung: `timeout (in seconds) for gnutls handshake` +** Typ: integer +** Werte: 1 .. 2147483647 (Standardwert: `30`) + * *weechat.plugin.autoload* ** Beschreibung: `Eine durch Kommata getrennte Liste der Erweiterungen die beim Programmstart automatisch geladen werden sollen, "*" lädt alle gefundenen Erweiterungen. Beginnt der Name hingegen mit "!" wird die Erweiterung nicht geladen. Suchmuster können mit einem Joker ("*") beginnen oder enden um mehrere Erweiterungen zu laden (Beispiele: "*" oder "*,!lua,!tcl")` ** Typ: Zeichenkette diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 225cd21c1..c7ef6665f 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -588,6 +588,11 @@ ** type: string ** values: any string (default value: `"%h/ssl/CAs.pem"`) +* *weechat.network.gnutls_handshake_timeout* +** description: `timeout (in seconds) for gnutls handshake` +** type: integer +** values: 1 .. 2147483647 (default value: `30`) + * *weechat.plugin.autoload* ** description: `comma separated list of plugins to load automatically at startup, "*" means all plugins found, a name beginning with "!" is a negative value to prevent a plugin from being loaded, names can start or end with "*" to match several plugins (examples: "*" or "*,!lua,!tcl")` ** type: string diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 0bbf00937..8a3fe004e 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -588,6 +588,11 @@ ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"%h/ssl/CAs.pem"`) +* *weechat.network.gnutls_handshake_timeout* +** description: `délai d'attente maximum (en secondes) pour la poignée de main (handshake) gnutls` +** type: entier +** valeurs: 1 .. 2147483647 (valeur par défaut: `30`) + * *weechat.plugin.autoload* ** description: `liste des extensions à charger automatiquement au démarrage (séparées par des virgules), "*" signifie toutes les extensions trouvées, un nom commençant par "!" est une valeur négative pour empêcher une extension d'être chargée, les noms peuvent commencer ou se terminer par "*" pour indiquer plusieurs extensions (exemples: "*" ou "*,!lua,!tcl")` ** type: chaîne diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index cfc22c7b6..139fd70e4 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -588,6 +588,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"%h/ssl/CAs.pem"`) +* *weechat.network.gnutls_handshake_timeout* +** descrizione: `timeout (in seconds) for gnutls handshake` +** tipo: intero +** valori: 1 .. 2147483647 (valore predefinito: `30`) + * *weechat.plugin.autoload* ** descrizione: `elenco separato da virgole di plugin da caricare automaticamente all'avvio, "*" equivale a tutti i plugin trovati. un nome che comincia con "!" è un valore negativo per impedire il caricamento di un plugin, i nomi possono iniziare o finire con "*" per corrispondere a più plugin (esempi: "*" oppure "*,!lua,!tcl")` ** tipo: stringa |