MatrixSynapse/synapse/config
Mark Haines eb79110beb Clean up the blacklist/whitelist handling.
Always set the config key with an empty list, even if a list isn't specified.
This means that the codepaths are the same for both the empty list and
for a missing key. Since the behaviour is the same for both cases this
makes the code somewhat easier to reason about.
2016-05-16 13:03:59 +01:00
..
__init__.py
__main__.py
_base.py
api.py
appservice.py
captcha.py
cas.py
database.py
emailconfig.py More consistent config naming 2016-05-10 14:39:16 +02: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
metrics.py
password.py
ratelimiting.py
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
server.py Correct public_baseurl default 2016-04-29 14:30:15 +01:00
tls.py
voip.py