- Jan 24, 2019
-
-
Erik Johnston authored
Add support for persisting event format versions
-
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
-
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.
-
- Jan 23, 2019
-
-
Erik Johnston authored
-
Andrew Morgan authored
Add metric for user dir current event stream position
-
Richard van der Hoff authored
Move SRV magic into an Agent-like thing
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Erik Johnston authored
-
Richard van der Hoff authored
In the debian package, make the virtualenv symlink python to /usr/bin/python3.X rather than /usr/bin/python3. Also make sure we depend on the right python3.x package. This might help a bit with subtle failures when people install a package from the wrong distro (https://github.com/matrix-org/synapse/issues/4431).
-
Erik Johnston authored
-
Erik Johnston authored
Currently we only have the one event format version defined, but this adds the necessary infrastructure to persist and fetch the format versions alongside the events. We specify the format version rather than the room version as: 1. We don't necessarily know the room version, existing events may be either v1 or v2. 2. We'd need to be careful to prevent/handle correctly if different events in the same room reported to be of different versions, which sounds annoying.
-
Richard van der Hoff authored
-
Erik Johnston authored
* Remove unnecessary ORDER BY clause * Add logging * Newsfile
-
Amber Brown authored
-
- Jan 22, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
this makes it easier to stub things out for tests.
-
Richard van der Hoff authored
it is only ever a bytes now, so let's enforce that.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
this thing is now redundant.
-
Richard van der Hoff authored
... instead of the matrix_federation_endpoint
-
Richard van der Hoff authored
Pull the magic that is currently in matrix_federation_endpoint and friends into an agent-like thing
-
Neil Johnson authored
-