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

Pre-check: - [ ] There are no pending issues in the Roadmap for this release (if there are, move them away or close them) - [ ] The repo is...

release

One most easily reproduced case is a freshly created room: all events have just come with the sync but in order to know for sure the library has to call...

bug/fix

This is legacy behavior that element android apparently uses

enhancement
E2EE

add joinrule, code from neochat

enhancement

**Describe the bug** Version 0.8 decouples `Connection` from `AccountRegistry`, with clients having to add `Connection` objects to their registry instance instead. However, before successful authentication `Connection::userId()` returns an empty value....

bug/fix

**Describe the bug** Quaterion suddenly crashed on me, and on subsequent attempts to restart it, it always crashes. Immediately preceeding the crash is the message: ``` Trying to add the...

crash

1. Receive an encrypted event from an unknown sender 2. Store it as pending while waiting for the device keys 3. Client (randomly) crashes or closes normally 4. Client starts...

bug/fix
E2EE

1. A invites B to a room and sends a message 2. (in some situations) B will receive the to-device message with the key before receiving the invitation to the...

bug/fix
E2EE

As reported in the NeoChat room, an invalid (in that particular case, empty) pickling key in the keychain causes the library to fail an assertion, with the client code having...

enhancement
crash