libQuotient icon indicating copy to clipboard operation
libQuotient copied to clipboard

A Qt library to write cross-platform clients for Matrix

Results 119 libQuotient issues
Sort by recently updated
recently updated
newest added

The parts involved are roughly - When receiving device updates: - Master Key: Check for validity and save - Self Signing Key: Check for validity and signature, then save -...

enhancement

NAM doesn't know anything about access tokens and converts `mxc` URLs into unauthenticated Matrix requests - failing on media servers that enforce authenticated access.

bug/fix

CI status for libQuotient is downright useless because of one test sporadically failing, most likely due to ~~429 Too Many Requests~~ "Internal server error" returned to `Quotient::NAM` that doesn't know...

bug/fix

Fixes #713 This is mostly just extracting the code from `Room::Private::addNewMessageEvents` in order to be able to reuse it in `Room::Private::addHistoricalMessageEvents`. Note that there is one change: the range of...

I'm a happy user of Neochat and a regular reader of the Matrix Weekly Newsletter. Nearly in every Newsletter some changes in the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk) are mentioned since it serves as...

enhancement

This adds an optional key to ImageContent, for displaying a blurhash on the client before an image is loaded. Example consumer in Neochat: https://invent.kde.org/network/neochat/-/merge_requests/1151

enhancement

Happens both in NeoChat and Quaternion. When a message is edited (no matter by whom and in which client), the edit shows up fine in libQuotient based clients if it...

enhancement

Things brings networkError on parity with requestFailed(), which is emitted for every job that goes through callApi()

enhancement