synapse/changelog.d
Richard van der Hoff 4d08b8f30c
Don't do long retries when calling the key notary server. (#5334)
It takes at least 20 minutes to work through the long_retries schedule (11
attempts, each with a 60 second timeout, and 60 seconds between each request),
so if the notary server isn't returning within the timeout, we'll just end up
blocking whatever request is happening for 20 minutes.

Ain't nobody got time for that.
2019-06-04 11:53:07 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
4338.feature Room Statistics (#4338) 2019-05-21 11:36:50 -05:00
5200.bugfix Neilj/ensure get profileinfo available in client reader slaved store (#5213) 2019-05-22 13:55:32 +01:00
5216.misc Implement the SHHS complexity API (#5216) 2019-05-30 01:47:16 +10:00
5220.feature Newsfile 2019-05-21 13:59:09 +01:00
5223.feature Add config option for setting homeserver's default room version (#5223) 2019-05-23 15:00:20 +01:00
5226.misc Unify v1 and v2 REST client APIs (#5226) 2019-06-03 21:28:59 +10:00
5227.misc Simplifications and comments in do_auth (#5227) 2019-05-23 11:17:42 +01:00
5230.misc remove urllib3 pin (#5230) 2019-05-22 16:48:12 +01:00
5232.misc Run black on synapse.crypto.keyring (#5232) 2019-05-22 18:39:33 +01:00
5233.bugfix Fix appservice timestamp massaging (#5233) 2019-05-24 14:44:04 +01:00
5234.misc Rewrite store_server_verify_key to store several keys at once (#5234) 2019-05-23 11:45:39 +01:00
5235.misc Remove unused VerifyKey.expired and .time_added fields (#5235) 2019-05-23 11:46:05 +01:00
5236.misc Simplify process_v2_response (#5236) 2019-05-23 11:51:39 +01:00
5237.misc Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00
5244.misc Factor out KeyFetchers from KeyRing 2019-05-23 13:46:47 +01:00
5249.feature Add missing blank line in config (#5249) 2019-05-24 14:12:38 +01:00
5250.misc Simplification to Keyring.wait_for_previous_lookups. (#5250) 2019-05-24 22:17:18 +01:00
5251.bugfix changelog 2019-05-24 15:47:30 +01:00
5256.bugfix Add changelog 2019-05-25 11:39:18 -05:00
5257.bugfix Add changelog 2019-05-24 17:15:30 -05:00
5258.bugfix Fix error when downloading thumbnail with width/height param missing (#5258) 2019-05-29 14:27:41 +01:00
5260.feature Changelog 2019-05-25 12:21:21 -06:00
5268.bugfix Changelog 2019-05-28 10:14:21 +01:00
5274.bugfix Correctly filter out extremities with soft failed prevs (#5274) 2019-05-29 11:56:24 +01:00
5275.bugfix Fix "db txn 'update_presence' from sentinel context" log messages (#5275) 2019-05-28 21:20:11 +01:00
5276.feature Config and changelog 2019-05-28 16:55:10 +01:00
5277.bugfix Fix dropped logcontexts during high outbound traffic. (#5277) 2019-05-29 09:17:33 +01:00
5278.bugfix Newsfile 2019-05-29 15:59:10 +01:00
5282.doc Rename 5282.misc to 5282.doc 2019-05-29 16:32:30 +10:00
5283.misc Add changelog 2019-05-28 22:05:53 -05:00
5286.feature Serve CAS login over r0 (#5286) 2019-05-30 00:55:18 +10:00
5287.misc Remove spurious debug from MatrixFederationHttpClient.get_json (#5287) 2019-05-29 19:31:52 +01:00
5288.misc Improve logging for logcontext leaks. (#5288) 2019-05-29 19:27:50 +01:00
5291.bugfix Newsfile 2019-05-30 15:05:26 +01:00
5293.bugfix Add changelog 2019-05-30 17:07:21 +02:00
5294.bugfix Newsfile 2019-05-31 10:26:59 +01:00
5296.misc use attr.s for VerifyKeyRequest 2019-05-30 17:39:28 +01:00
5299.misc Rewrite get_server_verify_keys, again. 2019-05-30 18:20:40 +01:00
5300.bugfix Remove some pointless exception handling 2019-05-30 18:29:56 +01:00
5303.misc Clarify that the admin change password endpoint logs them out (#5303) 2019-05-31 09:45:46 +01:00
5307.bugfix Stop overwriting server keys with other keys 2019-05-31 15:58:35 +01:00
5309.bugfix Limit displaynames and avatar URLs 2019-06-01 10:44:36 +01:00
5321.bugfix Enforce validity period on server_keys for fed requests. (#5321) 2019-06-03 22:59:51 +01:00
5328.misc Hawkowl/fix missing auth (#5328) 2019-06-04 15:54:27 +10:00
5332.misc Improve docstrings on MatrixFederationClient. (#5332) 2019-06-04 11:14:16 +01:00
5333.bugfix changelog 2019-06-04 00:16:56 +01:00
5334.bugfix Don't do long retries when calling the key notary server. (#5334) 2019-06-04 11:53:07 +01:00