Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2020-02-18 | 1 | -7/+9 |
|\ | |||||
| * | Add typing to synapse.federation.sender (#6871) | Erik Johnston | 2020-02-07 | 1 | -7/+9 |
| | | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2019-11-26 | 1 | -2/+2 |
|\| | |||||
| * | Clean up newline quote marks around the codebase (#6362) | Andrew Morgan | 2019-11-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes | Erik Johnston | 2019-11-19 | 1 | -2/+2 |
|\| | |||||
| * | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -2/+2 |
| | | | | | | Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated. | ||||
* | | Awful hackery to try to get the fed sender to keep up | Richard van der Hoff | 2019-10-10 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Basically, if the federation sender starts getting behind, insert some sleeps into the transaction transmission code to give the fed sender a chance to catch up. Might have to experiment a bit with the numbers. | ||||
* | | Revert "Awful hackery to try to get the fed sender to keep up" | Richard van der Hoff | 2019-10-03 | 1 | -4/+0 |
| | | | | | | | | | | | | This reverts commit 721086a291b7d187725ab3314dc1a4f11bd00f46. This didn't help. | ||||
* | | Awful hackery to try to get the fed sender to keep up | Richard van der Hoff | 2019-09-27 | 1 | -0/+4 |
|/ | | | | | | | | Basically, if the federation sender starts getting behind, insert some sleeps into the transaction transmission code to give the fed sender a chance to catch up. Might have to experiment a bit with the numbers. | ||||
* | use access methods (duh..) | Jorik Schellekens | 2019-09-05 | 1 | -1/+3 |
| | | | Co-Authored-By: Erik Johnston <erik@matrix.org> | ||||
* | Link the send loop with the edus contexts | Jorik Schellekens | 2019-09-05 | 1 | -3/+8 |
| | | | | | | The contexts were being filtered too early so the send loop wasn't being linked to them unless the destination was whitelisted. | ||||
* | Propagate opentracing contexts through EDUs (#5852) | Jorik Schellekens | 2019-08-22 | 1 | -73/+97 |
| | | | | | Propagate opentracing contexts through EDUs Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | remove dead transaction persist code (#5622) | Richard van der Hoff | 2019-07-05 | 1 | -9/+0 |
| | | | | this hasn't done anything for years | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -20/+18 |
| | |||||
* | Rename and move the classes | Richard van der Hoff | 2019-03-13 | 1 | -0/+147 |