Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 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 | Type defintions for use in refactoring for redaction changes (#6803) | Richard van der Hoff | 5 | -8/+24 | |
* Bump signedjson to 1.1 ... so that we can use the type definitions |