aboutsummaryrefslogtreecommitdiff
path: root/connection.cpp
AgeCommit message (Expand)Author
2017-10-19Introduce device_id and initial_device_name support; switch to generated Logi...Kitsune Ral
2017-10-15Connection::forgetRoom(): Minor fixesKitsune Ral
2017-10-14LogoutJob is supplied by generated codeKitsune Ral
2017-10-14Connection::forgetRoom()Kitsune Ral
2017-10-14Cleanup around Room (potentially breaks API compatibility, beware)Kitsune Ral
2017-09-21Merge branch 'master' into kitsune-invite-kickKitsune Ral
2017-09-19Merge branch 'master' into cache-state-to-jsonKitsune Ral
2017-09-19Connection::cacheState property, load/saveState() tweaks and fixesKitsune Ral
2017-09-16provideRoom: Added invitedRoom() signal; fixed issues with some transitionsKitsune Ral
2017-09-16Better API for clients to catch up on room list changesKitsune Ral
2017-09-09Kicking, inviting, exposing rooms in Invite stateKitsune Ral
2017-09-08Connection: Room and User factories are std::functions nowKitsune Ral
2017-09-04Use move on SyncDataRoman Plášil
2017-09-04Use SyncJob::SyncData as a plain memberRoman Plášil
2017-09-03More fixesRoman Plášil
2017-09-01Add Connection::leftRoom signalJosip Delic
2017-09-02Use status return type for parseJsonRoman Plášil
2017-08-27Remove saveStateFile property and just use an argument.Roman Plášil
2017-08-27Use QJsonObject.insert and QStringLiteralRoman Plášil
2017-08-23Use QUrl for state save file, create directory if it doesn't existRoman Plášil
2017-08-18Fix compilation for Qt 5.2.1Roman Plášil
2017-08-16Implement saving save to enable incremental sync even after shutdownRoman Plášil
2017-08-16WIP saving intermediate state to JSONRoman Plášil
2017-06-27Enable sending RoomMessageEventsKitsune Ral
2017-06-22Connection is now able to generate transaction idsKitsune Ral
2017-05-22Refactored EventsKitsune Ral
2017-05-13More code cleanup and tweaks; fine-tuning logs; performance improvementsKitsune Ral
2017-05-09LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro...Kitsune Ral
2017-05-09Code cleanup and tweaking (partially driven by clang-tidy)Kitsune Ral
2017-04-30Port to categorized loggingElvis Angelaccio
2017-03-25Split connectionError into networkError and syncErrorKitsune Ral
2017-03-25Stop sync upon successful logoutKitsune Ral
2017-03-25Jobs retry on network and timeout errorsKitsune Ral
2017-03-24Connection::joinRoom now returns a job object pointerKitsune Ral
2017-03-08Connection::callApi<>, a factory for all API call jobsKitsune Ral
2016-10-31Code cleanup upon inspection in CLionKitsune Ral
2016-10-17Changed the order of arguments in SyncJob::SyncJob()Kitsune Ral
2016-10-15BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...Kitsune Ral
2016-10-14MediaThumbnailJob: Use QSize instead of two separate int's for sizeKitsune Ral
2016-10-07Fixed massive leaks of Event objectsKitsune Ral
2016-09-15Connection: Don't return SyncJob* from sync()Kitsune Ral
2016-09-15Replace an array of room deconstruction log lines with a single connection de...Kitsune Ral
2016-09-11Make sure syncJob pointer is null upon abandoningKitsune Ral
2016-09-08Connection: Fixed an unguarded usage of d->syncJob pointerKitsune Ral
2016-09-07More dead code removalKitsune Ral
2016-09-06Remember the current SyncJob and allow to explicitly abandon itKitsune Ral
2016-09-06Cleanup after moving ConnectionPrivate::provideRoom()Kitsune Ral
2016-09-06Connection: homeserver(); Connection and ConnectionData: accessToken(); acces...Kitsune Ral
2016-08-31Dismiss ConnectionPrivate, long live Connection::PrivateKitsune Ral
2016-08-22Replaced QList<> with QVector<> where appropriate + minor code cleanupKitsune Ral