- Jan 24, 2019
-
-
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
-
-
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
-
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).
-
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
-
Erik Johnston authored
Fix bug when removing duplicate rows from user_ips
-
Erik Johnston authored
-
Neil Johnson authored
Config option to disable requesting MSISDN on registration
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This was caused by accidentally overwritting a `last_seen` variable in a for loop, causing the wrong value to be written to the progress table. The result of which was that we didn't scan sections of the table when searching for duplicates, and so some duplicates did not get deleted.
-
Richard van der Hoff authored
All this magic is redundant.
-
Richard van der Hoff authored
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Jan 21, 2019
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Erik Johnston authored
Implement server side of MSC1794 - Federation v2 Invite API
-
Erik Johnston authored
-
Erik Johnston authored
Add groundwork for new versions of federation APIs
-
Andrew Morgan authored
* Migrate encryption state on room upgrade Signed-off-by:
Andrew Morgan <andrew@amorgan.xyz> * Add changelog file
-
- Jan 18, 2019
-
-
Erik Johnston authored
* Fix race when persisting create event When persisting a chunk of DAG it is sometimes requried to do a state resolution, which requires knowledge of the room version. If this happens while we're persisting the create event then we need to use that event rather than attempting to look it up in the database.
-
Erik Johnston authored
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status?
-
Richard van der Hoff authored
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business.
-
- Jan 17, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Just got very confused about the fact that the headers are only an output, not an input.
-
- Jan 16, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-