- Jan 30, 2019
-
-
Richard van der Hoff authored
-
Amber Brown authored
-
Richard van der Hoff authored
Implement workaround for login error.
-
Robert Jacob authored
Signed-off-by:
Robert Jacob <xperimental@solidproject.de>
-
- Jan 29, 2019
-
-
Erik Johnston authored
Enable support for room version 3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Implement rechecking of redactions for room versions v3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Remove usages of event ID's domain
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
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
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
In future version events won't have an event ID, so we won't be able to do this check.
-
Erik Johnston authored
We only process events sent to us from a server if the event ID matches the server, to help guard against federation storms. We replace this with a check against the event origin.
-
Erik Johnston authored
The transaction queue only sends out events that we generate. This was done by checking domain of event ID, but that can no longer be used. Instead, we may as well use the sender field.
-
Richard van der Hoff authored
-
Erik Johnston authored
The event ID is changing, so we can no longer get the domain from it. On the other hand, the check is unnecessary.
-
Erik Johnston authored
Since newer versions of events don't have the same format for event ID.
-
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
-