summary refs log tree commit diff
path: root/synapse/replication/tcp/commands.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-30Add m.id_access_token flag (#5930)Andrew Morgan2-1/+7
Adds a flag to `/versions`' `unstable_features` section indicating that this Synapse understands what an `id_access_token` is, as per https://github.com/matrix-org/synapse/issues/5927#issuecomment-523566043 Fixes #5927
2019-08-30Removed unused jenkins/ folder and script (#5938)Amber Brown2-16/+1
2019-08-30Revert "Use the v2 lookup API for 3PID invites (#5897)" (#5937)Andrew Morgan4-166/+9
This reverts commit 71fc04069a5770a204c3514e0237d7374df257a8. This broke 3PID invites as #5892 was required for it to work correctly.
2019-08-30Fix buildkite pipeline plugin matrix-org/annotate using the wrong variable ↵Amber Brown1-3/+3
config
2019-08-29Fix coverage in sytest and use plugins for buildkite (#5922)Amber Brown8-32/+92
2019-08-28Add a link to python's logging config schema (#5926)Jorik Schellekens3-2/+5
2019-08-28Let synctl use a config directory. (#5904)Jorik Schellekens3-6/+15
* Let synctl use a config directory.
2019-08-28Removing entry for 5903Will Hunt1-1/+0
2019-08-28Use the v2 lookup API for 3PID invites (#5897)Andrew Morgan4-9/+166
Fixes https://github.com/matrix-org/synapse/issues/5861 Adds support for the v2 lookup API as defined in [MSC2134](https://github.com/matrix-org/matrix-doc/pull/2134). Currently this is only used for 3PID invites. Sytest PR: https://github.com/matrix-org/sytest/pull/679
2019-08-28Config templating (#5900)Jorik Schellekens9-46/+366
Template config files * Imagine a system composed entirely of x, y, z etc and the basic operations.. Wait George, why XOR? Why not just neq? George: Eh, I didn't think of that.. Co-Authored-By: Erik Johnston <erik@matrix.org>
2019-08-28Implement a structured logging output system. (#5680)Amber Brown31-82/+1328
2019-08-28Fix a cache-invalidation bug for worker-based deployments (#5920)Richard van der Hoff2-8/+17
Some of the caches on worker processes were not being correctly invalidated when a room's state was changed in a way that did not affect the membership list of the room. We need to make sure we send out cache invalidations even when no memberships are changing.
2019-08-28Typographical corrections in docker/README (#5921)Victor Goff1-5/+5
2019-08-27Fix off by one error in SRV result shufflingErik Johnston1-8/+13
2019-08-27Document GET method for retrieving admin bit of user in admin APIOlivier Wilkinson (reivilibre)1-0/+19
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>