summary refs log tree commit diff
path: root/tests/util/test_ratelimitutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-05Fixes to the federation rate limiter (#5621)Richard van der Hoff1-0/+97
- Put the default window_size back to 1000ms (broken by #5181) - Make the `rc_federation` config actually do something - fix an off-by-one error in the 'concurrent' limit - Avoid creating an unused `_PerHostRatelimiter` object for every single incoming request
2019-07-05Make errors about email password resets much clearer (#5616)Andrew Morgan2-11/+9
The runtime errors that dealt with local email password resets talked about config options that users may not even have in their config file yet (if upgrading). Instead, the cryptic errors are now replaced with hopefully much more helpful ones.
2019-07-05Improve the backwards compatibility re-exports of synapse.logging.context ↵Amber Brown4-5/+62
(#5617) * Improve the backwards compatibility re-exports of synapse.logging.context. * reexport logformatter too
2019-07-05Add a sytest blacklist file (#5611)Andrew Morgan5-148/+43
* Add a sytest blacklist file * Add changelog * Add blacklist to manifest
2019-07-04Update changelog v1.1.0 github/release-v1.1.0 release-v1.1.0Erik Johnston1-0/+10
2019-07-041.1.0Erik Johnston4-4/+9
2019-07-04Suggest people use a config file for Docker instead of env varsAndrew Morgan2-1/+2
2019-07-04Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown98-233/+249
2019-07-03