diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 14:43:59 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 14:50:53 +0100 |
commit | cb73c168b544cc32439f59abaadd39945fe4701a (patch) | |
tree | af21378498cdf55b0a2e75be42f493e7e95efc9e /doc/it/autogen/user | |
parent | dc7d99fa738417b5508845745067862e18a7c963 (diff) | |
download | weechat-cb73c168b544cc32439f59abaadd39945fe4701a.zip |
core: update translations
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/relay_options.adoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/it/autogen/user/relay_options.adoc b/doc/it/autogen/user/relay_options.adoc index 4e87a1e0c..4bbe176f2 100644 --- a/doc/it/autogen/user/relay_options.adoc +++ b/doc/it/autogen/user/relay_options.adoc @@ -164,6 +164,18 @@ ** valori: qualsiasi stringa ** valore predefinito: `+"NORMAL:-VERS-SSL3.0"+` +* [[option_relay.network.totp_secret]] *relay.network.totp_secret* +** descrizione: pass:none[secret for the generation of the Time-based One-Time Password (TOTP), encoded in base32 (only letters and digits from 2 to 7); it is used as second factor in weechat protocol, in addition to the password, which must not be empty (empty value means no TOTP is required) (note: content is evaluated, see /help eval)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+""+` + +* [[option_relay.network.totp_window]] *relay.network.totp_window* +** descrizione: pass:none[number of Time-based One-Time Passwords to accept before and after the current one: 0 = accept only the current password, 1 = accept one password before, the current, and one after, 2 = accept two passwords before, the current, and two after, ...; a high number reduces the security level (0 or 1 are recommended values)] +** tipo: intero +** valori: 0 .. 256 +** valore predefinito: `+0+` + * [[option_relay.network.websocket_allowed_origins]] *relay.network.websocket_allowed_origins* ** descrizione: pass:none[POSIX extended regular expression with origins allowed in websockets (case insensitive, use "(?-i)" at beginning to make it case sensitive), example: "^http://(www\.)?example\.(com|org)"] ** tipo: stringa |