Age | Commit message (Expand) | Author |
2018-03-26 | Connection::directChatUsers() | Kitsune Ral |
2018-03-25 | Minor cleanup | Kitsune Ral |
2018-03-25 | Connection::doInDirectChat() and refactored direct chat requesting logic | Kitsune Ral |
2018-03-25 | Direct chat (un)marking: update internal structure synchronously | Kitsune Ral |
2018-03-26 | Connection::room() and Connection::invitation() | Kitsune Ral |
2018-03-24 | Dealing with direct chats | Kitsune Ral |
2018-03-19 | fix error handling in loadState() | Lewis Rockliffe |
2018-03-05 | Profile-log if saving state has been interrupted by processEvents for long en... | Kitsune Ral |
2018-03-05 | Use constants instead of hardcoded strings | Kitsune Ral |
2018-03-05 | Fix a typo leading to cache never working | Kitsune Ral |
2018-03-04 | Connection: allow to choose between binary and text JSON cache | Kitsune Ral |
2018-03-04 | QCoreApplication::processEvents() is static, doesn't need instance() | Kitsune Ral |
2018-03-03 | Caching: switching to binary JSON format; yield to event loop while making a ... | Kitsune Ral |
2018-03-01 | Connection::tagNames() | Kitsune Ral |
2018-02-28 | Don't resolve the homeserver port from a user MXID | Kitsune Ral |
2018-02-28 | Profiling logs: added µs, less empty profiling log lines | Kitsune Ral |
2018-02-27 | Room: Save tags in the cache; isFavourite() and isLowPriority() | Kitsune Ral |
2018-02-26 | Deal with memory more carefully | Kitsune Ral |
2018-02-26 | Room and Connection: support room tags | Kitsune Ral |
2018-01-31 | Connection::createdRoom() signal | Kitsune Ral |
2018-01-30 | Connection: expose the list of users; use an ordered map | Kitsune Ral |
2018-01-30 | Connection: more Q_PROPERTYs, newUser signal | Kitsune Ral |
2018-01-30 | Connection::createRoom and Connection::createDirectChat | Kitsune Ral |
2018-01-30 | Connection class cleanup | Kitsune Ral |
2018-01-30 | Connection::onSyncSuccess: call processEvents upon each room parsing | Kitsune Ral |
2018-01-25 | Merge branch 'kitsune-better-forget' | Kitsune Ral |
2018-01-25 | Connection: intercept late-coming /sync response on a just forgotten room | Kitsune Ral |
2018-01-25 | Connection::provideRoom: assert no empty ids | Kitsune Ral |
2018-01-25 | Room::toJson: fix invite state caching | Kitsune Ral |
2018-01-25 | Connection::forgetRoom: Support forgetting invites too | Kitsune Ral |
2018-01-24 | Fix dangling references | Kitsune Ral |
2018-01-24 | splitMediaId: fix typos in the assertion failure message | Kitsune Ral |
2018-01-22 | splitMediaId: better assertion failure message | Kitsune Ral |
2018-01-14 | Connection: files up/downloading support | Kitsune Ral |
2018-01-14 | Connection::getThumbnail: Add an overload for QString | Kitsune Ral |
2018-01-09 | Fix an occasional crash when resolving a server name | Kitsune Ral |
2017-12-29 | Use std::unique_ptr instead of bare pointers; cleanup stale declarations | Kitsune Ral |
2017-12-25 | Connection: Be more accurate with lambda captures | Kitsune Ral |
2017-12-21 | Connection::logout: supply receiver to connect(job,...) | Kitsune Ral |
2017-12-20 | Connection::accessToken - return QByteArray instead of QString | Kitsune Ral |
2017-12-19 | Don't use LoginJob::homeServer() anymore | Kitsune Ral |
2017-12-16 | Connection: proactively create a Room object upon joining a room | Kitsune Ral |
2017-12-10 | Use the generated PostReceiptJob; don't compile unused job classes | Kitsune Ral |
2017-12-10 | Log room creation only once | Kitsune Ral |
2017-12-10 | Fix setting the homeserver hostname (not URL) coming from /login | Kitsune Ral |
2017-12-07 | Connection: no more default to matrix.org; update HS URL from /login response | Kitsune Ral |
2017-12-07 | Generated jobs: Apply naming convention to parameters | Kitsune Ral |
2017-11-26 | Make connectToServer/connectWithToken auto-resolve HS if needed | Kitsune Ral |
2017-11-25 | Make Connection::resolveServer() work as it should | Kitsune Ral |
2017-11-22 | Use unique_ptr for connectionData | Kitsune Ral |