- Apr 22, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Patrick Cloke authored
-
Andrew Morgan authored
-
- Apr 21, 2020
-
-
Richard van der Hoff authored
I updated the PR and forgot to update the changelog.
-
Richard van der Hoff authored
-
- Apr 20, 2020
-
-
Richard van der Hoff authored
This was incorrectly merged to the release branch before it was ready. This reverts commit 72fe2aff.
-
David Baker authored
-
- Apr 17, 2020
-
-
Andrew Morgan authored
Add changelog Save retrieved keys to the db lint Fix and de-brittle remote result dict processing Use query_user_devices instead, assume only master, self_signing key types Make changelog more useful Remove very specific exception handling Wrap get_verify_key_from_cross_signing_key in a try/except Note that _get_e2e_cross_signing_verify_key can raise a SynapseError lint Add comment explaining why this is useful Only fetch master and self_signing key types Fix log statements, docstrings Remove extraneous items from remote query try/except lint Factor key retrieval out into a separate function Send device updates, modeled after SigningKeyEduUpdater._handle_signing_key_updates Update method docstring
-
- Apr 14, 2020
-
-
Andrew Morgan authored
-
- Apr 03, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
- Apr 02, 2020
-
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
- Mar 31, 2020
-
-
Andrew Morgan authored
-
Erik Johnston authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
David Vo authored
Fixes: #7127 Signed-off-by:
David Vo <david@vovo.id.au>
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Erik Johnston authored
- Mar 23, 2020
-
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
- Mar 19, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
add a lock to try to make this metric actually work
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This should be safe to do on all workers/masters because it is guarded by a config option which will ensure it is only actually done on the worker assigned as a pusher.
- Mar 18, 2020
-
-
Erik Johnston authored
It was originally implemented by pulling the full auth chain of all state sets out of the database and doing set comparison. However, that can take a lot work if the state and auth chains are large. Instead, lets try and fetch the auth chains at the same time and calculate the difference on the fly, allowing us to bail early if all the auth chains converge. Assuming that the auth chains do converge more often than not, this should improve performance. Hopefully.
-