Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-30 | Pass room_version into add_hashes_and_signatures | Richard van der Hoff | 3 | -10/+21 | |
2020-01-30 | Pass room_version into create_local_event_from_event_dict | Richard van der Hoff | 2 | -25/+19 | |
2020-01-30 | Store the room version in EventBuilder | Richard van der Hoff | 2 | -7/+9 | |
2020-01-30 | MSC2260: Block direct sends of m.room.aliases events (#6794) | Richard van der Hoff | 4 | -33/+28 | |
as per MSC2260 | |||||
2020-01-30 | Backgroud update to clean out rooms from current state (#6802) | Erik Johnston | 3 | -2/+126 | |
2020-01-30 | Resync remote device list when detected as stale. (#6786) | Erik Johnston | 4 | -7/+28 | |
2020-01-30 | Fix sending server up commands from workers (#6811) | Erik Johnston | 6 | -13/+36 | |
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | |||||
2020-01-30 | When server leaves room check for stale device lists. (#6801) | Erik Johnston | 3 | -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 | When a client asks for remote keys check if should resync. (#6797) | Erik Johnston | 2 | -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 |