| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2020-07-30 | 1 | -3/+3 |
|\ |
|
| * | Update worker docs with recent enhancements (#7969) | Erik Johnston | 2020-07-29 | 1 | -3/+3 |
* | | Ensure that remove_pusher is always async (#7981) | Patrick Cloke | 2020-07-30 | 1 | -1/+1 |
|/ |
|
* | Fix typing replication not being handled on master (#7959) | Erik Johnston | 2020-07-27 | 1 | -7/+0 |
* | Convert synapse.app to async/await. (#7868) | Patrick Cloke | 2020-07-17 | 1 | -7/+5 |
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 1 | -34/+2 |
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 1 | -43/+16 |
* | Pass original request headers from workers to the main process. (#7797) | Patrick Cloke | 2020-07-09 | 1 | -5/+25 |
* | Create a ListenerConfig object (#7681) | Richard van der Hoff | 2020-06-16 | 1 | -15/+21 |
* | Discard RDATA from already seen positions. (#7648) | Patrick Cloke | 2020-06-15 | 1 | -0/+5 |
* | Ensure we persist and ack the same token | Erik Johnston | 2020-05-27 | 1 | -5/+7 |
* | Speed up processing of federation stream RDATA rows. | Erik Johnston | 2020-05-27 | 1 | -2/+17 |
* | Fix incorrect exception handling in KeyUploadServlet.on_POST (#7563) | Richard van der Hoff | 2020-05-26 | 1 | -1/+1 |
* | Fix recording of federation stream token (#7564) | Richard van der Hoff | 2020-05-26 | 1 | -24/+44 |
* | Add option to move event persistence off master (#7517) | Erik Johnston | 2020-05-22 | 1 | -5/+48 |
* | Return 200 OK for all OPTIONS requests (#7534) | Patrick Cloke | 2020-05-22 | 1 | -3/+2 |
* | Fix exception reporting due to HTTP request errors. (#7556) | Erik Johnston | 2020-05-22 | 1 | -4/+9 |
* | Stub out GET presence requests in the frontend proxy (#7545) | Richard van der Hoff | 2020-05-21 | 1 | -17/+4 |
* | Allow ReplicationRestResource to be added to workers (#7515) | Erik Johnston | 2020-05-18 | 1 | -0/+4 |
* | Add a worker store for search insertion. (#7516) | Erik Johnston | 2020-05-15 | 1 | -0/+2 |
* | Move EventStream handling into default ReplicationDataHandler (#7493) | Erik Johnston | 2020-05-14 | 1 | -31/+2 |
* | Allow censoring of events to happen on workers. (#7492) | Erik Johnston | 2020-05-13 | 1 | -0/+2 |
* | Thread through instance name to replication client. (#7369) | Erik Johnston | 2020-05-01 | 1 | -6/+4 |
* | Use `stream.current_token()` and remove `stream_positions()` (#7172) | Erik Johnston | 2020-05-01 | 1 | -16/+0 |
* | Persist user interactive authentication sessions (#7302) | Patrick Cloke | 2020-04-30 | 1 | -0/+2 |
* | Run replication streamers on workers (#7146) | Erik Johnston | 2020-04-28 | 1 | -4/+9 |
* | Stop the master relaying USER_SYNC for other workers (#7318) | Richard van der Hoff | 2020-04-22 | 1 | -36/+49 |
* | Merge branch 'release-v1.12.4' into develop | Richard van der Hoff | 2020-04-22 | 1 | -0/+6 |
|\ |
|
| * | Support GET account_data requests on a worker (#7311) | Richard van der Hoff | 2020-04-21 | 1 | -0/+6 |
| * | Fix starting workers when federation sending not split out. | Erik Johnston | 2020-03-31 | 1 | -0/+12 |
* | | Move client command handling out of TCP protocol (#7185) | Erik Johnston | 2020-04-06 | 1 | -6/+3 |
* | | Remove some `run_in_background` calls in replication code (#7203) | Richard van der Hoff | 2020-04-03 | 1 | -8/+8 |
* | | Remove usage of "conn_id" for presence. (#7128) | Erik Johnston | 2020-03-30 | 1 | -4/+16 |
* | | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 2020-03-25 | 1 | -0/+3 |
* | | Merge pull request #7133 from matrix-org/erikj/fix_worker_startup | Erik Johnston | 2020-03-25 | 1 | -0/+12 |
|\ \ |
|
| * | | Fix starting workers when federation sending not split out. | Erik Johnston | 2020-03-24 | 1 | -0/+12 |
| |/ |
|
* | | Convert `*StreamRow` classes to inner classes (#7116) | Richard van der Hoff | 2020-03-23 | 1 | -1/+1 |
* | | Fix processing of `groups` stream, and use symbolic names for streams (#7117) | Richard van der Hoff | 2020-03-23 | 1 | -12/+23 |
* | | Comments from review | Erik Johnston | 2020-03-18 | 1 | -0/+3 |
* | | Fix worker handling | Erik Johnston | 2020-03-02 | 1 | -2/+3 |
* | | Change device list replication to match new semantics. | Erik Johnston | 2020-02-28 | 1 | -1/+1 |
|/ |
|
* | Don't refuse to start worker if media listener configured. (#7002) | Erik Johnston | 2020-02-27 | 1 | -14/+20 |
* | Merge worker apps into one. (#6964) | Erik Johnston | 2020-02-25 | 1 | -0/+917 |