summary refs log tree commit diff
path: root/synapse/util/ratelimitutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-08Use get_events_as_list rather than lots of calls to get_eventRichard van der Hoff1-16/+8
It's more efficient and clearer.
2019-11-08Update some docstrings and commentsRichard van der Hoff1-8/+31
2019-11-08Simplify _update_auth_events_and_context_for_authRichard van der Hoff1-11/+9
move event_key calculation into _update_context_for_auth_events, since it's only used there.
2019-11-08Incorporate reviewBrendan Abolivier1-12/+12
2019-11-08Move type annotation into docstringErik Johnston1-3/+3
2019-11-07Python 3.8 for tox (#6341)Richard van der Hoff3-2/+3
... and update INSTALL.md to include py3.8. We'll also have to update the buildkite pipeline to run it
2019-11-07Update synapse/storage/data_stores/main/events_bg_updates.pyBrendan Abolivier1-1/+1
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-11-07Update synapse/storage/data_stores/main/events_bg_updates.pyBrendan Abolivier1-1/+1
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-11-07Copy resultsBrendan Abolivier1-1/+3
2019-11-07