- Jan 25, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
Require event format version to parse or create events
-
- Jan 24, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
Add room_version param to get_pdu
-
Erik Johnston authored
Store rejected remote invite events as outliers
-
Erik Johnston authored
Add support for persisting event format versions
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Andrew Morgan authored
Add a 60s timeout to filtered room directory queries
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
MatrixFederationAgent: Look up the right SRV record
-
Richard van der Hoff authored
Rather than hardcoding a config which we always forget to update, generate it from the default config.
-
Richard van der Hoff authored
This could cause exceptions if the id server returned 4xx responses.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Neil Johnson authored
Neilj/fix threepid auth check
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Neil Johnson authored
Clarify docs for public_baseurl
-
Amber Brown authored
-
Erik Johnston authored
-
David Baker authored
-
David Baker authored
This is leading to problems with people upgrading to clients that support MSC1730 because people have this misconfigured, so try to make the docs completely unambiguous.
-
Amber Brown authored
-
Richard van der Hoff authored
The problem here is that we have cut-and-pasted an impl from Twisted, and then failed to maintain it. It was fixed in Twisted in https://github.com/twisted/twisted/pull/1047/files; let's do the same here.
-
Erik Johnston authored
-
- Jan 23, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Merge branch 'erikj/fixup_rejecting_invites' of github.com:matrix-org/synapse into erikj/require_format_version
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Currently they're stored as non-outliers even though the server isn't in the room, which can be problematic in places where the code assumes it has the state for all non outlier events. In particular, there is an edge case where persisting the leave event triggers a state resolution, which requires looking up the room version from state. Since the server doesn't have the state, this causes an exception to be thrown.
-
Erik Johnston authored
-
Erik Johnston authored
-