mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1b3e398bea
This PR adds a common configuration section for all modules (see docs). These modules are then loaded at startup by the homeserver. Modules register their hooks and web resources using the new `register_[...]_callbacks` and `register_web_resource` methods of the module API. |
||
---|---|---|
.. | ||
__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 | ||
phone_stats_home.py | ||
pusher.py | ||
synchrotron.py | ||
user_dir.py |