summary refs log tree commit diff
path: root/synapse/util/async_helpers.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-06async/await for SyncReplicationHandler.process_and_notifyRichard van der Hoff1-5/+4
2020-01-06Clarify documentation on get_event* methodsRichard van der Hoff1-9/+35
Make it clearer how they behave in the face of rejected and/or missing events.
2020-01-06Fix some test failures when frozen_dicts are enabled (#6642)Richard van der Hoff5-11/+20
Fixes #4026
2020-01-06Add experimental 'databases' config (#6580)Erik Johnston3-13/+64
2020-01-06Fix an error which was thrown by the PresenceHandler _on_shutdown handler. ↵Richard van der Hoff2-7/+3
(#6640)
2020-01-06Fix exception when fetching notary server's old keys (#6625)Richard van der Hoff3-50/+103
Lift the restriction that *all* the keys used for signing v2 key responses be present in verify_keys. Fixes #6596.
2020-01-06Workaround for error when fetching notary's own key (#6620)Richard van der Hoff4-9/+163
* Kill off redundant SynapseRequestFactory We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor. * Workaround for error when fetching notary's own key As a notary server, when we return our own keys, include all of our signing keys in verify_keys. This is a workaround for #6596.
2020-01-06Fix power levels being incorrectly set in old and new rooms after a room ↵Andrew Morgan2-7/+11
upgrade (#6633) Modify a copy of an upgraded room's PL before sending to the new room
2020-01-03Automate generation of the sample and debian log configs (#6627)Richard van der Hoff9-40/+73
2020-01-03Raise an error if someone tries to use the log_file config option (#6626)Richard van der Hoff3-3/+17
This has caused some confusion for people who didn't notice it going away.
2020-01-03Remove unused, undocumented "content repo" resource (#6628)Richard van der Hoff9-128/+3
This looks like it got half-killed back in #888. Fixes #6567.
2020-01-03Kill off redundant SynapseRequestFactory (#6619)Richard van der Hoff3-17/+8
We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor.
2020-01-03Reduce the reconnect time when replication fails. (#6617)Richard van der Hoff2-1/+3
2020-01-02Added the section 'Configuration' in /docs/turn-howto.md (#6614)ewaf12-0/+3
put the 2nd part of the "source installation"-section into a new section, because it also applies to Debian packages
2020-01-02Reword sections of federate.md that explained delegation at time of Synapse ↵Aaron Raimist2-21/+4
1.0 transition (#6601) * Remove sections of federate.md explaining delegation at time of Synapse 1.0 transition Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-12-311.7.3