summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-30Pass room_version into add_hashes_and_signaturesRichard van der Hoff3-10/+21
2020-01-30Pass room_version into create_local_event_from_event_dictRichard van der Hoff2-25/+19
2020-01-30Store the room version in EventBuilderRichard van der Hoff2-7/+9
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-30When a client asks for remote keys check if should resync. (#6797)Erik Johnston2-3/+30
If we detect that the remote users' keys may have changed then we should attempt to resync against the remote server rather than using the (potentially) stale local cache.
2020-01-30