summary refs log tree commit diff
path: root/synapse/http/federation/matrix_federation_agent.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-13/+87
* Fix a handful of type annotations. (#10446)Richard van der Hoff2021-07-221-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Create a SynapseReactor type which incorporates the necessary reactor interfa...Patrick Cloke2021-03-081-1/+2
* Fix additional type hints from Twisted upgrade. (#9518)Patrick Cloke2021-03-031-9/+9
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Add debug logging to DNS SRV requests. (#9305)Marcus2021-02-031-0/+7
* Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098)Tim Leung2021-01-141-1/+0
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-4/+12
* Add type hints to matrix federation client / agent. (#8806)Patrick Cloke2020-11-251-39/+61
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-3/+3
* Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-2/+2
* Reduce INFO logging (#8050)Erik Johnston2020-08-111-1/+1
* Convert the federation agent and related code to async/await. (#7874)Patrick Cloke2020-07-231-10/+6
* Include a user agent in federation requests. (#7677)Patrick Cloke2020-06-161-1/+9
* Share SSL contexts for non-federation requests (#7094)Richard van der Hoff2020-03-171-1/+1
* Fix well-known lookups with the federation certificate whitelist (#5997)Amber Brown2019-09-141-1/+1
* Fixup commentsErik Johnston2019-08-231-1/+9
* Fix logcontextsErik Johnston2019-08-231-4/+8
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/reliable_l...Erik Johnston2019-08-221-12/+14
|\
| * Retry well known on fail.Erik Johnston2019-08-151-12/+14
* | Refactor MatrixFederationAgent to retry SRV.Erik Johnston2019-08-151-186/+170
|/
* Move well known lookup into a separate clasErik Johnston2019-08-071-153/+13
* Add a lower bound for TTL on well known results.Erik Johnston2019-08-061-0/+4
* Share SSL options for well-known requestsErik Johnston2019-07-311-11/+5
* Replace returnValue with return (#5736)Amber Brown2019-07-231-26/+20
* 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-43/+55
* Config option for verifying federation certificates (MSC 1711) (#4967)Andrew Morgan2019-04-251-1/+1
* Minor docstring fixes for MatrixFederationAgent (#4765)Andrew Morgan2019-02-281-1/+5
* Merge pull request #4544 from matrix-org/rav/skip_invalid_well_knownRichard van der Hoff2019-02-011-19/+6
|\
| * Treat an invalid .well-known the same as an absent oneRichard van der Hoff2019-02-011-19/+6
* | Fix b'ab' noise in logsRichard van der Hoff2019-02-011-1/+1
|/
* Cache failures to parse .well-knownRichard van der Hoff2019-02-011-13/+43
* better logging for federation connectionsRichard van der Hoff2019-01-311-5/+16
* Update federation routing logic to check .well-known before SRVRichard van der Hoff2019-01-311-5/+5
* Merge pull request #4521 from matrix-org/rav/fed_routing/cleanupsRichard van der Hoff2019-01-301-9/+11
|\
| * fix exception textRichard van der Hoff2019-01-301-1/+1
| * Also jitter the invalid cache periodRichard van der Hoff2019-01-301-9/+11
* | Follow redirects on .well-known (#4520)Richard van der Hoff2019-01-301-2/+4
|/
* Add a caching layer to .well-known responses (#4516)Richard van der Hoff2019-01-301-2/+88
* Relax requirement for a content-type on .well-known (#4511)Richard van der Hoff2019-01-291-20/+13
* Implement MSC1708 (.well-known lookups for server routing) (#4489)Richard van der Hoff2019-01-291-4/+110
* docstrings for _RoutingResultRichard van der Hoff2019-01-281-0/+36
* Handle IP literals explicitlyRichard van der Hoff2019-01-281-0/+19
* MatrixFederationAgent: factor out routing logicRichard van der Hoff2019-01-281-18/+62
* Fix idna and ipv6 literal handling in MatrixFederationAgent (#4487)Richard van der Hoff2019-01-281-11/+12
* Fix Host header sent by MatrixFederationAgent (#4468)Richard van der Hoff2019-01-251-0/+10
* Look up the right SRV recordRichard van der Hoff2019-01-241-1/+2
* put resolve_service in an objectRichard van der Hoff2019-01-221-3/+13
* MatrixFederationAgentRichard van der Hoff2019-01-221-0/+114