Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-16 | Various cleanups in the federation client code (#4031) | Richard van der Hoff | 4 | -61/+64 | |
- Improve logging: log things in the right order, include destination and txids in all log lines, don't log successful responses twice - Fix the docstring on TransportLayerClient.send_transaction - Don't use treq.request, which is overcomplicated for our purposes: just use a twisted.web.client.Agent. - simplify the logic for setting up the bodyProducer - fix bytes/str confusions | |||||
2018-10-14 | synapse/app: frontend_proxy.py: actually make workers work on py3 | Ivan Shapovalov | 2 | -2/+3 | |
2018-10-14 | synapse/visibility.py: fix SyntaxError on py3.7 | Ivan Shapovalov | 2 | -1/+2 | |
2018-10-12 | missed one | David Baker | 1 | -0/+1 | |
2018-10-13 | Make workers work on Py3 (#4027) | Amber Brown | 13 | -62/+64 | |
2018-10-12 | Linting soothes the savage PEP8 monster | David Baker | 1 | -4/+9 | |
2018-10-12 | Misc PR feedback bits | David Baker | 1 | -2/+2 | |
2018-10-12 | Don't mangle exceptions | David Baker | 1 | -4/+2 | |
2018-10-12 | Split /room_keys/version into 2 servlets | David Baker | 1 | -9/+21 | |
2018-10-12 | PR feedback pt. 1 | David Baker | 3 | -29/+22 | |