1
0
Commit Graph

11 Commits

Author SHA1 Message Date
Erik Johnston
ef4f063687 Move command processing out of transport 2020-03-24 14:17:18 +00:00
Erik Johnston
a2070a2c4e Remove unused 'stream' param of REPLICATE and update docs 2020-03-23 14:56:22 +00:00
Erik Johnston
4f2a803c66 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/catchup_on_worker 2020-03-23 14:49:07 +00:00
Richard van der Hoff
a564b92d37 Convert *StreamRow classes to inner classes (#7116)
This just helps keep the rows closer to their streams, so that it's easier to
see what the format of each stream is.
2020-03-23 13:59:11 +00:00
Erik Johnston
8734b75ca8 Remove unused token param from REPLICATE cmd 2020-03-20 15:31:51 +00:00
Erik Johnston
1f83255de1 Move stream catchup to workers. 2020-03-20 15:31:49 +00:00
Erik Johnston
48c3a96886 Port synapse.replication.tcp to async/await (#6666)
* Port synapse.replication.tcp to async/await

* Newsfile

* Correctly document type of on_<FOO> functions as async

* Don't be overenthusiastic with the asyncing....
2020-01-16 09:16:12 +00:00
Amber Brown
0f87b912ab Implementation of MSC2314 (#6176) 2019-11-28 08:54:07 +11:00
Amber Brown
b36c82576e Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
Richard van der Hoff
a5798de067 Move replication.tcp.streams into a package 2019-03-27 21:13:14 +00:00
Richard van der Hoff
9bde730ef8 Fix bug where read-receipts lost their timestamps (#4927)
Make sure that they are sent correctly over the replication stream.

Fixes: #4898
2019-03-25 16:38:05 +00:00