summary refs log tree commit diff
path: root/tests/http/test_proxyagent.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix tests on Twisted trunk. (#16528)Patrick Cloke2023-10-251-34/+10
* Fix http/s proxy authentication with long username/passwords (#16504)Richard Brežák2023-10-241-0/+21
* Revert "Add test case to detect dodgy b64 encoding"David Robertson2023-10-241-14/+0
* Add test case to detect dodgy b64 encodingDavid Robertson2023-10-231-0/+14
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-2/+2
* Rename blacklist/whitelist internally. (#15620)Patrick Cloke2023-05-191-9/+9
* Fix-up type hints in tests/server.py. (#15084)Patrick Cloke2023-02-171-2/+3
* Use mypy 1.0 (#15052)David Robertson2023-02-161-21/+19
* Properly typecheck types.http (#14988)David Robertson2023-02-071-40/+63
* support federation queries through http connect proxy (#10475)Dirk Klimpel2021-08-111-29/+46
* allow specifying https:// proxy (#10411)Dirk Klimpel2021-07-271-58/+340
* Allow providing credentials to `http_proxy` (#10360)Dirk Klimpel2021-07-151-13/+52
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-0/+40
* Add support for no_proxy and case insensitive env variables (#9372)Tim Leung2021-02-261-44/+73
* Don't apply the IP range blacklist to proxy connections (#9084)Marcus2021-01-121-0/+130
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-0/+334