summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-171.10.1 v1.10.1 release-v1.10.1Richard van der Hoff1-1/+1
2020-02-17wait for current_state_events_membership before ↵Richard van der Hoff2-2/+6
delete_old_current_state_events (#6924)
2020-02-12Move the warning at the top of the release changes v1.10.0 release-v1.10.0Brendan Abolivier1-3/+2
2020-02-121.10.0Brendan Abolivier4-2/+16
2020-02-12bump the version of Alpine Linux used in the docker images (#6897)Richard van der Hoff2-1/+2
2020-02-111.10.0rc5 v1.10.0rc5Richard van der Hoff2-2/+6
2020-02-11changelog wordingRichard van der Hoff1-2/+2
2020-02-11Update CHANGES.mdRichard van der Hoff1-1/+1
2020-02-11changelog formattingRichard van der Hoff1-2/+2
2020-02-111.10.0rc4Richard van der Hoff3-2/+10
2020-02-10filter out m.room.aliases from /sync state blocks (#6884)Matthew Hodgson2-0/+2
We forgot to filter out aliases from /sync state blocks as well as the timeline.
2020-02-101.10.0rc3 v1.10.0rc3Richard van der Hoff4-3/+16
2020-02-10filter out m.room.aliases from the CS API until a better solution is specced ↵Matthew Hodgson2-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-10Update setuptools for python 3.5 tests (#6880)Richard van der Hoff2-0/+19
Workaround for jaraco/zipp#40
2020-02-06Update changelog v1.10.0rc2Erik Johnston1-1/+1
2020-02-06Update changelogErik Johnston1-2/+2
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<