MatrixSynapse/synapse/config
Richard van der Hoff a5e2941aad Reject attempts to send event before privacy consent is given
Returns an M_CONSENT_NOT_GIVEN error (cf
https://github.com/matrix-org/matrix-doc/issues/1252) if consent is not yet
given.
2018-05-22 12:00:47 +01:00
..
__init__.py ConsentResource to gather policy consent from users 2018-05-15 15:11:59 +01:00
__main__.py
_base.py Open config file in non-bytes mode 2018-04-10 17:32:40 +02:00
api.py
appservice.py Use six.moves.urlparse 2018-04-15 21:22:43 +02:00
captcha.py
cas.py
consent_config.py Reject attempts to send event before privacy consent is given 2018-05-22 12:00:47 +01:00
database.py
emailconfig.py
groups.py
homeserver.py Infrastructure for a server notices room 2018-05-17 17:58:25 +01:00
jwt.py
key.py ConsentResource to gather policy consent from users 2018-05-15 15:11:59 +01:00
logger.py open log_config in text mode too 2018-04-28 13:34:13 +02:00
metrics.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
registration.py
repository.py
saml2.py
server.py
server_notices_config.py Replace inline docstrings with "Attributes" in class docstring 2018-05-18 11:00:55 +01:00
spam_checker.py
tls.py Open certificate files as bytes 2018-04-10 17:36:29 +02:00
user_directory.py
voip.py
workers.py