mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 02:20:40 -05:00
(instead of everywhere that writes a response. Or rather, the subset of places which write responses where we haven't forgotten it). This also means that we don't have to have the mysterious version_string attribute in anything with a request handler. Unfortunately it does mean that we have to pass the version string wherever we instantiate a SynapseSite, which has been c&ped 150 times, but that is code that ought to be cleaned up anyway really. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| appservice.py | ||
| client_reader.py | ||
| event_creator.py | ||
| federation_reader.py | ||
| federation_sender.py | ||
| frontend_proxy.py | ||
| homeserver.py | ||
| media_repository.py | ||
| pusher.py | ||
| synchrotron.py | ||
| synctl.py | ||
| user_dir.py | ||