index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
connection.h
Age
Commit message (
Expand
)
Author
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
2017-03-08
Connection::callApi<>, a factory for all API call jobs
Kitsune Ral
2016-11-14
Merge branch 'pragma-once'
Kitsune Ral
2016-11-06
Use #pragma once everywhere
Malte Brandy
2016-10-31
Code cleanup upon inspection in CLion
Kitsune Ral
2016-10-14
MediaThumbnailJob: Use QSize instead of two separate int's for size
Kitsune Ral
2016-09-15
Connection: Don't return SyncJob* from sync()
Kitsune Ral
2016-09-07
More dead code removal
Kitsune Ral
2016-09-06
Remember the current SyncJob and allow to explicitly abandon it
Kitsune Ral
2016-09-06
Connection: homeserver(); Connection and ConnectionData: accessToken(); acces...
Kitsune Ral
2016-08-31
Dismiss ConnectionPrivate, long live Connection::Private
Kitsune Ral
2016-07-22
Introduced LogoutJob
Kitsune Ral
2016-05-27
Use nullptr
Kitsune Ral
2016-04-22
Allow login with token.
David A Roberts
2016-04-12
Resolve Matrix SRV records.
David A Roberts
2016-04-07
Allow Connections to be used in QML.
David A Roberts
2016-04-05
Imported the current source tree from Quaternion/lib.
Kitsune Ral