| Commit message (Expand) | Author | Files | Lines |
2022-02-18 | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 3 | -1/+117 |
2022-02-18 | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020) | Travis Ralston | 2 | -0/+2 |
2022-02-18 | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 3 | -3/+9 |
2022-02-18 | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2 | -1/+2 |
2022-02-18 | Update the olddeps CI check to use an old version of markupsafe (#12025) | Brendan Abolivier | 2 | -0/+4 |
2022-02-17 | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 3 | -17/+1 |
2022-02-17 | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 6 | -34/+195 |
2022-02-17 | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 6 | -33/+140 |
2022-02-17 | Configure `tox` to use `venv` (#12015) | Richard van der Hoff | 3 | -1/+9 |
2022-02-17 | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 5 | -175/+24 |
2022-02-17 | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2 | -1/+2 |
2022-02-17 | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 3 | -66/+71 |
2022-02-16 | Explain the meaning of spam checker callbacks' return values (#12003) | David Robertson | 2 | -13/+28 |
2022-02-16 | Fix a typo in a comment. | Patrick Cloke | 1 | -1/+1 |
2022-02-16 | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2 | -19/+28 |
2022-02-15 | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 4 | -15/+126 |
2022-02-15 | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2 | -24/+21 |
2022-02-15 | Track cache invalidations (#12000) | Erik Johnston | 4 | -1/+10 |
2022-02-15 | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 3 | -11/+124 |
2022-02-15 | Docker: remove `VOLUME` directive (#11997) | Richard van der Hoff | 2 | -2/+1 |
2022-02-15 | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 3 | -226/+435 |
2022-02-15 | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 5 | -31/+107 |
2022-02-15 | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 4 | -3/+163 |
2022-02-15 | Update CHANGES.md v1.53.0rc1 | Sean Quah | 1 | -7/+7 |
2022-02-15 | 1.53.0rc1 | Sean Quah | 60 | -58/+86 |
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) |