Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-16 | Fix incorrect truncation in get_missing_events | Richard van der Hoff | 1 | -22/+16 | |
It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id. | |||||
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 |