summary refs log tree commit diff
path: root/synapse/push/push_tools.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-20don't insert into the device table for remote cross-signing keys (#6956)Hubert Chathi2-15/+19
2020-02-20Add some clarifications to README.md in the database schema directory. (#6615)Ruben Barkow-Kuder2-8/+17
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de>
2020-02-19Minor perf fixes to `get_auth_chain_ids`.Erik Johnston3-7/+6
2020-02-19Freeze allocated objects on startup. (#6953)Erik Johnston2-0/+10
This may make gc go a bit faster as the gc will know things like caches/data stores etc. are frozen without having to check.
2020-02-19Reduce auth chains fetched during v2 state res. (#6952)Erik Johnston5-13/+39
The state res v2 algorithm only cares about the difference between auth chains, so we can pass in the known common state to the `get_auth_chain` storage function so that it can ignore those events.
2020-02-19update changes.md v1.11.0rc1Richard van der Hoff1-6/+5
2020-02-191.11.0rc1Richard van der Hoff57-56/+74
2020-02-19Revert `get_auth_chain_ids` changes (#6951)Erik Johnston2-28/+1
2020-02-19Move MSC2432 stuff onto unstable prefix (#6948)Richard van der Hoff4-4/+23
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users.
2020