summary refs log tree commit diff
path: root/tests/http/federation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-213-31/+48
* Fix tests on Twisted trunk. (#16528)Patrick Cloke2023-10-251-36/+24
* Add MSC4040 `matrix-fed` service lookups (#16137)Travis Ralston2023-09-051-29/+294
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-36/+24
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-1/+1
* Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse...Eric Eastwood2023-06-201-17/+21
* Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-191-4/+4
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-1/+0
* Fix-up type hints in tests/server.py. (#15084)Patrick Cloke2023-02-171-2/+3
* Use mypy 1.0 (#15052)David Robertson2023-02-161-5/+6
* Properly typecheck types.http (#14988)David Robertson2023-02-072-79/+123
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-12/+12
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-80/+326
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-143-3/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-092-3/+2
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-4/+11
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke2021-01-151-2/+2
* Add a maximum size for well-known lookups. (#8950)Patrick Cloke2020-12-161-0/+27
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-0/+3
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-6/+18
* Convert the federation agent and related code to async/await. (#7874)Patrick Cloke2020-07-232-37/+40
* Include a user agent in federation requests. (#7677)Patrick Cloke2020-06-161-0/+10
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-242-6/+6
* Share SSL contexts for non-federation requests (#7094)Richard van der Hoff2020-03-171-3/+3
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-3/+8
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/reliable_l...Erik Johnston2019-08-221-35/+48
|\
| * Change jitter to be a factor rather than absolute valueErik Johnston2019-08-201-2/+2
| * Retry well known on fail.Erik Johnston2019-08-151-33/+46
* | Remove test debugsErik Johnston2019-08-201-1/+0
* | Refactor MatrixFederationAgent to retry SRV.Erik Johnston2019-08-152-5/+66
|/
* Retry well-known lookup before expiry.Erik Johnston2019-08-131-0/+69
* Move well known lookup into a separate clasErik Johnston2019-08-071-20/+19
* Add a lower bound for TTL on well known results.Erik Johnston2019-08-061-2/+2
* Share SSL options for well-known requestsErik Johnston2019-07-311-6/+6
* Replace returnValue with return (#5736)Amber Brown2019-07-232-3/+3
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-042-2/+2
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-202-109/+109
* Tests for SSL certs for federation connectionsRichard van der Hoff2019-06-101-10/+159
* Stop hardcoding trust of old matrix.org key (#5374)Richard van der Hoff2019-06-061-0/+1
* Validate federation server TLS certificates by default.Richard van der Hoff2019-06-051-3/+9
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-1/+3
* Run Black on the tests again (#5170)Amber Brown2019-05-102-148/+100
* Config option for verifying federation certificates (MSC 1711) (#4967)Andrew Morgan2019-04-251-1/+2
* Treat an invalid .well-known the same as an absent oneRichard van der Hoff2019-02-011-11/+70
* Update federation routing logic to check .well-known before SRVRichard van der Hoff2019-01-311-30/+21
* Follow redirects on .well-known (#4520)Richard van der Hoff2019-01-301-0/+97
* Add a caching layer to .well-known responses (#4516)Richard van der Hoff2019-01-301-4/+146
* Relax requirement for a content-type on .well-known (#4511)Richard van der Hoff2019-01-291-1/+0
* Implement MSC1708 (.well-known lookups for server routing) (#4489)Richard van der Hoff2019-01-291-7/+216
* Use SimpleResolverComplexifier in tests (#4497)Richard van der Hoff2019-01-291-4/+3
* Handle IP literals explicitlyRichard van der Hoff2019-01-281-17/+2
* Fix idna and ipv6 literal handling in MatrixFederationAgent (#4487)Richard van der Hoff2019-01-281-1/+180
* Fix Host header sent by MatrixFederationAgent (#4468)Richard van der Hoff2019-01-251-0/+16
* Look up the right SRV recordRichard van der Hoff2019-01-241-3/+9
* lots more tests for MatrixFederationAgentRichard van der Hoff2019-01-241-10/+79
* Don't send IP addresses as SNI (#4452)Richard van der Hoff2019-01-241-3/+60
* Add a test for MatrixFederationAgentRichard van der Hoff2019-01-221-0/+183
* 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-222-0/+223