Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-31 | Add `get_room_version` method | Richard van der Hoff | 2 | -5/+26 | |
So that we can start factoring out some of this boilerplatey boilerplate. | |||||
2020-01-31 | s/get_room_version/get_room_version_id/ | Richard van der Hoff | 12 | -33/+37 | |
... to make way for a forthcoming get_room_version which returns a RoomVersion object. | |||||
2020-01-30 | pass room version into FederationHandler.on_invite_request (#6805) | Richard van der Hoff | 3 | -4/+5 | |
2020-01-30 | Log when we delete room in bg update (#6816) | Erik Johnston | 2 | -0/+3 | |
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 |