forked-synapse/changelog.d
Erik Johnston 026503fa3b
Don't go into federation catch up mode so easily (#9561)
Federation catch up mode is very inefficient if the number of events
that the remote server has missed is small, since handling gaps can be
very expensive, c.f. #9492.

Instead of going into catch up mode whenever we see an error, we instead
do so only if we've backed off from trying the remote for more than an
hour (the assumption being that in such a case it is more than a
transient failure).
2021-03-15 14:42:40 +00:00
..
.gitignore
9458.misc Add ResponseCache tests. (#9458) 2021-03-08 14:00:07 -05:00
9473.bugfix Handle image transparency better when thumbnailing. (#9473) 2021-03-09 07:37:09 -05:00
9508.doc Update reverse proxy to add OpenBSD relayd example configuration. (#9508) 2021-03-06 11:49:19 +00:00
9510.feature Record the SSO Auth Provider in the login token (#9510) 2021-03-04 14:44:22 +00:00
9511.feature Prometheus metrics for logins and registrations (#9511) 2021-03-04 16:39:27 +00:00
9520.misc Add type hints to purge room and server notice admin API. (#9520) 2021-03-08 10:34:38 -05:00
9523.misc Add logging to ObservableDeferred callbacks (#9523) 2021-03-09 11:09:31 +00:00
9528.misc Create a SynapseReactor type which incorporates the necessary reactor interfaces. (#9528) 2021-03-08 08:25:43 -05:00
9540.feature Replace last_*_pdu_age metrics with timestamps (#9540) 2021-03-04 16:40:18 +00:00
9540.removal Replace last_*_pdu_age metrics with timestamps (#9540) 2021-03-04 16:40:18 +00:00
9541.misc Add a basic test for purging rooms. (#9541) 2021-03-08 09:21:36 -05:00
9542.bugfix Add a background task to purge unused chain IDs. (#9542) 2021-03-09 11:22:25 -05:00
9543.misc Fix additional type hints. (#9543) 2021-03-09 07:41:32 -05:00
9549.feature JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
9550.doc Add additional SAML2 upgrade notes (#9550) 2021-03-05 12:07:50 +00:00
9559.removal Warn that /register will soon require a type when called with an access token (#9559) 2021-03-08 16:35:04 +00:00
9560.misc Add a list of hashes to ignore during git blame. (#9560) 2021-03-09 07:34:55 -05:00
9561.misc Don't go into federation catch up mode so easily (#9561) 2021-03-15 14:42:40 +00:00
9562.misc Prevent the config-lint script erroring out on any sample_config changes (#9562) 2021-03-09 11:11:42 +00:00
9563.misc Add tests for blacklisting reactor/agent. (#9563) 2021-03-11 09:15:22 -05:00
9567.bugfix Retry 5xx errors in federation client (#9567) 2021-03-09 13:15:12 +00:00
9568.misc Do not ignore the unpaddedbase64 module when type checking. (#9568) 2021-03-09 14:41:02 -05:00
9571.doc Link to the List user's media admin API from media Admin API docs (#9571) 2021-03-09 15:15:52 +00:00
9573.feature Fix the auth provider on the logins metric (#9573) 2021-03-10 18:15:03 +00:00
9576.misc Use the chain cover index in get_auth_chain_ids. (#9576) 2021-03-10 09:57:59 -05:00
9580.doc Fix spam checker modules documentation example (#9580) 2021-03-10 10:42:51 -05:00
9583.bugfix Fix a bug in the background task for purging chain cover. (#9583) 2021-03-10 08:55:52 -05:00
9586.misc Convert Requester to attrs (#9586) 2021-03-10 18:15:56 +00:00
9587.bugfix Re-Activating account when local passwords are disabled (#9587) 2021-03-11 13:52:32 +00:00
9590.misc Add logging for redis connection setup (#9590) 2021-03-11 18:35:09 +00:00
9591.misc Fix additional type hints from Twisted 21.2.0. (#9591) 2021-03-12 11:37:57 -05:00
9596.misc Improve logging when processing incoming transactions (#9596) 2021-03-12 15:08:03 +00:00
9597.bugfix Reject concurrent transactions (#9597) 2021-03-12 15:14:55 +00:00
9601.feature Optimise missing prev_event handling (#9601) 2021-03-15 13:51:02 +00:00