MatrixSynapse/tests
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
..
api Create user with expiry 2016-05-13 15:34:15 +02:00
appservice
config Add function to load config without generating it 2016-06-09 18:50:38 +01:00
crypto
events
handlers Fix a bug caused by a change in auth_handler function 2016-06-08 23:22:39 +02:00
metrics Change CacheMetrics to be quicker 2016-06-03 11:26:52 +01:00
replication Move typing handler out of the Handlers object 2016-05-17 15:58:46 +01:00
rest Split out the auth handler 2016-06-02 13:31:45 +01:00
storage Fix AS retries, but with correct ordering 2016-06-07 10:24:50 +01:00
util Deduplicate joins 2016-04-07 14:19:02 +01:00
__init__.py
test_distributor.py
test_dns.py
test_state.py Create log context in Measure if one doesn't exist 2016-04-18 16:08:32 +01:00
test_test_utils.py
test_types.py
unittest.py
utils.py Split out the auth handler 2016-06-02 13:31:45 +01:00