| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce log spam when running multiple event persisters (#12610) | Erik Johnston | 2022-05-05 | 1 | -0/+9 |
* | Improve code documentation for the typing stream over replication. (#12211) | reivilibre | 2022-03-11 | 1 | -3/+3 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 1 | -2/+2 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 1 | -6/+10 |
* | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 1 | -2/+2 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 1 | -2/+6 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
* | Use direct references for some configuration variables (#10798) | Patrick Cloke | 2021-09-13 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -3/+3 |
* | Don't unnecessarily start bg process in replication sending loop. (#8670) | Erik Johnston | 2020-10-27 | 1 | -0/+10 |
* | Make event persisters periodically announce position over replication. (#8499) | Erik Johnston | 2020-10-12 | 1 | -1/+46 |
* | Fix typos in comments. | Patrick Cloke | 2020-09-14 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Have all instances correctly respond to REPLICATE command. (#7475) | Erik Johnston | 2020-05-13 | 1 | -36/+3 |
* | Support any process writing to cache invalidation stream. (#7436) | Erik Johnston | 2020-05-07 | 1 | -3/+19 |
* | Fix catchup-on-reconnect for the Federation Stream (#7374) | Richard van der Hoff | 2020-05-05 | 1 | -1/+1 |
* | Run replication streamers on workers (#7146) | Erik Johnston | 2020-04-28 | 1 | -18/+15 |
* | Move server command handling out of TCP protocol (#7187) | Erik Johnston | 2020-04-07 | 1 | -137/+26 |
* | Remove connections per replication stream metric. (#7195) | Erik Johnston | 2020-04-01 | 1 | -16/+0 |
* | Remove usage of "conn_id" for presence. (#7128) | Erik Johnston | 2020-03-30 | 1 | -10/+7 |
* | Move catchup of replication streams to worker. (#7024) | Erik Johnston | 2020-03-25 | 1 | -7/+12 |
* | Remove concept of a non-limited stream. (#7011) | Erik Johnston | 2020-03-20 | 1 | -7/+2 |
* | Port PresenceHandler to async/await (#6991) | Erik Johnston | 2020-02-26 | 1 | -1/+5 |
* | Propagate cache invalidates from workers to other workers. (#6748) | Erik Johnston | 2020-01-27 | 1 | -3/+6 |
* | Wake up transaction queue when remote server comes back online (#6706) | Erik Johnston | 2020-01-17 | 1 | -0/+9 |
* | Port synapse.replication.tcp to async/await (#6666) | Erik Johnston | 2020-01-16 | 1 | -17/+14 |
* | Fixup synapse.replication to pass mypy checks (#6667) | Erik Johnston | 2020-01-14 | 1 | -1/+2 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -20/+34 |
* | move FederationStream out to its own file | Richard van der Hoff | 2019-03-27 | 1 | -1/+2 |
* | Fix ClientReplicationStreamProtocol.__str__ (#4929) | Richard van der Hoff | 2019-03-25 | 1 | -1/+0 |
* | Add a config option for torture-testing worker replication. (#4902) | Richard van der Hoff | 2019-03-20 | 1 | -1/+17 |
* | Wrap a number of things that run in the background | Richard van der Hoff | 2018-07-25 | 1 | -6/+8 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -8/+9 |
* | Remove all global reactor imports & pass it around explicitly (#3424) | Amber Brown | 2018-06-25 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-28 | 1 | -1/+2 |
|\ |
|
| * | Merge pull request #3244 from NotAFile/py3-six-4 | Amber Brown | 2018-05-24 | 1 | -1/+2 |
| |\ |
|
| | * | replace some iteritems with six | Adrian Tschira | 2018-05-19 | 1 | -1/+2 |
* | | | more cleanup | Amber Brown | 2018-05-22 | 1 | -3/+4 |
* | | | cleanups, self-registration | Amber Brown | 2018-05-22 | 1 | -4/+5 |
* | | | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-22 | 1 | -0/+2 |
|\| | |
|
| * | | Send users a server notice about consent | Richard van der Hoff | 2018-05-22 | 1 | -0/+2 |
| |/ |
|
* / | rest of the changes | Amber Brown | 2018-05-21 | 1 | -16/+14 |
|/ |
|
* | make imports local | Adrian Tschira | 2018-04-28 | 1 | -2/+2 |
* | Fix some logcontext leaks in replication resource | Richard van der Hoff | 2017-11-23 | 1 | -2/+4 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | log when we get an exception handling replication updates | hera | 2017-10-12 | 1 | -1/+5 |
* | Make workers report to master for user ip updates | Erik Johnston | 2017-06-27 | 1 | -0/+10 |
* | Add missing notifier | Erik Johnston | 2017-06-09 | 1 | -1/+2 |
* | Advance replication streams even if nothing is listening | Erik Johnston | 2017-04-04 | 1 | -1/+1 |
* | Always advance stream tokens | Erik Johnston | 2017-04-03 | 1 | -1/+4 |
* | Use callbacks to notify tcp replication rather than deferreds | Erik Johnston | 2017-03-31 | 1 | -14/+1 |
* | Add a timestamp to USER_SYNC command | Erik Johnston | 2017-03-31 | 1 | -2/+2 |
* | Add server side resource for tcp replication | Erik Johnston | 2017-03-30 | 1 | -0/+300 |