| Commit message (Collapse) | Author | Files | Lines |
|
this thing is now redundant.
|
|
... instead of the matrix_federation_endpoint
|
|
Pull the magic that is currently in matrix_federation_endpoint and friends into
an agent-like thing
|
|
All this magic is redundant.
|
|
|
|
* remove dh_params and set better cipher string
|
|
* Migrate encryption state on room upgrade
Signed-off-by: Andrew Morgan <andrew@amorgan.xyz>
* Add changelog file
|
|
* 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.
|
|
* Tweak code coverage settings
* Fix manifest
* Newsfile
* Fix commit status?
|