Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Solidify the HomeServer constructor. (#8515) | Jonathan de Jong | 2020-10-15 | 1 | -1/+1 |
| | | | | | | This implements a more standard API for instantiating a homeserver and moves some of the dependency injection into the test suite. More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`. | ||||
* | Add ability to shard the federation sender (#7798) | Erik Johnston | 2020-07-10 | 1 | -0/+1 |
| | |||||
* | Fix recording of federation stream token (#7564) | Richard van der Hoff | 2020-05-26 | 1 | -0/+71 |
A couple of changes of significance: * remove the `_last_ack < federation_position` condition, so that updates will still be correctly processed after restart * Correctly wire up send_federation_ack to the right class. |