- Jan 29, 2019
-
-
Erik Johnston authored
Implement event format V2
-
Andrew Morgan authored
Check consent dir path on startup
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Travis Ralston authored
Don't recommend :8448 to people on public_baseurl
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Amber Brown authored
-
Erik Johnston authored
Refactor event building into EventBuilder
-
Richard van der Hoff authored
-
Erik Johnston authored
Fixup calls to `comput_event_signature`
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
I got fed up with always adding '@unittest.DEBUG' every time I needed to debug a test.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
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 855a1510
-
Erik Johnston authored
Implement fallback for V2 invite API
-
Erik Johnston authored
-
Erik Johnston authored
`.user_id` is proxed to `.sender` in FrozenEvent, so this has no functional change
-
Erik Johnston authored
-
Erik Johnston authored
This is so that everything is done in one place, making it easier to change the event format based on room version
-
Erik Johnston authored
-
Amber Brown authored
-
Erik Johnston authored
Split up event validation between event and builder
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This bug was introduced in PR #4470, commit 678a92cb
-
Amber Brown authored
* fix obvious problem :| * changelog
-
Erik Johnston authored
Refactor event signing to work on dicts
-
Richard van der Hoff authored
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.
-
- Jan 28, 2019
-
-
Erik Johnston authored
Pass through room version to event auth
-
Travis Ralston authored
-
Travis Ralston authored
-
Erik Johnston authored
-
Erik Johnston authored
If the room version is either 1 or 2 then a server should retry failed `/v2/invite` requests with the v1 API
-
Erik Johnston authored
-
Amber Brown authored
* load cert * changelog * fix
-