summary refs log tree commit diff
path: root/synapse/rulecheck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DINSIC] Block internal users from inviting external users to a public room ↵Andrew Morgan2019-04-161-1/+14
| | | | | | (#5061) Co-Authored-By: babolivier <contact@brendanabolivier.com>
* Fix commentsErik Johnston2019-03-211-1/+3
|
* Add 3PID invite support to spam checkerErik Johnston2019-03-211-2/+8
|
* Correctly handle 3PID invites in create room spam checkErik Johnston2019-03-211-2/+14
| | | | We also add an option to outright deny third party invites
* Add rules to DomainRuleCheckerErik Johnston2019-03-181-2/+35
|
* Add user_may_join_room spam checkErik Johnston2019-03-181-0/+5
|
* Add invite_list and cloning param to create room ruleErik Johnston2019-03-181-2/+3
|
* Update with documentation suggestionsMichael Kaye2018-05-181-5/+26
|
* Address PR feedbackMichael Kaye2018-05-111-18/+17
| | | | | - add code and test to handle configuration of an empty array - move docstrings around and update class level documentation
* pep8 style fixesMichael Kaye2018-05-091-0/+2
|
* Generic "are users in domain X allowed to invite users in domain Y" logicMichael Kaye2018-05-092-0/+78