matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.12k forks source link

Consider a --disable-legacy-apis option (SYN-752) #1585

Open matrixbot opened 8 years ago

matrixbot commented 8 years ago

Some way that e.g. sytest can ask synapse to disable all the legacy API support. That way we can flush out the test system and ensure that we're not testing old legacy cruft.

(Imported from https://matrix.org/jira/browse/SYN-752)

(Reported by @leonerd)

matrixbot commented 8 years ago

Jira watchers: @leonerd

dklimpel commented 2 years ago

Which APIs are legacy?

richvdh commented 2 years ago

Good question, but anything starting /_matrix/client/api/v1 for a start.