summary refs log tree commit diff
path: root/tests/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-233-4/+4
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-043-3/+3
* 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-204-125/+124
* fix ci on py2, againRichard van der Hoff2019-06-101-1/+1
* fix CI on python 2.7Richard van der Hoff2019-06-101-6/+4
* Tests for SSL certs for federation connectionsRichard van der Hoff2019-06-106-106/+343
* 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
* Add ability to blacklist ip ranges for federation traffic (#5043)Andrew Morgan2019-05-131-0/+71
* Run Black on the tests again (#5170)Amber Brown2019-05-104-172/+113
* Config option for verifying federation certificates (MSC 1711) (#4967)Andrew Morgan2019-04-251-1/+2
* lintAndrew Morgan2019-03-201-1/+1
* New test, fix issuesAndrew Morgan2019-03-201-0/+45
* Fix comments. v0.99.2 -> v0.99.3Andrew Morgan2019-03-201-1/+1
* Federation test fixed!Andrew Morgan2019-03-201-2/+5
* Better exception handlingAndrew Morgan2019-03-181-4/+1
* Correct var nameAndrew Morgan2019-03-131-0/+54
* i should have given up x3Andrew Morgan2019-03-131-39/+0
* i should have given up x2Andrew Morgan2019-03-131-0/+39
* Move ClientTLSOptionsFactory init out of refresh_certificates (#4611)Richard van der Hoff2019-02-111-3/+1
* 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-293-7/+339
* 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-252-1/+17
* 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
* Make MatrixFederationClient use MatrixFederationAgentRichard van der Hoff2019-01-221-0/+96
* Refactor and bugfix for resove_service (#4427)Richard van der Hoff2019-01-222-0/+223
* Remove redundant WrappedConnection (#4409)Richard van der Hoff2019-01-181-7/+47
* Refactor request sending to have better excpetions (#4358)Erik Johnston2019-01-081-3/+10
* Merge branch 'master' into developAmber Brown2018-09-251-2/+2
|\
| * Fix compatibility issue with older Twisted in tests.Oleg Girko2018-09-251-2/+2
* | Refactor matrixfederationclient to fix logging (#3906)Richard van der Hoff2018-09-181-5/+38
|/
* Attempt to figure out what's going on with timeouts (#3857)Amber Brown2018-09-141-0/+157
* Run black.black2018-08-101-4/+2
* run isortAmber Brown2018-07-091-4/+2
* More server_name validationRichard van der Hoff2018-07-041-4/+13
* Reject invalid server names (#3480)Richard van der Hoff2018-07-032-0/+46