| Commit message (Expand) | Author | Age | Files | Lines |
* | Sliding Sync: Add E2EE extension (MSC3884) (#17454) | Eric Eastwood | 2024-07-22 | 1 | -4/+821 |
* | SS: Implement `$ME` support (#17469) | Erik Johnston | 2024-07-22 | 1 | -0/+74 |
* | Order `heroes` by `stream_ordering` (as spec'ed) (#17435) | Eric Eastwood | 2024-07-17 | 1 | -12/+9 |
* | Add room subscriptions to Sliding Sync `/sync` (#17432) | Eric Eastwood | 2024-07-15 | 1 | -63/+284 |
* | Add `is_dm` room field to Sliding Sync `/sync` (#17429) | Eric Eastwood | 2024-07-11 | 1 | -0/+23 |
* | Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419) | Eric Eastwood | 2024-07-11 | 1 | -12/+292 |
* | Handle to-device extensions to Sliding Sync (#17416) | Erik Johnston | 2024-07-10 | 1 | -2/+198 |
* | Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418) | Eric Eastwood | 2024-07-09 | 1 | -0/+208 |
* | Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting... | Eric Eastwood | 2024-07-08 | 1 | -0/+96 |
* | Add `rooms.required_state` to Sliding Sync `/sync` (#17342) | Eric Eastwood | 2024-07-04 | 1 | -1/+712 |
* | Return some room data in Sliding Sync `/sync` (#17320) | Eric Eastwood | 2024-07-02 | 1 | -8/+1071 |
* | Fix sync waiting for an invalid token from the "future" (#17386) | Erik Johnston | 2024-07-02 | 1 | -1/+3 |
* | Add `is_invite` filtering to Sliding Sync `/sync` (#17335) | Eric Eastwood | 2024-06-24 | 1 | -25/+123 |
* | Register sliding sync under a different path (#17331) | Erik Johnston | 2024-06-19 | 1 | -1/+3 |
* | Add `stream_ordering` sort to Sliding Sync `/sync` (#17293) | Eric Eastwood | 2024-06-17 | 1 | -4/+57 |
* | Add `is_dm` filtering to Sliding Sync `/sync` (#17277) | Eric Eastwood | 2024-06-13 | 1 | -0/+127 |
* | Add Sliding Sync `/sync` endpoint (initial implementation) (#17187) | Eric Eastwood | 2024-06-06 | 1 | -1/+133 |
* | Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167) | Eric Eastwood | 2024-05-23 | 1 | -10/+389 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -11/+16 |
* | Use full GitHub links instead of bare issue numbers. (#16637) | Patrick Cloke | 2023-11-15 | 1 | -1/+1 |
* | Additional validation of receipts (#16327) | Patrick Cloke | 2023-09-18 | 1 | -153/+1 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -3/+0 |
* | Fix type hints in knocking tests. (#14887) | Andrew Morgan | 2023-01-25 | 1 | -3/+1 |
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 1 | -1/+3 |
* | Remove support for unstable private read receipts (#13653) | Šimon Brandner | 2022-09-01 | 1 | -26/+11 |
* | Support stable identifiers for MSC2285: private read receipts. (#13273) | Šimon Brandner | 2022-08-05 | 1 | -19/+39 |
* | Fix rooms not being properly excluded from incremental sync (#13408) | Brendan Abolivier | 2022-08-04 | 1 | -0/+21 |
* | Remove unnecessary `json.dumps` from tests (#13303) | Dirk Klimpel | 2022-07-17 | 1 | -2/+1 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 1 | -1/+2 |
* | Consolidate logic for parsing relations. (#12693) | Patrick Cloke | 2022-05-16 | 1 | -2/+6 |
* | No longer permit empty body when sending receipts (#12709) | David Robertson | 2022-05-11 | 1 | -26/+4 |
* | Use `private` instead of `hidden` in MSC2285 related code. (#12635) | Šimon Brandner | 2022-05-05 | 1 | -2/+2 |
* | Implement changes to MSC2285 (hidden read receipts) (#12168) | Šimon Brandner | 2022-05-04 | 1 | -17/+144 |
* | Use constants for receipt types in tests. (#12582) | Šimon Brandner | 2022-04-28 | 1 | -1/+2 |
* | Move MSC2654 support behind an experimental configuration flag. (#12295) | Patrick Cloke | 2022-03-31 | 1 | -0/+5 |
* | Remove references to "msc2403" (#12165) | Andrew Morgan | 2022-03-30 | 1 | -1/+0 |
* | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 1 | -0/+62 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -8/+8 |
* | Add type hints to `tests/rest/client` (#12066) | Dirk Klimpel | 2022-02-23 | 1 | -20/+27 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Add a unit test for users receiving their own device list updates (#11909) | Andrew Morgan | 2022-02-07 | 1 | -1/+56 |
* | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 1 | -2/+28 |
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+686 |