summary refs log tree commit diff
path: root/synapse/replication/tcp/streams (follow)
Commit message (Expand)AuthorAgeFilesLines
* dkjfhsdklfhsdlkjf github/erikj/split_out_fed_stream erikj/split_out_fed_streamErik Johnston2020-03-252-10/+4
* fixup! Thread through instance name to replication clientErik Johnston2020-03-251-1/+3
* Thread through instance name to replication clientErik Johnston2020-03-251-7/+8
* Add some type aliasesErik Johnston2020-03-241-7/+16
* Fix HTTP update_functionErik Johnston2020-03-241-2/+24
* Fixup push rules streamErik Johnston2020-03-241-1/+1
* Move calling http replication out of base streamErik Johnston2020-03-243-47/+60
* Review commentsErik Johnston2020-03-241-3/+0
* Review commentsErik Johnston2020-03-231-8/+8
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/catchup_on...Erik Johnston2020-03-233-116/+155
|\
| * Convert `*StreamRow` classes to inner classes (#7116)Richard van der Hoff2020-03-232-96/+101
| * Fix processing of `groups` stream, and use symbolic names for streams (#7117)Richard van der Hoff2020-03-231-18/+52
* | Move stream catchup to workers.Erik Johnston2020-03-201-1/+5
* | Add ability to catchup on stream by talking to master.Erik Johnston2020-03-203-16/+52
* | Don't panic if streams get behind.Erik Johnston2020-03-201-35/+26
|/
* Remove concept of a non-limited stream. (#7011)Erik Johnston2020-03-201-40/+26
* Change device list replication to match new semantics.Erik Johnston2020-02-281-4/+9
* Increase MAX_EVENTS_BEHIND for replication clientsErik Johnston2020-02-211-1/+1
* Allow streaming cache invalidate all to workers. (#6749)Erik Johnston2020-01-221-5/+21
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-162-21/+13
* Fixup synapse.replication to pass mypy checks (#6667)Erik Johnston2020-01-143-35/+42
* lintAndrew Morgan2019-11-081-2/+1
* Remove content from being sent for account data rdata streamAndrew Morgan2019-11-081-3/+3
* make user signatures a separate streamHubert Chathi2019-10-302-0/+19
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-232-7/+7
* Run Black. (#5482)Amber Brown2019-06-203-100/+104
* Fix relations in worker modeErik Johnston2019-05-162-5/+7
* Combine the CurrentStateDeltaStream into the EventStreamRichard van der Hoff2019-03-273-23/+33
* Make EventStream rows have a typeRichard van der Hoff2019-03-271-12/+86
* Skip building a ROW_TYPE when building updatesRichard van der Hoff2019-03-271-2/+2
* Add parse_row method to replication stream classRichard van der Hoff2019-03-271-0/+15
* move FederationStream out to its own fileRichard van der Hoff2019-03-273-22/+41
* move EventsStream out to its own fileRichard van der Hoff2019-03-273-23/+42
* Move replication.tcp.streams into a packageRichard van der Hoff2019-03-272-0/+532