MatrixSynapse/synapse/config
David Robertson f3f0ab10fe
Move scripts directory inside synapse, exposing as setuptools entry_points (#12118)
* Two scripts are basically entry_points already
* Move and rename scripts/* to synapse/_scripts/*.py
* Delete sync_room_to_group.pl
* Expose entry points in setup.py
* Update linter script and config
* Fixup scripts & docs mentioning scripts that moved

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2022-03-02 13:00:16 +00:00
..
__init__.py
__main__.py
_base.py Move scripts directory inside synapse, exposing as setuptools entry_points (#12118) 2022-03-02 13:00:16 +00:00
_base.pyi
_util.py
account_validity.py
api.py
appservice.py Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. (#11617) 2022-02-24 17:55:45 +00:00
auth.py
cache.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. (#11617) 2022-02-24 17:55:45 +00:00
federation.py
groups.py
homeserver.py
jwt.py
key.py
logger.py
metrics.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
modules.py
oembed.py
oidc.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
password_auth_providers.py
push.py
ratelimiting.py
redis.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
registration.py
repository.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
retention.py
room.py
room_directory.py
saml2.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
server.py Use room version 9 as the default room version (per MSC3589). (#12058) 2022-02-22 14:09:40 +00:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
user_directory.py
voip.py
workers.py