Tobias Fella

Results 14 issues of Tobias Fella

As described in #781 Roughly: - Turn Connection into a type that only exists in an initiated state (from the API user's perspective, at least) - To do this, pull...

# Problem Currently, handling connections in libquotient-based clients is complicated. To log in a client, the flow is roughly: - Create a `Connection` object - run `Connection::resolveServer(mxId)` to get the...

enhancement

Improves startup time, general UX, allows for client-side message search in the future, ... While increasing requiring more storage on the client, of course. There are some TODOs left in...

enhancement

When storing keys in the database, libQuotient sometimes uses QByteArray and sometimes QString, depending on the type the variable has in the C++ code. When trying to load a key...

enhancement