summary refs log tree commit diff
path: root/scripts-dev/check_signature.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-06Update changelogErik Johnston1-1/+1
2020-02-061.10.0rc2Erik Johnston5-4/+17
2020-02-05Check sender_key matches on inbound encrypted events. (#6850)Erik Johnston3-14/+67
If they don't then the device lists are probably out of sync.
2020-02-05Merge pull request #6844 from matrix-org/uhoreg/cross_signing_fix_device_fedHubert Chathi2-0/+11
add device signatures to device key query results
2020-02-04Fix detecting unknown devices from remote encrypted events. (#6848)Erik Johnston6-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-31Update changelog v1.10.0rc1Erik Johnston1-1/+4
2020-01-31Fix link in upgrade.rstErik Johnston1-1/+1
2020-01-311.10.0rc1Erik Johnston35-35/+47
2020-01-31Fix deleting of stale marker for device lists (#6819)Erik Johnston2-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-31pass room_version into compute_event_signature (#6807)Richard van der Hoff3-9/+25
</