MatrixSynapse/synapse/http
Eric Eastwood 887fa4b66b
Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse routing of outbound federation traffic (#15806)
`matrix://` is a registered specced scheme nowadays and doesn't make sense for
our internal to Synapse use case anymore. ([discussion]
(https://github.com/matrix-org/synapse/pull/15773#discussion_r1227598679))
2023-06-20 10:05:31 +01:00
..
federation Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse routing of outbound federation traffic (#15806) 2023-06-20 10:05:31 +01:00
__init__.py
additional_resource.py
client.py Use a custom scheme & the worker name for replication requests. (#15578) 2023-05-23 09:05:30 -04:00
connectproxyclient.py
matrixfederationclient.py Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse routing of outbound federation traffic (#15806) 2023-06-20 10:05:31 +01:00
proxyagent.py Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
replicationagent.py Fix using TLS for replication (#15746) 2023-06-08 13:03:48 +01:00
request_metrics.py
server.py Add stricter mypy options (#15694) 2023-05-31 07:18:29 -04:00
servlet.py Reject mentions on the C-S API which are invalid. (#15311) 2023-03-24 08:31:14 -04:00
site.py Experimental Unix socket support (#15353) 2023-04-03 10:27:51 +01:00
types.py