summary refs log tree commit diff
path: root/synapse/third_party_rules/access_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-30/+23
* Allow membership events which membership isn't join or invite in restricted r...Brendan Abolivier2019-09-261-1/+9
* Process revocations in _on_membership_or_invite_directBrendan Abolivier2019-09-091-18/+11
* TypoBrendan Abolivier2019-09-061-1/+1
* Only filter on 3PID invite tokensBrendan Abolivier2019-09-061-6/+6
* Merge branch 'dinsic' into babolivier/dinsic-3pid-inviteBrendan Abolivier2019-09-061-0/+48
|\
| * LintBrendan Abolivier2019-09-051-2/+0
| * Forbid changing the name, avatar or topic of a direct roomBrendan Abolivier2019-09-051-0/+50
* | Don't process revoked/redacted events as part of the room's membership infoBrendan Abolivier2019-09-061-2/+2
* | Don't treat 3PID revokation as a new 3PID inviteBrendan Abolivier2019-09-061-7/+19
|/
* Explain rationaleBrendan Abolivier2019-08-011-0/+4
* Incorporate reviewBrendan Abolivier2019-07-301-15/+13
* Merge ifsBrendan Abolivier2019-07-251-5/+4
* DocBrendan Abolivier2019-07-251-2/+14
* Only check the join rule on room creation if an access rule is also providedBrendan Abolivier2019-07-251-12/+12
* Implement restrictions on new eventsBrendan Abolivier2019-07-241-1/+40
* Implement restriction on public room creationBrendan Abolivier2019-07-241-11/+30
* 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 m.room....Brendan Abolivier2019-07-171-1/+7
* Merge branch 'babolivier/power-levels' of github.com:matrix-org/synapse into ...Brendan Abolivier2019-07-031-0/+1
|\
| * Update synapse/third_party_rules/access_rules.pyBrendan Abolivier2019-07-031-0/+1
* | 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
* 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-171-0/+248