- Jan 24, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Neil Johnson authored
Neilj/fix threepid auth check
-
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
-
-
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
-
Neil Johnson authored
-
Neil Johnson authored
-
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
-