MatrixSynapse/synapse/config
Brendan Abolivier 34db6bb9f5
Warn users trying to use the deprecated spam checker interface (#10210)
So admins aren't surprised if things break when we remove this code in a couple of months.
2021-06-22 12:24:10 +02:00
..
__init__.py
__main__.py
_base.py Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
_base.pyi Fix performance of responding to user key requests over federation (#10221) 2021-06-21 14:38:59 +01:00
_util.py
account_validity.py
api.py
appservice.py
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cache.py
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
federation.py
groups.py
homeserver.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
jwt.py
key.py
logger.py Ensure that errors during startup are written to the logs and the console. (#10191) 2021-06-21 11:41:25 +01:00
metrics.py
modules.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py Remove superfluous call to bool() (#9986) 2021-05-14 10:58:57 +01:00
repository.py
room.py
room_directory.py
saml2.py
server.py Fix 'ip_range_whitelist' not working for federation servers (#10115) 2021-06-15 08:53:55 +01:00
server_notices.py
spam_checker.py Warn users trying to use the deprecated spam checker interface (#10210) 2021-06-22 12:24:10 +02:00
sso.py Implement config option `sso.update_profile_information` (#10108) 2021-06-21 23:48:57 +01:00
stats.py
third_party_event_rules.py
tls.py Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
tracer.py
user_directory.py
voip.py
workers.py