summary refs log tree commit diff
path: root/tests/http/federation/test_srv_resolver.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-11/+16
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Properly typecheck types.http (#14988)David Robertson2023-02-071-24/+36
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-12/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Convert the federation agent and related code to async/await. (#7874)Patrick Cloke2020-07-231-16/+10
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-3/+3
* Refactor MatrixFederationAgent to retry SRV.Erik Johnston2019-08-151-2/+6
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-17/+19
* put resolve_service in an objectRichard van der Hoff2019-01-221-20/+18
* Require that service_name be a byte stringRichard van der Hoff2019-01-221-4/+4
* Refactor and bugfix for resove_service (#4427)Richard van der Hoff2019-01-221-0/+209