summaryrefslogtreecommitdiff
path: root/src/plugins/relay/relay-config.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-01-30 18:32:21 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-02-01 21:39:23 +0100
commit83567fd8714a65785c09e08622d0e157fcf001f9 (patch)
tree9d94babd344f60e1ccdeb7b1ce98973ad764b716 /src/plugins/relay/relay-config.h
parent70907fc16938a21113b45c6e826a245da01955a2 (diff)
downloadweechat-83567fd8714a65785c09e08622d0e157fcf001f9.zip
relay: allow password hash authentication in api relay, add option relay.network.time_window (issue #2066)
Diffstat (limited to 'src/plugins/relay/relay-config.h')
-rw-r--r--src/plugins/relay/relay-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h
index de5697341..e454ba97e 100644
--- a/src/plugins/relay/relay-config.h
+++ b/src/plugins/relay/relay-config.h
@@ -53,6 +53,7 @@ extern struct t_config_option *relay_config_network_nonce_size;
extern struct t_config_option *relay_config_network_password;
extern struct t_config_option *relay_config_network_password_hash_algo;
extern struct t_config_option *relay_config_network_password_hash_iterations;
+extern struct t_config_option *relay_config_network_time_window;
extern struct t_config_option *relay_config_network_tls_cert_key;
extern struct t_config_option *relay_config_network_tls_priorities;
extern struct t_config_option *relay_config_network_totp_secret;