summary refs log tree commit diff
path: root/synapse/api/ratelimiting.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-16User event.sender rather than alias event.user_idErik Johnston1-1/+1
2018-10-16Add v2 state res algorithm.Erik Johnston3-24/+616
We hook this up to the vdh test room version.
2018-10-16Various cleanups in the federation client code (#4031)Richard van der Hoff4-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-14synapse/app: frontend_proxy.py: actually make workers work on py3Ivan Shapovalov2-2/+3
2018-10-14synapse/visibility.py: fix SyntaxError on py3.7Ivan Shapovalov2-1/+2
2018-10-12missed oneDavid Baker1-0/+1
2018-10-13Make workers work on Py3 (#4027)Amber Brown13-62/+64
2018-10-12Linting soothes the savage PEP8 monsterDavid Baker1-4/+9
2018-10-12Misc PR feedback bitsDavid Baker1-2/+2
2018-10-12Don't mangle exceptionsDavid Baker1-4/+2