You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/config
Tulir Asokan b0a0fb5c97
Implement MSC2659: application service ping endpoint (#15249)
2 years ago
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
__main__.py Additional type hints for config module. (#11465) 3 years ago
_base.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 2 years ago
_base.pyi Re-enable some linting (#14821) 2 years ago
_util.py Allow selecting "prejoin" events by state keys (#14642) 2 years ago
account_validity.py Fix a typo in docs and in some warnings (#13538) 2 years ago
api.py Allow selecting "prejoin" events by state keys (#14642) 2 years ago
appservice.py Remove code generating comments in configuration file (#12941) 2 years ago
auth.py Remove code generating comments in configuration file (#12941) 2 years ago
background_updates.py Remove code generating comments in configuration file (#12941) 2 years ago
cache.py Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 2 years ago
captcha.py Remove code generating comments in configuration file (#12941) 2 years ago
cas.py Remove code generating comments in configuration file (#12941) 2 years ago
consent.py Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
database.py Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
emailconfig.py Drop support for delegating email validation, round 2 (#13596) 2 years ago
experimental.py Implement MSC2659: application service ping endpoint (#15249) 2 years ago
federation.py Remove code generating comments in configuration file (#12941) 2 years ago
homeserver.py Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
jwt.py Allow dependency errors to pass through (#13113) 2 years ago
key.py Fix a bug where Synapse fails to start if a signing key file contains an empty line. (#13738) 2 years ago
logger.py Reload the pyo3-log config when the Python logging config changes. (#14976) 2 years ago
metrics.py Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538) 2 years ago
modules.py Remove code generating comments in configuration file (#12941) 2 years ago
oembed.py Remove code generating comments in configuration file (#12941) 2 years ago
oidc.py Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 2 years ago
password_auth_providers.py Add missing type hints to config classes. (#12402) 3 years ago
push.py Add `push.enabled` option to disable push notification calculation (#14551) 2 years ago
ratelimiting.py Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
redis.py Support for selecting the Redis logical database. (#15034) 2 years ago
registration.py Support `registration_shared_secret` in a file (#13614) 2 years ago
repository.py Refactor media modules. (#15146) 2 years ago
retention.py Remove code generating comments in configuration file (#12941) 2 years ago
room.py Remove code generating comments in configuration file (#12941) 2 years ago
room_directory.py Return read-only collections from `@cached` methods (#13755) 2 years ago
saml2.py Allow dependency errors to pass through (#13113) 2 years ago
server.py Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
server_notices.py Remove code generating comments in configuration file (#12941) 2 years ago
spam_checker.py Add missing type hints to config classes. (#12402) 3 years ago
sso.py Fix a typo in docs and in some warnings (#13538) 2 years ago
stats.py Remove code generating comments in configuration file (#12941) 2 years ago
third_party_event_rules.py Add missing type hints to config classes. (#12402) 3 years ago
tls.py Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
tracer.py Allow dependency errors to pass through (#13113) 2 years ago
user_directory.py Remove code generating comments in configuration file (#12941) 2 years ago
voip.py Remove code generating comments in configuration file (#12941) 2 years ago
workers.py Refactor `federation_sender` and `pusher` configuration loading. (#14496) 2 years ago