forked-synapse/synapse/replication/tcp
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985)
This removes the magic allowing accessing configurable
variables directly from the config object. It is now required
that a specific configuration class is used (e.g. `config.foo`
must be replaced with `config.server.foo`).
2021-10-06 10:47:41 -04:00
..
streams Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
client.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
commands.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
external_cache.py Time external cache response time (#9904) 2021-05-04 15:14:22 +01:00
handler.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
protocol.py Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
redis.py Pass str to twisted's IReactorTCP (#10895) 2021-09-30 12:51:47 +01:00
resource.py Use direct references for configuration variables (part 6). (#10916) 2021-09-29 06:44:15 -04:00