Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 2022-05-07 | 1 | -2/+39 |
| | |||||
* | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 1 | -1/+4 |
| | | | | This ensures that the `latest_event` field of the bundled aggregation for threads uses the same format as the other events in the response. | ||||
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -8/+8 |
| | |||||
* | Strip "join_authorised_via_users_server" from join events which do not need ↵ | Patrick Cloke | 2021-09-30 | 1 | -3/+4 |
| | | | | | | | it. (#10933) This fixes a "Event not signed by authorising server" error when transition room member from join -> join, e.g. when updating a display name or avatar URL for restricted rooms. | ||||
* | Support MSC3375: room version 9. (#10747) | Patrick Cloke | 2021-09-03 | 1 | -1/+45 |
| | |||||
* | Support MSC3289: Room version 8 (#10449) | Patrick Cloke | 2021-08-09 | 1 | -1/+1 |
| | | | This adds support for MSC3289: room version 8. This is room version 7 + MSC3083. | ||||
* | Restricted rooms (MSC3083) should not have their allow key redacted. (#10489) | Patrick Cloke | 2021-07-28 | 1 | -0/+43 |
| | |||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Implement MSC2176: Updated redaction rules (#8984) | Patrick Cloke | 2021-01-05 | 1 | -21/+164 |
| | | | | An experimental room version ("org.matrix.msc2176") contains the new redaction rules for testing. | ||||
* | Implement room version 6 (MSC2240). (#7506) | Patrick Cloke | 2020-05-15 | 1 | -1/+1 |
| | |||||
* | Remove special auth and redaction rules for aliases events in experimental ↵ | Patrick Cloke | 2020-03-09 | 1 | -2/+33 |
| | | | | room ver. (#7037) | ||||
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -4/+5 |
| | | | | | | | ... and use it in places where it's trivial to do so. This will make it easier to pass room versions into the FrozenEvent constructors. | ||||
* | Factor out a `copy_power_levels_contents` method | Richard van der Hoff | 2020-01-29 | 1 | -2/+43 |
| | | | | I'm going to need another copy (hah!) of this. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -47/+47 |
| | |||||
* | Fix a number of flake8 errors | Richard van der Hoff | 2018-10-24 | 1 | -2/+2 |
| | | | | | | | | | | | | Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there. | ||||
* | Run black. | black | 2018-08-10 | 1 | -98/+37 |
| | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | Optimise state resolution | Erik Johnston | 2017-01-17 | 1 | -1/+21 |
| | |||||
* | Review comments | Kegan Dougal | 2016-11-22 | 1 | -10/+2 |
| | |||||
* | More tests | Kegan Dougal | 2016-11-22 | 1 | -1/+56 |
| | |||||
* | Add remaining tests | Kegan Dougal | 2016-11-21 | 1 | -4/+70 |
| | |||||
* | Start adding some tests | Kegan Dougal | 2016-11-21 | 1 | -3/+37 |
| | |||||
* | Move event_fields filtering to serialize_event | Kegan Dougal | 2016-11-21 | 1 | -0/+21 |
| | | | | Also make it an inclusive not exclusive filter, as the spec demands. | ||||
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -0/+1 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Add some unit tests of prune_events() | Paul "LeoNerd" Evans | 2015-10-16 | 1 | -0/+115 |