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/it | |
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/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 |