summary refs log tree commit diff
path: root/tests/api/test_ratelimiting.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a short sleep if the request is rate-limited (#17210)Erik Johnston2024-05-181-2/+3
* Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-301-25/+42
* Properly typecheck tests.api (#14983)David Robertson2023-02-031-9/+9
* Add type hints to `TestRatelimiter` (#14885)Andrew Morgan2023-01-211-15/+51
* Allow rate limiters to passively record actions they cannot limit (#13253)David Robertson2022-07-131-0/+74
* Fix a long-standing bug which meant that rate limiting was not restrictive en...reivilibre2022-06-151-11/+40
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-2/+0
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-14/+14
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-9/+9
* Correctly ratelimit invites when creating a room (#9968)Brendan Abolivier2021-05-121-0/+57
* Make RateLimiter class check for ratelimit overrides (#9711)Erik Johnston2021-03-301-60/+108
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+18
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-2/+2
* Do not apply ratelimiting on joins to appservices (#8139)Will Hunt2020-08-211-0/+73
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-19/+77
* Run Black on the tests again (#5170)Amber Brown2019-05-101-3/+3
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-10/+10
* Run black.black2018-08-101-4/+3
* Fix flake8 warnings for testsMark Haines2016-02-191-0/+1
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-1/+1
* Test ratelimiterMark Haines2014-09-021-0/+39