- Jan 29, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Co-Authored-By:
erikjohnston <erikj@jki.re>
-
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
Implement fallback for V2 invite API
-
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
-
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
-
Erik Johnston authored
-
Erik Johnston authored
The validator was being run on the EventBuilder objects, and so the validator only checked a subset of fields. With the upcoming EventBuilder refactor even fewer fields will be there to validate. To get around this we split the validation into those that can be run against an EventBuilder and those run against a fully fledged event.
-
Erik Johnston authored
-
Erik Johnston authored
This is in preparation for making EventBuilder format agnostic, which means event signing should be done against the event dict rather than the EventBuilder object.
-
Amber Brown authored
-
Andrew Morgan authored
Migrate direct message and tag state on room upgrade
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Aaron Raimist authored
* Remove --process-dependency-links from UPGRADE.rst Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Richard van der Hoff authored
Refactoring in MatrixFederationAgent
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We don't want to be doing .well-known lookups on these guys.
-