libQuotient
libQuotient copied to clipboard
A Qt library to write cross-platform clients for Matrix
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...
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...
This is legacy behavior that element android apparently uses
**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....
**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...
Draft while untested
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...
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...
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...