libQuotient
libQuotient copied to clipboard
A Qt library to write cross-platform clients for Matrix
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...
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...
`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...
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.
It is very non-trivial for clients to find out who invited the local user to the room.
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...