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

enhancement
help wanted
good first issue

Missing: - [ ] join_rule - [x] ~~create~~ (@KitsuneRal: tracked in #234) - [x] ~~power_levels~~ (@KitsuneRal: tracked in #276) - [ ] guest_access _(added by @KitsuneRal)_ Creation of Events would...

enhancement

A similar change has been proposed in #270 but it hardcoded the directory name. Meanwhile the general need for such default is still around at least on Linux. And distributions...

building/packaging

`Room::downloadFile()` co-sits as a method for downloading and for caching. If the target path is not supplied, it downloads to `$TMP`. This is not quite correct: downloading may have its...

To onboard the library users, let alone developers, a high-level design becomes indispensable. The code base is already hefty enough and it's quite challenging to figure out its organisation without...

documentation

In case of the failed previous transfer, it doesn't connect to completion signals, leaving a dangling pending event - or so it seems from the code.

bug/fix

It is very non-trivial for clients to find out who invited the local user to the room.

enhancement

This is necessary to enable cases such as: resolving an event permalink (a part of #252); fixing #232; dropping parts of timeline to save memory; and others. One way to...

enhancement

Somebody's stolen the returned value from it.

bug