summary refs log tree commit diff
path: root/tests/http/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-15/+111
| | | | Add some tests for bad certificates for federation and .well-known connections
* Run Black on the tests again (#5170)Amber Brown2019-05-101-4/+2
|
* Implement MSC1708 (.well-known lookups for server routing) (#4489)Richard van der Hoff2019-01-291-0/+42
|
* Reject invalid server names (#3480)Richard van der Hoff2018-07-031-0/+0
Make sure that server_names used in auth headers are sane, and reject them with a sensible error code, before they disappear off into the depths of the system.