- Jan 22, 2019
-
-
Amber Brown authored
* remove dh_params and set better cipher string
-
- Jan 21, 2019
-
-
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
-
Erik Johnston authored
Update Dependencies
-
Andrej Shadura authored
Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
Since 0.13.0, pymacaroons works correctly with pynacl, so there isn’t any more reason to depend on an outdated pynacl fork. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
Andrej Shadura authored
The package msgpack-python has been deprecated. Signed-off-by:
Andrej Shadura <andrew.shadura@collabora.co.uk>
-
- Jan 15, 2019
-
-
Erik Johnston authored
ALL_USER_TYPES should be a tuple
-
Neil Johnson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 12, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc). The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order). Option 1: replace "+" with something that sorts after +. Options are "-" (but dpkg-source complains about that) or "." (but that would mean we couldn't distinguish packaging-only changes from real changes). Option 2: stick with + and just find something that sorts after 'xenial'. The only options there are "-", "." (same problems as before), "z", and "+". Hence, ++1. Sorry.
-
Richard van der Hoff authored
Rewrite this in python so that it can be run in parallel.
-
- Jan 11, 2019
-
-
Richard van der Hoff authored
* Remove non-functional python3.6 in travis env * changelog
-
Amber Brown authored
-
Richard van der Hoff authored
Otherwise people can't upgrade from matrix-synapse without removing it first
-
- Jan 10, 2019
-
-
Amber Brown authored
-
Amber Brown authored
-
Amber Brown authored
-
Richard van der Hoff authored
Update README to use new virtualenv (#4328)
-
Amber Brown authored
-
Amber Brown authored
Fix spontaneous logout
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fixes #4371
-
Richard van der Hoff authored
This is already fixed in 0.34.1, by 59f93bb This reverts commit efc522c5.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-