Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-18 | Make AccessRules use the public rooms directory instead of checking a room's ↵ | Andrew Morgan | 10 | -116/+579 | |
join rules on rule change (#63) This PR switches several conditions regarding room access rules to check against the status of the room's inclusion in the public room list instead of its join rules. The code includes a snapshot of https://github.com/matrix-org/synapse/pull/8292, which will likely change in time and need merging in again. | |||||
2020-09-11 | Override the power levels defaults, enforce mod re |