Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-23 | Remove `conn_id` usage for UserSyncCommand. | Erik Johnston | 4 | -18/+16 | |
Each tcp replication connection is assigned a "conn_id", which is used to give an ID to a remotely connected worker. In a redis world, there will no longer be a one to one mapping between connection and instance, so instead we need to replace such usages with an ID generated by the remote instances and included in the replicaiton commands. This really only effects UserSyncCommand. | |||||
2020-03-23 | Handle connection closing under us | Erik Johnston | 1 | -0/+11 | |
2020-03-23 | Review comments | Erik Johnston | 5 | -16/+27 | |
2020-03-23 | Remove unused 'stream' param of REPLICATE and update docs | Erik Johnston | 5 | -48/+21 | |
2020-03-23 | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 6 | -100/+106 | |
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 | matrix.org was fine v1.12.0 github/release-v1.12.0 release-v1.12.0 | Richard van der Hoff | 1 | -0/+2 | |
2020-03-23 | Update CHANGES.md | Neil Johnson | 1 | -1/+1 | |
2020-03-23 | changelog typos | Richard van der Hoff | 1 | -3/+3 | |
2020-03-23 | 1.12.0 changelog | Richard van der Hoff | 1 | -1/+53 | |
2020-03-23 |