Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-05 | Don't immediately notify the master about users whose syncs have gone away | Erik Johnston | 1 | -4/+36 | |
2017-04-04 | Add comment | Erik Johnston | 1 | -0/+5 | |
2017-04-04 | Deduplicate new deviceinbox rows for replication | Erik Johnston | 1 | -4/+7 | |
2017-04-04 | Add the appropriate amount of preserve_fn | Erik Johnston | 4 | -17/+19 | |
2017-04-04 | Fiddle tcp replication logging | Erik Johnston | 1 | -2/+2 | |
2017-04-04 | Advance replication streams even if nothing is listening | Erik Johnston | 3 | -6/+15 | |
Otherwise the streams don't advance and steadily fall behind, so when a worker does connect either a) they'll be streamed lots of old updates or b) the connection will fail as the streams are too far behind. | |||||
2017-04-04 | Remove unused worker config option | Erik Johnston | 1 | -1/+0 | |
2017-04-04 | Shuffle and comment synchrotron presence | Erik Johnston | 1 | -9/+11 | |
2017-04-04 | Move where we ack federation | Erik Johnston | 1 | -7/+16 | |
2017-04-03 | Accept join events from all servers | Richard van der Hoff | 2 | -5/+19 | |
Make sure that we accept join events from any server, rather than just the origin server, to make the federation join dance work correctly. (Fixes #1893). | |||||
2017-04-03 |