synapse/synapse/config
Richard van der Hoff c928347779
Implement MSC4380: Invite blocking (#19203)
MSC4380 aims to be a simplified implementation of MSC4155; the hope is
that we can get it specced and rolled out rapidly, so that we can
resolve the fact that `matrix.org` has enabled MSC4155.

The implementation leans heavily on what's already there for MSC4155.

It has its own `experimental_features` flag. If both MSC4155 and MSC4380
are enabled, and a user has both configurations set, then we prioritise
the MSC4380 one.

Contributed wearing my 🎩 Spec Core Team hat.
2025-11-26 16:12:14 +00:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
__main__.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
_base.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
_base.pyi Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
_util.py Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
account_validity.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
api.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
appservice.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
auth.py Stabilise MAS integration (#18759) 2025-08-04 15:48:45 +02:00
auto_accept_invites.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
background_updates.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
cache.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
captcha.py Add recaptcha_{private,public}_key_path config option (#17984) 2025-07-14 11:37:36 -05:00
cas.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
consent.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
database.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
emailconfig.py Add email.tlsname config option (#17849) 2024-12-17 18:05:38 -06:00
experimental.py Implement MSC4380: Invite blocking (#19203) 2025-11-26 16:12:14 +00:00
federation.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
homeserver.py Introduce RootConfig.validate_config() which can be subclassed in HomeServerConfig to do cross-config class validation (#19027) 2025-10-09 14:56:22 -05:00
jwt.py Added display_name_claim in jwt_config which sets the user's display name upon registration (#17708) 2024-10-09 12:21:08 +00:00
key.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
logger.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
mas.py Merge branch 'release-v1.142' into develop 2025-11-07 12:09:02 +00:00
matrixrtc.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
metrics.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
modules.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
oembed.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
oidc.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
password_auth_providers.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
push.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
ratelimiting.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
redis.py Add --no-secrets-in-config command line option (#18092) 2025-02-25 16:26:01 +00:00
registration.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
repository.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
retention.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
room_directory.py Disable room list publication by default (#18175) 2025-02-24 12:06:16 +00:00
room.py Add forget_forced_upon_leave capability as per MSC4267 (#18196) 2025-06-27 15:07:24 -05:00
saml2.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
server_notices.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
server.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
spam_checker.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
sso.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
stats.py Update license headers 2023-11-21 15:29:58 -05:00
third_party_event_rules.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
tls.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
tracer.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
user_directory.py Add the ability to exclude remote users in user directory search results (#18300) 2025-05-02 15:38:02 +01:00
user_types.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
voip.py Add --no-secrets-in-config command line option (#18092) 2025-02-25 16:26:01 +00:00
workers.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00