Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-06 | Update changelog | Erik Johnston | 1 | -1/+1 | |
2020-02-06 | 1.10.0rc2 | Erik Johnston | 5 | -4/+17 | |
2020-02-05 | Check sender_key matches on inbound encrypted events. (#6850) | Erik Johnston | 3 | -14/+67 | |
If they don't then the device lists are probably out of sync. | |||||
2020-02-05 | Merge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fed | Hubert Chathi | 2 | -0/+11 | |
add device signatures to device key query results | |||||
2020-02-04 | Fix detecting unknown devices from remote encrypted events. (#6848) | Erik Johnston | 6 | -7/+7 | |
We were looking at the wrong event type (`m.room.encryption` vs `m.room.encrypted`). Also fixup the duplicate `EvenTypes` entries. Introduced in #6776. | |||||
2020-01-31 | Update changelog v1.10.0rc1 | Erik Johnston | 1 | -1/+4 | |
2020-01-31 | Fix link in upgrade.rst | Erik Johnston | 1 | -1/+1 | |
2020-01-31 | 1.10.0rc1 | Erik Johnston | 35 | -35/+47 | |
2020-01-31 | Fix deleting of stale marker for device lists (#6819) | Erik Johnston | 2 | -7/+8 | |
We were in fact only deleting stale marker when we got an incremental update, rather than when we did a full resync. | |||||
2020-01-31 | pass room_version into compute_event_signature (#6807) | Richard van der Hoff | 3 | -9/+25 | |