- Jan 29, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Implement event format V2
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
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
-
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
-
Erik Johnston authored
We add the constant, but don't add it to the known room versions. This lets us start adding V3 logic, but the servers will never join or create V3 rooms
-
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
-