aboutsummaryrefslogtreecommitdiff
path: root/connection.h
AgeCommit message (Expand)Author
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-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-11-14Merge branch 'pragma-once'Kitsune Ral
2016-11-06Use #pragma once everywhereMalte Brandy
2016-10-31Code cleanup upon inspection in CLionKitsune Ral
2016-10-14MediaThumbnailJob: Use QSize instead of two separate int's for sizeKitsune Ral
2016-09-15Connection: Don't return SyncJob* from sync()Kitsune Ral
2016-09-07More dead code removalKitsune Ral
2016-09-06Remember the current SyncJob and allow to explicitly abandon itKitsune Ral
2016-09-06Connection: homeserver(); Connection and ConnectionData: accessToken(); acces...Kitsune Ral
2016-08-31Dismiss ConnectionPrivate, long live Connection::PrivateKitsune Ral
2016-07-22Introduced LogoutJobKitsune Ral
2016-05-27Use nullptrKitsune Ral
2016-04-22Allow login with token.David A Roberts
2016-04-12Resolve Matrix SRV records.David A Roberts
2016-04-07Allow Connections to be used in QML.David A Roberts
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral