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
Patrick Cloke 71cccf1593
Additional configuration options for auto-join rooms (#7763)
4 years ago
..
__init__.py Let synctl use a config directory. (#5904) 5 years ago
__main__.py Fix synapse.config.__main__ on python 3 (#4356) 6 years ago
_base.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
_base.pyi Implement OpenID Connect-based login (#7256) 5 years ago
api.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
appservice.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
cache.py Take out a lock before modifying _CACHES (#7663) 5 years ago
captcha.py Fix some DETECTED VIOLATIONS in the config file (#7550) 5 years ago
cas.py cas: support setting display name (#6114) 5 years ago
consent_config.py Add config linting script that checks for bool casing (#6203) 5 years ago
database.py Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 5 years ago
emailconfig.py Fix some DETECTED VIOLATIONS in the config file (#7550) 5 years ago
groups.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
homeserver.py Add option to enable encryption by default for new rooms (#7639) 5 years ago
jwt_config.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
key.py Fix some DETECTED VIOLATIONS in the config file (#7550) 5 years ago
logger.py Add option to move event persistence off master (#7517) 5 years ago
metrics.py Fix some DETECTED VIOLATIONS in the config file (#7550) 5 years ago
oidc_config.py fix broken link in sample config (#7712) 5 years ago
password.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 5 years ago
password_auth_providers.py Add documentation to password_providers config option (#7238) 5 years ago
push.py Clarify the `account_validity` and `email` sections of the sample configuration. (#6685) 5 years ago
ratelimiting.py Performance improvements and refactor of Ratelimiter (#7595) 5 years ago
redis.py Drop support for redis.dbid (#7450) 5 years ago
registration.py Additional configuration options for auto-join rooms (#7763) 4 years ago
repository.py Support running multiple media repos. (#7706) 5 years ago
room.py Add option to enable encryption by default for new rooms (#7639) 5 years ago
room_directory.py Clean up newline quote marks around the codebase (#6362) 5 years ago
saml2_config.py Increase the default SAML session expirary time to 15 minutes. (#7664) 5 years ago
server.py Create a ListenerConfig object (#7681) 5 years ago
server_notices_config.py Fix copypasted comment (#7477) 5 years ago
spam_checker.py Extend spam checker to allow for multiple modules (#7435) 5 years ago
sso.py Cleanups to the OpenID Connect integration (#7628) 5 years ago
stats.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
third_party_event_rules.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
tls.py Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
tracer.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
user_directory.py Refactor HomeserverConfig so it can be typechecked (#6137) 5 years ago
voip.py Add config linting script that checks for bool casing (#6203) 5 years ago
workers.py Create a ListenerConfig object (#7681) 5 years ago