| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `stream_ordering` sort to Sliding Sync `/sync` (#17293) | Eric Eastwood | 2024-06-17 | 1 | -23/+1 |
* | Add `is_dm` filtering to Sliding Sync `/sync` (#17277) | Eric Eastwood | 2024-06-13 | 1 | -0/+47 |
* | Reorganize Pydantic models and types used in handlers (#17279) | Eric Eastwood | 2024-06-10 | 4 | -57/+586 |
* | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#... | Eric Eastwood | 2024-06-04 | 1 | -0/+57 |
* | In sync wait for worker to catch up since token (#17215) | Erik Johnston | 2024-05-30 | 1 | -1/+57 |
* | Add support for MSC3823 - Account Suspension (#17051) | Shay | 2024-05-01 | 1 | -0/+2 |
* | Bump black from 23.10.1 to 24.2.0 (#16936) | dependabot[bot] | 2024-03-13 | 1 | -8/+6 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 2 | -0/+4 |
* | Reduce amount of state pulled out when querying federation hierachy (#16785) | Erik Johnston | 2024-01-10 | 1 | -0/+24 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 2 | -22/+32 |
* | Allow multiple workers to write to receipts stream. (#16432) | Erik Johnston | 2023-10-25 | 1 | -7/+130 |
* | Factor out `MultiWriter` token from `RoomStreamToken` (#16427) | Erik Johnston | 2023-10-05 | 1 | -41/+91 |
* | Some refactors around receipts stream (#16426) | Erik Johnston | 2023-10-04 | 1 | -15/+44 |
* | Refactor `get_user_by_id` (#16316) | Erik Johnston | 2023-09-14 | 1 | -3/+7 |
* | Add last_seen_ts to the admin users API (#16218) | Mathieu Velten | 2023-09-04 | 1 | -0/+2 |
* | Implements a task scheduler for resumable potentially long running tasks (#15... | Mathieu Velten | 2023-08-21 | 1 | -0/+39 |
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 1 | -1/+2 |
* | Stabilize support for MSC3970: updated transaction semantics (scope to `devic... | Patrick Cloke | 2023-08-04 | 1 | -3/+4 |
* | Add + as an allowed character for Matrix IDs (MSC4009) (#15911) | Patrick Cloke | 2023-07-11 | 1 | -17/+5 |
* | Fix empty scope when having version mismatch between workers (#15774) | Mathieu Velten | 2023-06-14 | 1 | -1/+1 |
* | Save the scopes in the requester | Quentin Gliech | 2023-05-30 | 1 | -0/+8 |
* | Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615) | Sean Quah | 2023-05-18 | 1 | -0/+8 |
* | Implement MSC4009 to widen the allowed Matrix ID grammar (#15536) | Patrick Cloke | 2023-05-05 | 1 | -2/+19 |
* | Experimental Unix socket support (#15353) | Jason Little | 2023-04-03 | 1 | -0/+2 |
* | Use immutabledict instead of frozendict (#15113) | David Robertson | 2023-03-22 | 2 | -18/+20 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+1 |
* | Implement MSC3966: Add a push rule condition to search for a value in an arra... | Patrick Cloke | 2023-02-14 | 1 | -0/+1 |
* | Support for MSC3758: exact_event_match push condition (#14964) | Patrick Cloke | 2023-02-10 | 1 | -0/+2 |
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 1 | -5/+10 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 1 | -0/+6 |
* | Batch up replication requests to request the resyncing of remote users's devi... | reivilibre | 2023-01-10 | 1 | -0/+4 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 1 | -0/+18 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 2 | -0/+1495 |