Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-29 | Fixup calls to `comput_event_signature` | Erik Johnston | 2 | -2/+2 | |
We currently pass FrozenEvent instead of `dict` to `compute_event_signature`, which works by accident due to `dict(event)` producing the correct result. This fixes PR #4493 commit 855a151 | |||||
2019-01-29 | Make linearizer more quiet (#4507) | Amber Brown | 2 | -5/+6 | |
2019-01-29 | Remove duplicate checks | Erik Johnston | 1 | -14/+0 | |
2019-01-29 | Fix up error messages | Erik Johnston | 1 | -2/+2 | |
2019-01-29 | Fold validate into validate_new | Erik Johnston | 1 | -16/+11 | |
2019-01-29 | Fix receiving events from federation via a worker | Erik Johnston | 1 | -1/+1 | |
This bug was introduced in PR #4470, commit 678a92cb56d547dcadffa723e29b4855a27d0901 | |||||
2019-01-29 | Fix typo in upserts code (#4505) | Amber Brown | 2 | -1/+2 | |
* fix obvious problem :| * changelog | |||||
2019-01-29 | Use SimpleResolverComplexifier in tests (#4497) | Richard van der Hoff | 3 | -32/+17 | |
two reasons for this. One, it saves a bunch of boilerplate. Two, it squashes unicode to IDNA-in-a-`str` (even on python 3) in a way that it turns out we rely on to give consistent behaviour between python 2 and 3. | |||||
2019-01-28 | Correctly use default room version if none is set | Erik Johnston | 1 | -2/+2 | |
2019-01-28 | Fix worker TLS (#4492) | Amber Brown | 8 | -48/+49 |