Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-22 | Kill off matrix_federation_endpoint | Richard van der Hoff | 2 | -145/+0 | |
this thing is now redundant. | |||||
2019-01-22 | Make MatrixFederationClient use MatrixFederationAgent | Richard van der Hoff | 2 | -27/+106 | |
... instead of the matrix_federation_endpoint | |||||
2019-01-22 | MatrixFederationAgent | Richard van der Hoff | 2 | -0/+147 | |
Pull the magic that is currently in matrix_federation_endpoint and friends into an agent-like thing | |||||
2019-01-22 | Make key fetches use regular federation client (#4426) | Richard van der Hoff | 3 | -172/+8 | |
All this magic is redundant. | |||||
2019-01-22 | Refactor and bugfix for resove_service (#4427) | Richard van der Hoff | 6 | -86/+250 | |
2019-01-22 | Require ECDH key exchange & remove dh_params (#4429) | Amber Brown | 8 | -57/+6 | |
* remove dh_params and set better cipher string | |||||
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 | |
* |