mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 20:02:30 -05:00
This ended up being a bit more invasive than I'd hoped for (not helped by generic_worker duplicating some of the code from homeserver), but hopefully it's an improvement. The idea is that, rather than storing unstructured `dict`s in the config for the listener configurations, we instead parse it into a structured `ListenerConfig` object. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| admin_cmd.py | ||
| appservice.py | ||
| client_reader.py | ||
| event_creator.py | ||
| federation_reader.py | ||
| federation_sender.py | ||
| frontend_proxy.py | ||
| generic_worker.py | ||
| homeserver.py | ||
| media_repository.py | ||
| pusher.py | ||
| synchrotron.py | ||
| user_dir.py | ||