0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 18:59:04 +02:00
synapse/synapse/config
Sean Quah 78e23eea05
Reduce default third party invite rate limit to 216 invites per day (#14487)
The previous default was the same as the `rc_message` rate limit, which
defaults to 17,280 per day.

Signed-off-by: Sean Quah <seanq@matrix.org>
2022-11-18 18:10:01 +00:00
..
__init__.py
__main__.py
_base.py Generate missing configuration files at startup (#13615) 2022-08-26 11:26:06 +00:00
_base.pyi
_util.py
account_validity.py
api.py
appservice.py
auth.py
background_updates.py
cache.py Fix track_memory_usage on poetry-core 1.3.x installations (#14221) 2022-10-18 13:59:04 +01:00
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py Implement MSC3912: Relation-based redactions (#14260) 2022-11-03 16:21:31 +00:00
federation.py
homeserver.py
jwt.py
key.py Fix a bug where Synapse fails to start if a signing key file contains an empty line. (#13738) 2022-09-08 11:18:03 +01:00
logger.py Remove redundant types from comments. (#14412) 2022-11-16 15:25:24 +00:00
metrics.py Disable legacy Prometheus metric names by default. They can still be re-enabled for now, but they will be removed altogether in Synapse 1.73.0. (#14353) 2022-11-02 17:33:45 +00:00
modules.py
oembed.py
oidc.py Support OIDC backchannel logouts (#11414) 2022-10-31 13:07:30 -04:00
password_auth_providers.py
push.py
ratelimiting.py Reduce default third party invite rate limit to 216 invites per day (#14487) 2022-11-18 18:10:01 +00:00
redis.py
registration.py
repository.py Unpin build-system requirements, but impose an upper-bound (#14085) 2022-10-07 15:15:10 +01:00
retention.py
room.py
room_directory.py
saml2.py
server.py Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) 2022-10-18 15:52:25 +00:00
server_notices.py
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py Fix version that worker_main_http_uri is redundant from (#14476) 2022-11-17 16:11:08 +00:00