From 81818c0eeed2751d7eef94803f8ed0162e0b710b Mon Sep 17 00:00:00 2001
From: reivilibre
Date: Tue, 15 Aug 2023 11:15:27 +0000
Subject: deploy: 29638220ab31aea16cd3da073025e9cb734628d5
---
.../usage/configuration/config_documentation.html | 22 +++++++++++++++++++++-
.../configuration/homeserver_sample_config.html | 2 +-
latest/usage/configuration/index.html | 2 +-
.../usage/configuration/logging_sample_config.html | 2 +-
.../configuration/user_authentication/index.html | 2 +-
.../user_authentication/refresh_tokens.html | 2 +-
.../user_authentication/single_sign_on/cas.html | 2 +-
.../user_authentication/single_sign_on/index.html | 2 +-
.../user_authentication/single_sign_on/saml.html | 2 +-
9 files changed, 29 insertions(+), 9 deletions(-)
(limited to 'latest/usage/configuration')
diff --git a/latest/usage/configuration/config_documentation.html b/latest/usage/configuration/config_documentation.html
index 0b8eddf339..1719e87a65 100644
--- a/latest/usage/configuration/config_documentation.html
+++ b/latest/usage/configuration/config_documentation.html
@@ -76,7 +76,7 @@
@@ -1206,6 +1206,14 @@ like sending a federation transaction.
max_short_retries
: maximum number of retries for the short retry algo. Default to 3 attempts.
max_long_retries
: maximum number of retries for the long retry algo. Default to 10 attempts.
+The following options control the retry logic when communicating with a specific homeserver destination.
+Unlike the previous configuration options, these values apply across all requests
+for a given destination and the state of the backoff is stored in the database.
+
+destination_min_retry_interval
: the initial backoff, after the first request fails. Defaults to 10m.
+destination_retry_multiplier
: how much we multiply the backoff by after each subsequent fail. Defaults to 2.
+destination_max_retry_interval
: a cap on the backoff. Defaults to a week.
+
Example configuration:
federation:
client_timeout: 180s
@@ -1213,6 +1221,9 @@ like sending a federation transaction.
max_long_retry_delay: 100s
max_short_retries: 5
max_long_retries: 20
+ destination_min_retry_interval: 30s
+ destination_retry_multiplier: 5
+ destination_max_retry_interval: 12h
@@ -2493,6 +2504,15 @@ Implicitly enables MAU tracking for application service users.
track_appservice_user_ips: true
+
+Whether to send the application service access tokens via the access_token
query parameter
+per older versions of the Matrix specification. Defaults to false. Set to true to enable sending
+access tokens via a query parameter.
+**Enabling this option is considered insecure and is not recommended. **
+Example configuration:
+use_appservice_legacy_authorization: true
+
+
A secret which is used to sign
diff --git a/latest/usage/configuration/homeserver_sample_config.html b/latest/usage/configuration/homeserver_sample_config.html
index 9be5f0db82..7b8b1463fa 100644
--- a/latest/usage/configuration/homeserver_sample_config.html
+++ b/latest/usage/configuration/homeserver_sample_config.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/index.html b/latest/usage/configuration/index.html
index 6351be665f..0e5cd87ec9 100644
--- a/latest/usage/configuration/index.html
+++ b/latest/usage/configuration/index.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/logging_sample_config.html b/latest/usage/configuration/logging_sample_config.html
index 69f10b9a34..8b3b64e81a 100644
--- a/latest/usage/configuration/logging_sample_config.html
+++ b/latest/usage/configuration/logging_sample_config.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/user_authentication/index.html b/latest/usage/configuration/user_authentication/index.html
index 5d89b355da..f80a11de6c 100644
--- a/latest/usage/configuration/user_authentication/index.html
+++ b/latest/usage/configuration/user_authentication/index.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/user_authentication/refresh_tokens.html b/latest/usage/configuration/user_authentication/refresh_tokens.html
index 444dd21da2..21be35e3fa 100644
--- a/latest/usage/configuration/user_authentication/refresh_tokens.html
+++ b/latest/usage/configuration/user_authentication/refresh_tokens.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/user_authentication/single_sign_on/cas.html b/latest/usage/configuration/user_authentication/single_sign_on/cas.html
index 67e0e49515..c00079d9c0 100644
--- a/latest/usage/configuration/user_authentication/single_sign_on/cas.html
+++ b/latest/usage/configuration/user_authentication/single_sign_on/cas.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/user_authentication/single_sign_on/index.html b/latest/usage/configuration/user_authentication/single_sign_on/index.html
index 70eaf6baae..784d41afa8 100644
--- a/latest/usage/configuration/user_authentication/single_sign_on/index.html
+++ b/latest/usage/configuration/user_authentication/single_sign_on/index.html
@@ -76,7 +76,7 @@
diff --git a/latest/usage/configuration/user_authentication/single_sign_on/saml.html b/latest/usage/configuration/user_authentication/single_sign_on/saml.html
index 929d42eaa4..d06ee75f5f 100644
--- a/latest/usage/configuration/user_authentication/single_sign_on/saml.html
+++ b/latest/usage/configuration/user_authentication/single_sign_on/saml.html
@@ -76,7 +76,7 @@
--
cgit 1.5.1