summary refs log tree commit diff
path: root/synapse/config/consent_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix default for send_server_notice_to_guestsRichard van der Hoff2018-05-251-1/+1
* Avoid sending consent notice to guest usersRichard van der Hoff2018-05-251-1/+7
* Support for putting %(consent_uri)s in messagesRichard van der Hoff2018-05-231-4/+7
* Reject attempts to send event before privacy consent is givenRichard van der Hoff2018-05-221-0/+10
* Move consent config parsing into ConsentConfigRichard van der Hoff2018-05-221-1/+15
* Send users a server notice about consentRichard van der Hoff2018-05-221-0/+8
* Rename 'version' param on user consent configRichard van der Hoff2018-05-221-4/+6
* ConsentResource to gather policy consent from usersRichard van der Hoff2018-05-151-0/+42