0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-30 16:38:21 +02:00
synapse/synapse/http
Richard van der Hoff 508196e08a
Reject invalid server names (#3480)
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.
2018-07-03 14:36:14 +01:00
..
__init__.py factor out uri redaction into a method on http 2018-06-05 18:31:40 +01:00
additional_resource.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00
client.py Attempt to be more performant on PyPy (#3462) 2018-06-28 14:49:57 +01:00
endpoint.py Reject invalid server names (#3480) 2018-07-03 14:36:14 +01:00
matrixfederationclient.py Attempt to be more performant on PyPy (#3462) 2018-06-28 14:49:57 +01:00
request_metrics.py Fix inflight requests metric (incorrect name & traceback) (#3413) 2018-06-20 11:18:57 +01:00
server.py Attempt to be more performant on PyPy (#3462) 2018-06-28 14:49:57 +01:00
servlet.py Attempt to be more performant on PyPy (#3462) 2018-06-28 14:49:57 +01:00
site.py replace invalid utf8 with \ufffd 2018-07-02 11:33:02 +01:00