summary refs log tree commit diff
path: root/tests/state (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-22Fix None guard in config.server.is_threepid_reservedNeil Johnson5-8/+16
2019-01-22Make key fetches use regular federation client (#4426)Richard van der Hoff3-172/+8
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
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
2019-01-18Fix race when persisting create event (#4404)Erik Johnston2-1/+13
2019-01-18Tweak code coverage settings (#4400)Erik Johnston3-0/+17
2019-01-18Remove redundant WrappedConnection (#4409)Richard van der Hoff4-93/+67
2019-01-17Fix incorrect logcontexts after a Deferred was cancelled (#4407)Richard van der Hoff4-3/+117
2019-01-17sign_request -> build_auth_headers (#4408)Richard van der Hoff