libQuotient
libQuotient copied to clipboard
A Qt library to write cross-platform clients for Matrix
As described in the respective [CS API section](https://matrix.org/speculator/spec/HEAD/client_server/unstable.html#recommendations-when-sending-messages).
So that they could be used to sort rooms
...or some other code coverage tool to better understand how much `qmc-example` actually tests.
CMake has a good trick to simplify exporting symbols on Windows, although only from CMake 3.4: https://blog.kitware.com/create-dlls-on-windows-without-declspec-using-new-cmake-export-all-feature/ - and all that of course depends on general work being done in...
Once a highlight is indicated by the server, there's no other way but to visually scout through the backlog for keywords. Things to implement: - [ ] Enable loading the...
The upcoming room creation dialog in Quaternion needs a model for users to invite. A standard model filled with user names would do as a first shot but for better...
There's no way to get a list of left rooms, as of now; `Connection::roomMap()` filters them out (for a good reason) and there's no other way to get either the...
This is to support a case of many configuration options that can be set globally and then overridden on a per-connection, per-room, per-user basis - e.g., QMatrixClient/Quaternion#249.
As of now, all network requests try to reach the server independently. This leads to suboptimal operation when the server is unreachable - all jobs retry on their own, some...