- Feb 17, 2020
-
-
Richard van der Hoff authored
- Feb 12, 2020
-
-
Brendan Abolivier authored
-
Richard van der Hoff authored
- Feb 11, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
- Feb 10, 2020
-
-
Matthew Hodgson authored
We forgot to filter out aliases from /sync state blocks as well as the timeline.
-
Matthew Hodgson authored
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.
-
Richard van der Hoff authored
Workaround for jaraco/zipp#40
-
- Feb 06, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
- Feb 05, 2020
-
-
Erik Johnston authored
If they don't then the device lists are probably out of sync.
-
Hubert Chathi authored
add device signatures to device key query results
-
- Feb 04, 2020
-
-
Erik Johnston authored
We were looking at the wrong event type (`m.room.encryption` vs `m.room.encrypted`). Also fixup the duplicate `EvenTypes` entries. Introduced in #6776.
-
- Jan 31, 2020
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
We were in fact only deleting stale marker when we got an incremental update, rather than when we did a full resync.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Pass room_version into add_hashes_and_signatures
-
Richard van der Hoff authored
Make `get_room_version` return a RoomVersion object
-
Richard van der Hoff authored
-
Richard van der Hoff authored
So that we can start factoring out some of this boilerplatey boilerplate.
-
Richard van der Hoff authored
... to make way for a forthcoming get_room_version which returns a RoomVersion object.
-
Erik Johnston authored
- Jan 30, 2020
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Richard van der Hoff authored
as per MSC2260
-
Erik Johnston authored
-