summary refs log tree commit diff
path: root/synapse/third_party_rules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* There's no third_party_signed property in an invite's contentBrendan Abolivier2019-07-171-6/+3
|
* Fix check of the association between a 3PID invite and the subsequent ↵Brendan Abolivier2019-07-171-1/+7
| | | | m.room.member event in the 3rd party rules
* Merge branch 'babolivier/power-levels' of github.com:matrix-org/synapse into ↵Brendan Abolivier2019-07-031-0/+1
|\ | | | | | | babolivier/power-levels
| * Update synapse/third_party_rules/access_rules.pyBrendan Abolivier2019-07-031-0/+1
| | | | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* | Incorporate reviewBrendan Abolivier2019-07-031-6/+10
|/
* Incorporate reviewBrendan Abolivier2019-07-031-8/+12
|
* Change the rule for applying PL restrictionsBrendan Abolivier2019-07-031-3/+7
|
* Default return value for events we're not interested inBrendan Abolivier2019-07-031-0/+2
|
* Refactor part of the access rules moduleBrendan Abolivier2019-07-031-33/+47
| | | | Since we're not processing only membership events and 3PID invites anymore, it's nice to know which function is supposed to process what.
* Implement restrictions for power levelsBrendan Abolivier2019-07-031-0/+57
|
* Don't process 3PIDs in _apply_restrictedBrendan Abolivier2019-06-181-1/+3
|
* LintBrendan Abolivier2019-06-181-1/+0
|
* Incorporate reviewBrendan Abolivier2019-06-181-78/+69
|
* FixesBrendan Abolivier2019-06-181-0/+5
|
* DocstringsBrendan Abolivier2019-06-171-27/+154
|
* Rename into RoomAccessRulesBrendan Abolivier2019-06-172-0/+262