Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-17 | wait for current_state_events_membership before ↵ | Richard van der Hoff | 2 | -2/+6 | |
delete_old_current_state_events (#6924) | |||||
2020-02-12 | Move the warning at the top of the release changes v1.10.0 github/release-v1.10.0 release-v1.10.0 | Brendan Abolivier | 1 | -3/+2 | |
2020-02-12 | 1.10.0 | Brendan Abolivier | 4 | -2/+16 | |
2020-02-12 | bump the version of Alpine Linux used in the docker images (#6897) | Richard van der Hoff | 2 | -1/+2 | |
2020-02-11 | 1.10.0rc5 v1.10.0rc5 | Richard van der Hoff | 2 | -2/+6 | |
2020-02-11 | changelog wording | Richard van der Hoff | 1 | -2/+2 | |
2020-02-11 | Update CHANGES.md | Richard van der Hoff | 1 | -1/+1 | |
2020-02-11 | changelog formatting | Richard van der Hoff | 1 | -2/+2 | |
2020-02-11 | 1.10.0rc4 | Richard van der Hoff | 3 | -2/+10 | |
2020-02-10 | filter out m.room.aliases from /sync state blocks (#6884) | Matthew Hodgson | 2 | -0/+2 | |
We forgot to filter out aliases from /sync state blocks as well as the timeline. | |||||
2020-02-10 | 1.10.0rc3 v1.10.0rc3 | Richard van der Hoff | 4 | -3/+16 | |
2020-02-10 | filter out m.room.aliases from the CS API until a better solution is specced ↵ | Matthew Hodgson | 2 | -0/+8 | |
(#6878) We're in the middle of properly mitigating spam caused by malicious aliases being added to a room. However, until this work fully lands, we temporarily filter out all m.room.aliases events from /sync and /messages on the CS API, to remove abusive aliases. This is considered acceptable as m.room.aliases events were never a reliable record of the given alias->id mapping and were purely informational, and in their current state do more harm than good. | |||||
2020-02-10 | Update setuptools for python 3.5 tests (#6880) | Richard van der Hoff | 2 | -0/+19 | |
Workaround for jaraco/zipp#40 | |||||
2020-02-06 | Update changelog v1.10.0rc2 | Erik Johnston | 1 | -1/+1 | |
2020-02-06 | Update changelog | Erik Johnston | 1 | -2/+2 | |
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. | |||||