Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-21 | Config option to disable requesting MSISDN on registration | Neil Johnson | 3 | -11/+13 | |
2019-01-21 | Migrate encryption state on room upgrade (#4411) | Andrew Morgan | 3 | -0/+3 | |
* Migrate encryption state on room upgrade Signed-off-by: Andrew Morgan <andrew@amorgan.xyz> * Add changelog file | |||||
2019-01-18 | Fix race when persisting create event (#4404) | Erik Johnston | 2 | -1/+13 | |
* 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. | |||||
2019-01-18 | Tweak code coverage settings (#4400) | Erik Johnston | 3 | -0/+17 | |
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status? | |||||
2019-01-18 | Remove redundant WrappedConnection (#4409) | Richard van der Hoff | 4 | -93/+67 | |
* 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. | |||||
2019-01-17 | Fix incorrect logcontexts after a Deferred was cancelled (#4407) | Richard van der Hoff | 4 | -3/+117 | |
2019-01-17 | sign_request -> build_auth_headers (#4408) | Richard van der Hoff | 3 | -15/+18 | |
Just got very confused about the fact that the headers are only an output, not an input. | |||||
2019-01-16 | Changing macaroon_secret_key no longer logs you out (#4387) | Richard van der Hoff | 2 | -3/+1 | |
2019-01-16 | don't store more remote device lists if they have more than 1K devices (#4397) | Richard van der Hoff | 2 | -0/ |