mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 06:20:42 -05:00
Renames ``load_config`` to ``load_or_generate_config`` Adds a method called ``load_config`` that just loads the config. The main synapse.app.homeserver will continue to use ``load_or_generate_config`` to retain backwards compat. However new worker processes can use ``load_config`` to load the config avoiding some of the cruft needed to generate the config. As the new ``load_config`` method is expected to be used by new configs it removes support for the legacy commandline overrides that ``load_or_generate_config`` supports |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _base.py | ||
| api.py | ||
| appservice.py | ||
| captcha.py | ||
| cas.py | ||
| database.py | ||
| emailconfig.py | ||
| homeserver.py | ||
| jwt.py | ||
| key.py | ||
| ldap.py | ||
| logger.py | ||
| metrics.py | ||
| password.py | ||
| ratelimiting.py | ||
| registration.py | ||
| repository.py | ||
| saml2.py | ||
| server.py | ||
| tls.py | ||
| voip.py | ||