summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2019-01-29Fixup calls to `comput_event_signature`Erik Johnston2-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-29Make linearizer more quiet (#4507)Amber Brown2-5/+6
2019-01-29Remove duplicate checksErik Johnston1-14/+0
2019-01-29Fix up error messagesErik Johnston1-2/+2
2019-01-29Fold validate into validate_newErik Johnston1-16/+11
2019-01-29Fix receiving events from federation via a workerErik Johnston1-1/+1
This bug was introduced in PR #4470, commit 678a92cb56d547dcadffa723e29b4855a27d0901
2019-01-29Fix typo in upserts code (#4505)Amber Brown2-1/+2
* fix obvious problem :| * changelog
2019-01-29Use SimpleResolverComplexifier in tests (#4497)Richard van der Hoff3-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-28Correctly use default room version if none is setErik Johnston1-2/+2
2019-01-28Fix worker TLS (#4492)Amber Brown8-48/+49