Age | Commit message (Expand) | Author |
2018-03-01 | Connection::tagNames() | Kitsune Ral |
2018-02-26 | Room and Connection: support room tags | Kitsune Ral |
2018-02-01 | Move forgetRoom over to slots #166 | Roman Plášil |
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-14 | Connection: files up/downloading support | Kitsune Ral |
2018-01-14 | Connection::getThumbnail: Add an overload for QString | Kitsune Ral |
2017-12-29 | Use std::unique_ptr instead of bare pointers; cleanup stale declarations | Kitsune Ral |
2017-12-25 | Connection: change the attempt number propagated from BaseJob | Kitsune Ral |
2017-12-20 | Connection::accessToken - return QByteArray instead of QString | Kitsune Ral |
2017-12-07 | Connection: no more default to matrix.org; update HS URL from /login response | Kitsune Ral |
2017-12-07 | Connection: undeprecate joinRoom() | Kitsune Ral |
2017-11-26 | Make connectToServer/connectWithToken auto-resolve HS if needed | Kitsune Ral |
2017-11-26 | Deprecated resolved(); grouped signals from the same operations | Kitsune Ral |
2017-11-25 | Make Connection::resolveServer() work as it should | Kitsune Ral |
2017-11-22 | Undeprecated Connection::getThumbnail(), moved Q_INVOKABLE calls to slots | Kitsune Ral |
2017-11-02 | Document room transitions in .h instead of .cpp | Kitsune Ral |
2017-10-31 | Fix Connection::deviceId(): Q_INVOKABLE is incompatible with references | Kitsune Ral |
2017-10-19 | Introduce device_id and initial_device_name support; switch to generated Logi... | Kitsune Ral |
2017-10-15 | Connection::forgetRoom(): Minor fixes | Kitsune Ral |
2017-10-14 | Connection::forgetRoom() | Kitsune Ral |
2017-10-13 | Pass universal references in Connection::callApi<>; fixed a typo in util.h | Kitsune Ral |
2017-10-13 | All jobs: Drop ConnectionData parameter from the constructor | Kitsune Ral |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-19 | Merge branch 'master' into cache-state-to-json | Kitsune Ral |
2017-09-19 | Connection::cacheState property, load/saveState() tweaks and fixes | Kitsune Ral |
2017-09-19 | Connection: More deprecations; documented callApi<>() | Kitsune Ral |
2017-09-16 | provideRoom: Added invitedRoom() signal; fixed issues with some transitions | Kitsune Ral |
2017-09-16 | Better API for clients to catch up on room list changes | Kitsune Ral |
2017-09-09 | Kicking, inviting, exposing rooms in Invite state | Kitsune Ral |
2017-09-08 | Connection: Room and User factories are std::functions now | Kitsune Ral |
2017-09-04 | Use move on SyncData | Roman Plášil |
2017-09-01 | Add Connection::leftRoom signal | Josip Delic |
2017-08-27 | Remove saveStateFile property and just use an argument. | Roman Plášil |
2017-08-23 | Use QUrl for state save file, create directory if it doesn't exist | Roman Plášil |
2017-08-18 | Fix compilation for Qt 5.2.1 | Roman Plášil |
2017-08-16 | Implement saving save to enable incremental sync even after shutdown | Roman Plášil |
2017-08-16 | WIP saving intermediate state to JSON | Roman Plášil |
2017-06-22 | Connection is now able to generate transaction ids | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-09 | Returned Connection::disconnectFromServer() for back-compatibility | Kitsune Ral |
2017-05-09 | LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro... | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-03-25 | Split connectionError into networkError and syncError | Kitsune Ral |
2017-03-25 | Stop sync upon successful logout | Kitsune Ral |
2017-03-25 | Jobs retry on network and timeout errors | Kitsune Ral |
2017-03-24 | Connection::joinRoom now returns a job object pointer | Kitsune Ral |