libQuotient
libQuotient copied to clipboard
A Qt library to write cross-platform clients for Matrix
Should it be in libQuotient or in Quaternion CI though?..
### File uploading blocks messages A segfault occurs when a message is sent while an attachment is in the process of being uploaded. The message can be sent without a...
A good portion of https://github.com/QMatrixClient/Quaternion/issues/513 (or https://github.com/QMatrixClient/Quaternion/pull/528, for the actual code) can be put to the library, so that clients could make use of it throughout the ecosystem without hitting...
Accumulating the state quickly becomes a problem in case of communities like status.im, where newly registered users are automatically added to a bunch of rooms; as a result, there are...
This will enable a wider set of test cases that may potentially disrupt the public-service server, such as massive creation of users, creation/forgetting of rooms at each test run etc.
As per [the respective spec module](https://matrix.org/docs/spec/client_server/latest#module-guest-access): - [ ] Implement `Connection::registerGuest()`, calling `RegisterJob` with `kind=="guest"` - [ ] Support `m.room.guest_access` events (#36) - [ ] Validate access to the library...
This is 'point of reference' for all troubles concerned with the fact that the library only knows of a single room state - the latest one. We need to make...
As of now, Quotient cannot calculate, e.g., a user's display name as-of a certain event in the past. Due to the lack of this feature Quaternion and all other Quotient-based...