MatrixSynapse/synapse/config
Brendan Abolivier 08c8469322
Remove support for ACME v1 (#10194)
Fixes #9778

ACME v1 has been fully decommissioned for existing installs on June 1st 2021(see https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430/27), so we can now safely remove it from Synapse.
2021-06-17 18:56:48 +01:00
..
__init__.py
__main__.py
_base.py Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
_base.pyi Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +01:00
_util.py
account_validity.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
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 Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
federation.py
groups.py
homeserver.py Enable experimental spaces by default. (#10011) 2021-05-24 08:57:14 -04:00
jwt.py
key.py
logger.py
metrics.py
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 Mention that you need to configure max upload size in reverse proxy as well (#10122) 2021-06-10 11:40:24 +01:00
room.py
room_directory.py
saml2.py Add missing type hints to synapse.util (#9982) 2021-05-24 15:32:01 -04:00
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
sso.py
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 Support enabling opentracing by user (#9978) 2021-05-14 10:51:08 +01:00
user_directory.py
voip.py
workers.py