| Commit message (Expand) | Author | Files | Lines |
2022-02-15 | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 1 | -2/+2 |
2022-02-14 | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) | Pascal Bach | 2 | -1/+2 |
2022-02-14 | Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1... | Michael Telatynski | 2 | -0/+4 |
2022-02-14 | Note when unstable MSC3283 prefixes will be removed (#11989) | Andrew Morgan | 2 | -1/+2 |
2022-02-14 | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 4 | -1/+2 |
2022-02-14 | Require that modules register their callbacks using keyword arguments. (#11975) | Patrick Cloke | 2 | -0/+7 |
2022-02-14 | Use version string helper from matrix-common (#11979) | David Robertson | 13 | -112/+42 |
2022-02-12 | Notify users, rather than rooms, of device list updates (#11905) | Andrew Morgan | 2 | -5/+4 |
2022-02-12 | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 7 | -21/+262 |
2022-02-11 | Enable cache time-based expiry by default (#11849) | Shay | 5 | -11/+50 |
2022-02-11 | Support the MSC3715 for `/relations`. (#11941) | Patrick Cloke | 3 | -6/+36 |
2022-02-11 | Fetch thread summaries for multiple events in a single query (#11752) | Patrick Cloke | 3 | -74/+151 |
2022-02-11 | Prepare for rename of default complement branch (#11971) | Richard van der Hoff | 2 | -3/+4 |
2022-02-11 | Remove deprecated user_may_create_room_with_invites c |