Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -2/+6 |
| | |||||
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -5/+5 |
| | | | | Collect all the things that make room-versions different to one another into one place, so that it's easier to define new room versions. | ||||
* | Pass through room version to event auth | Erik Johnston | 2019-01-25 | 1 | -2/+11 |
| | |||||
* | Run black. | black | 2018-08-10 | 1 | -53/+45 |
| | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+2 |
| | |||||
* | remove spurious debug | Richard van der Hoff | 2018-06-14 | 1 | -2/+0 |
| | |||||
* | Make default state_default 50 | Richard van der Hoff | 2018-06-14 | 1 | -0/+153 |
Make it so that, before there is a power-levels event in the room, you need a power level of at least 50 to send state. Partially addresses https://github.com/matrix-org/matrix-doc/issues/1192 |