Tulir Asokan b0a0fb5c97 Implement MSC2659: application service ping endpoint (#15249) 1 year ago
..
__init__.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
__main__.py f44d729d4c Additional type hints for config module. (#11465) 2 years ago
_base.py 796a4b7482 Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 1 year ago
_base.pyi b50c008453 Re-enable some linting (#14821) 1 year ago
_util.py e2a1adbf5d Allow selecting "prejoin" events by state keys (#14642) 1 year ago
account_validity.py b71b41c7bd Fix a typo in docs and in some warnings (#13538) 1 year ago
api.py e2a1adbf5d Allow selecting "prejoin" events by state keys (#14642) 1 year ago
appservice.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
auth.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
background_updates.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
cache.py 796a4b7482 Prefer `type(x) is int` to `isinstance(x, int)` (#14945) 1 year ago
captcha.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
cas.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
consent.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
database.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
emailconfig.py 956e015413 Drop support for delegating email validation, round 2 (#13596) 1 year ago
experimental.py b0a0fb5c97 Implement MSC2659: application service ping endpoint (#15249) 1 year ago
federation.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
homeserver.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
jwt.py 50f0e4028b Allow dependency errors to pass through (#13113) 1 year ago
key.py b7e4bfd005 Fix a bug where Synapse fails to start if a signing key file contains an empty line. (#13738) 1 year ago
logger.py 8e9fc28c6a Reload the pyo3-log config when the Python logging config changes. (#14976) 1 year ago
metrics.py 9af2be192a Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538) 1 year ago
modules.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
oembed.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
oidc.py 630d0aeaf6 Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 1 year ago
password_auth_providers.py 4586119f0b Add missing type hints to config classes. (#12402) 2 years ago
push.py 71f3e53ad0 Add `push.enabled` option to disable push notification calculation (#14551) 1 year ago
ratelimiting.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
redis.py 27a3a72a50 Support for selecting the Redis logical database. (#15034) 1 year ago
registration.py d092e6f32a Support `registration_shared_secret` in a file (#13614) 1 year ago
repository.py 4fc8875876 Refactor media modules. (#15146) 1 year ago
retention.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
room.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
room_directory.py d0c713cc85 Return read-only collections from `@cached` methods (#13755) 1 year ago
saml2.py 50f0e4028b Allow dependency errors to pass through (#13113) 1 year ago
server.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
server_notices.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
spam_checker.py 4586119f0b Add missing type hints to config classes. (#12402) 2 years ago
sso.py b71b41c7bd Fix a typo in docs and in some warnings (#13538) 1 year ago
stats.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
third_party_event_rules.py 4586119f0b Add missing type hints to config classes. (#12402) 2 years ago
tls.py 9bb2eac719 Bump black from 22.12.0 to 23.1.0 (#15103) 1 year ago
tracer.py 50f0e4028b Allow dependency errors to pass through (#13113) 1 year ago
user_directory.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
voip.py 493c2fc44a Remove code generating comments in configuration file (#12941) 1 year ago
workers.py df390a8e67 Refactor `federation_sender` and `pusher` configuration loading. (#14496) 1 year ago