summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-31Add `get_room_version` methodRichard van der Hoff2-5/+26
So that we can start factoring out some of this boilerplatey boilerplate.
2020-01-31s/get_room_version/get_room_version_id/Richard van der Hoff12-33/+37
... to make way for a forthcoming get_room_version which returns a RoomVersion object.
2020-01-30pass room version into FederationHandler.on_invite_request (#6805)Richard van der Hoff3-4/+5
2020-01-30Log when we delete room in bg update (#6816)Erik Johnston2-0/+3
2020-01-30MSC2260: Block direct sends of m.room.aliases events (#6794)Richard van der Hoff4-33/+28
as per MSC2260
2020-01-30Backgroud update to clean out rooms from current state (#6802)Erik Johnston3-2/+126
2020-01-30Resync remote device list when detected as stale. (#6786)Erik Johnston4-7/+28
2020-01-30Fix sending server up commands from workers (#6811)Erik Johnston6-13/+36
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2020-01-30When server leaves room check for stale device lists. (#6801)Erik Johnston3-6/+83
When a server leaves a room it may stop sharing a room with remote users, and thus not get any updates to their device lists. So we need to check for this case and delete those device lists from the cache. We don't need to do this if we stop sharing a room because the remote user leaves the room, because we track that case via looking at membership changes.
2020-01-30