Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-03-25 | Pass instance name through to rdata | Erik Johnston | 3 | -12/+23 |
2020-03-25 | fixup! Thread through instance name to replication client | Erik Johnston | 1 | -1/+3 |
2020-03-25 | Add replication listeners to wall workers | Erik Johnston | 1 | -0/+4 |
2020-03-25 | PEP8 ??? | Erik Johnston | 2 | -2/+1 |
2020-03-25 | Thread through instance name to replication client | Erik Johnston | 2 | -8/+12 |
2020-03-25 | Change stream_positions to include instance name | Erik Johnston | 14 | -25/+23 |
2020-03-25 | Add instance name to command | Erik Johnston | 3 | -11/+17 |
2020-03-24 | Add some type aliases | Erik Johnston | 1 | -7/+16 |
2020-03-24 | Fix HTTP update_function | Erik Johnston | 1 | -2/+24 |
2020-03-24 | DFSDJFDSLKF | Erik Johnston | 4 | -13/+19 |
2020-03-24 | Fixup push rules stream | Erik Johnston | 1 | -1/+1 |
2020-03-24 | Move calling http replication out of base stream | Erik Johnston | 3 | -47/+60 |
2020-03-24 | Review comments | Erik Johnston | 3 | -5/+2 |
2020-03-24 | Shuffle around code typing handlers | Erik Johnston | 6 | -101/+101 |
2020-03-24 | Make ReplicationStreamer work on workers | Erik Johnston | 1 | -20/+14 |
2020-03-24 | Add redis support | Erik Johnston | 7 | -4/+234 |
2020-03-24 | mypy | Erik Johnston | 2 | -5/+7 |
2020-03-24 | Move command processing out of transport | Erik Johnston | 9 | -634/+508 |
2020-03-24 | Remove import loop | Erik Johnston | 4 | -8/+22 |
2020-03-24 | mypy | Erik Johnston | 1 | -0/+2 |
2020-03-23 | Add CLEAR_USER_SYNCS command that is sent on shutdown. | Erik Johnston | 5 | -3/+52 |
2020-03-23 | Remove `conn_id` usage for UserSyncCommand. | Erik Johnston | 6 | -19/+26 |
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 |
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 | 1.12.0 | Richard van der Hoff | 3 | -1/+13 |
2020-03-23 | Fix processing of `groups` stream, and use symbolic names for streams (#7117) | Richard van der Hoff | 3 | -30/+76 |
2020-03-23 | Set Referrer-Policy to no-referrer for media (#7009) | Dionysis Grigoropoulos | 2 | -0/+4 |
2020-03-20 | Clean-up som |