Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | The `http_proxy` and `HTTPS_PROXY` env vars can be set to a `host[:port]` value which should point to a proxy. The address of the proxy should be excluded from IP blacklists such as the `url_preview_ip_range_blacklist`. The proxy will then be used for * push * url previews * phone-home stats * recaptcha validation * CAS auth validation It will *not* be used for: * Application Services * Identity servers * Outbound federation * In worker configurations, connections from workers to masters Fixes #4198. | ||||
* | fix ci on py2, again | Richard van der Hoff | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | fix CI on python 2.7 | Richard van der Hoff | 2019-06-10 | 1 | -6/+4 |
| | |||||
* | Tests for SSL certs for federation connections | Richard van der Hoff | 2019-06-10 | 1 | -15/+111 |
| | | | | Add some tests for bad certificates for federation and .well-known connections | ||||
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -4/+2 |
| | |||||
* | Implement MSC1708 (.well-known lookups for server routing) (#4489) | Richard van der Hoff | 2019-01-29 | 1 | -0/+42 |
| | |||||
* | Reject invalid server names (#3480) | Richard van der Hoff | 2018-07-03 | 1 | -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. |