| Commit message (Expand) | Author | Age | Files | Lines |
* | Block clients from sending server ACLs that lock the local server out. (#8708) | Erik Johnston | 2020-11-03 | 1 | -9/+18 |
* | Make sure a retention policy is a state event (#8527) | Brendan Abolivier | 2020-10-14 | 1 | -0/+3 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 2020-08-24 | 1 | -56/+3 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -7/+5 |
* | Strictly enforce canonicaljson requirements in a new room version (#7381) | Patrick Cloke | 2020-05-14 | 1 | -0/+7 |
* | Implement per-room message retention policies | Brendan Abolivier | 2019-11-04 | 1 | -3/+97 |
* | Merge pull request #5805 from matrix-org/erikj/validate_state | Erik Johnston | 2019-08-01 | 1 | -2/+9 |
|\ |
|
| * | Validate well-known state events are state events. | Erik Johnston | 2019-07-31 | 1 | -2/+9 |
* | | Fix spelling. | Erik Johnston | 2019-08-01 | 1 | -1/+3 |
|/ |
|
* | Don't allow clients to send tombstones that reference the same room | Erik Johnston | 2019-07-31 | 1 | -0/+7 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -14/+7 |
* | Do checks on aliases for incoming m.room.aliases events (#5128) | Brendan Abolivier | 2019-05-08 | 1 | -2/+13 |
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -1/+2 |
* | Don't assert an event must have an event ID | Erik Johnston | 2019-01-29 | 1 | -2/+3 |
* | Remove duplicate checks | Erik Johnston | 2019-01-29 | 1 | -14/+0 |
* | Fix up error messages | Erik Johnston | 2019-01-29 | 1 | -2/+2 |
* | Fold validate into validate_new | Erik Johnston | 2019-01-29 | 1 | -16/+11 |
* | Split up event validation between event and builder | Erik Johnston | 2019-01-28 | 1 | -20/+53 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+4 |
* | Replace some more comparisons with six | Adrian Tschira | 2018-05-19 | 1 | -2/+4 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Validate message, topic and name event contents | Erik Johnston | 2014-12-12 | 1 | -0/+21 |
* | Add some basic event validation | Erik Johnston | 2014-12-10 | 1 | -8/+21 |
* | Add PEP8 newlines | Erik Johnston | 2014-12-09 | 1 | -1/+1 |
* | WIP for new way of managing events. | Erik Johnston | 2014-12-03 | 1 | -0/+58 |