0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/synapse/config
Mark Haines 7dbb473339 Add function to load config without generating it
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
2016-06-09 18:50:38 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
__main__.py Use syntax that works on both py2.7 and py3 2016-03-07 20:13:10 +00:00
_base.py Add function to load config without generating it 2016-06-09 18:50:38 +01:00
api.py config,handlers/_base: added homeserver config for what state is included in a room invite 2016-03-04 10:43:17 +01:00
appservice.py Move the functions for parsing app service config 2016-05-17 11:28:58 +01:00
captcha.py copyrights 2016-01-07 04:26:29 +00:00
cas.py copyrights 2016-01-07 04:26:29 +00:00
database.py copyrights 2016-01-07 04:26:29 +00:00
emailconfig.py brand the email from header 2016-06-02 21:34:40 +01:00
homeserver.py Send a rather basic email notif 2016-04-20 13:02:01 +01:00
jwt.py Make pyjwt dependency optional 2016-04-25 14:30:15 +01:00
key.py Create user with expiry 2016-05-13 15:34:15 +02:00
ldap.py add tls property 2016-04-06 18:23:45 +02:00
logger.py copyrights 2016-01-07 04:26:29 +00:00
metrics.py copyrights 2016-01-07 04:26:29 +00:00
password.py copyrights 2016-01-07 04:26:29 +00:00
ratelimiting.py copyrights 2016-01-07 04:26:29 +00:00
registration.py Create user with expiry 2016-05-13 15:34:15 +02:00
repository.py Clean up the blacklist/whitelist handling. 2016-05-16 13:03:59 +01:00
saml2.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
server.py Allow setting of gc.set_thresholds 2016-06-07 15:45:56 +01:00
tls.py copyrights 2016-01-07 04:26:29 +00:00
voip.py copyrights 2016-01-07 04:26:29 +00:00