MatrixSynapse/synapse/http
Patrick Cloke 7fbf42499d
Use `getClientAddress` instead of `getClientIP`. (#12599)
getClientIP was deprecated in Twisted 18.4.0, which also added
getClientAddress. The Synapse minimum version for Twisted is
currently 18.9.0, so all supported versions have the new API.
2022-05-04 14:11:21 -04:00
..
federation
__init__.py
additional_resource.py
client.py Unify HTTP query parameter type hints (#12415) 2022-04-08 13:06:51 +01:00
connectproxyclient.py
matrixfederationclient.py Implement MSC3383: include destination in X-Matrix auth header (#11398) 2022-04-19 16:23:53 +01:00
proxyagent.py Bump `black` and `click` versions (#12320) 2022-03-29 10:41:19 +00:00
request_metrics.py
server.py Improve logging for cancelled requests (#12587) 2022-05-04 13:38:55 +01:00
servlet.py
site.py Use `getClientAddress` instead of `getClientIP`. (#12599) 2022-05-04 14:11:21 -04:00
types.py Unify HTTP query parameter type hints (#12415) 2022-04-08 13:06:51 +01:00