summary refs log tree commit diff
path: root/synapse/types (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-211-0/+39
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-1/+2
* Stabilize support for MSC3970: updated transaction semantics (scope to `devic...Patrick Cloke2023-08-041-3/+4
* Add + as an allowed character for Matrix IDs (MSC4009) (#15911)Patrick Cloke2023-07-111-17/+5
* Fix empty scope when having version mismatch between workers (#15774)Mathieu Velten2023-06-141-1/+1
* Save the scopes in the requesterQuentin Gliech2023-05-301-0/+8
* Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-181-0/+8
* Implement MSC4009 to widen the allowed Matrix ID grammar (#15536)Patrick Cloke2023-05-051-2/+19
* Experimental Unix socket support (#15353)Jason Little2023-04-031-0/+2
* Use immutabledict instead of frozendict (#15113)David Robertson2023-03-222-18/+20
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+1
* Implement MSC3966: Add a push rule condition to search for a value in an arra...Patrick Cloke2023-02-141-0/+1
* Support for MSC3758: exact_event_match push condition (#14964)Patrick Cloke2023-02-101-0/+2
* Faster joins: omit partial rooms from eager syncs until the resync completes ...David Robertson2023-01-231-5/+10
* Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston2023-01-181-0/+6
* Batch up replication requests to request the resyncing of remote users's devi...reivilibre2023-01-101-0/+4
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-131-0/+18
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-122-0/+1495