summary refs log tree commit diff
path: root/tests/api/test_ratelimiting.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-22Refactor and bugfix for resove_service (#4427)Richard van der Hoff6-86/+250
2019-01-22Require ECDH key exchange & remove dh_params (#4429)Amber Brown8-57/+6
* remove dh_params and set better cipher string
2019-01-21fix line lengthNeil Johnson1-1/+3
2019-01-21Config option to disable requesting MSISDN on registrationNeil Johnson3-11/+13
2019-01-21Migrate encryption state on room upgrade (#4411)Andrew Morgan3-0/+3
* Migrate encryption state on room upgrade Signed-off-by: Andrew Morgan <andrew@amorgan.xyz> * Add changelog file
2019-01-18Fix race when persisting create event (#4404)Erik Johnston2-1/+13
* Fix race when persisting create event When persisting a chunk of DAG it is sometimes requried to do a state resolution, which requires knowledge of the room version. If this happens while we're persisting the create event then we need to use that event rather than attempting to look it up in the database.
2019-01-18Tweak code coverage settings (#4400)Erik Johnston3-0/+17
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status?
2019-01-18Remove redundant WrappedConnection (#4409)Richard van der Hoff4-93/+67
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business.
2019-01-17Fix incorrect logcontexts after a Deferred was cancelled (#4407)Richard van der Hoff4-3/+117