| Commit message (Collapse) | Author | Files | Lines |
|
|
|
* 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?
|
|
* 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.
|
|
|
|
Just got very confused about the fact that the headers are only an output, not
an input.
|
|
|