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.cpp
Age
Commit message (
Expand
)
Author
2016-10-15
BaseJob: Use saved parameters instead of overriding apiPath(), query() and da...
Kitsune Ral
2016-10-14
MediaThumbnailJob: Use QSize instead of two separate int's for size
Kitsune Ral
2016-10-07
Fixed massive leaks of Event objects
Kitsune Ral
2016-09-15
Connection: Don't return SyncJob* from sync()
Kitsune Ral
2016-09-15
Replace an array of room deconstruction log lines with a single connection de...
Kitsune Ral
2016-09-11
Make sure syncJob pointer is null upon abandoning
Kitsune Ral
2016-09-08
Connection: Fixed an unguarded usage of d->syncJob pointer
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
Cleanup after moving ConnectionPrivate::provideRoom()
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-08-22
Replaced QList<> with QVector<> where appropriate + minor code cleanup
Kitsune Ral
2016-07-28
Cleanup
Kitsune Ral
2016-07-25
Make sync failure handler emit loginError instead of connectionError in case ...
Kitsune Ral
2016-07-22
Introduced LogoutJob
Kitsune Ral
2016-05-27
Use nullptr
Kitsune Ral
2016-05-27
Don't assign the token twice
Kitsune Ral
2016-05-07
Minors: one fix, one cleanup
Kitsune Ral
2016-05-06
Use lambda captures instead of throwing job pointers around
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