Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-30 | Require Qt 5.2.0 | Andrea Scarpino | |
2016-05-27 | Use 'override' keyword throughout job classes; constify apiPath(), query(), ↵ | Kitsune Ral | |
data() Thanks to CLang model. | |||
2016-05-27 | Set the object name for each job, to make it clear which job has failed | Kitsune Ral | |
And we don't need two log lines for timeouts. | |||
2016-05-27 | Use nullptr | Kitsune Ral | |
2016-05-27 | Don't assign the token twice | Kitsune Ral | |
In a case when authentication doesn't even happen, PasswordLogin job won't run. The better place to assign (and log) the token is in Connection::connectWithToken(), therefore. | |||
2016-05-26 | Load a different set of event lists depending on the join state (and ↵ | Kitsune Ral | |
actually introduce EventList class) This makes loading of room events more compliant with the spec, not trying to load from keys that are not supposed to be there. As a result of refactoring along the way, a dedicated QList<Event*> subclass is made that remembers the JSON key it should load from and actually load itself from a QJsonArray. | |||
2016-05-26 | Introducing EventList class + minor fix | Kitsune Ral | |
Now you can parse a JSON array into a list of events with a one-liner. Also, fromMSecsSinceEpoch accepts a qint64, not quint64 - fixed the respective cast. | |||
2016-05-06 | Enhanced logging of job failures | Kitsune Ral | |
2016-05-06 | Make sure the QNetworkReply object is aborted at any failure and even silent ↵ | Kitsune Ral | |
destruction of the job | |||
2016-05-06 | Add separate success() and failure() signals to BaseJob | Kitsune Ral | |
This is to facilitate processing of job results (see further commits). | |||
2016-04-12 | Merge remote-tracking branch 'upstream/master' | David A Roberts | |
2016-04-12 | Resolve Matrix SRV records. | David A Roberts | |
2016-04-11 | Minor fixes and cleanup | Kitsune Ral | |
1. Remove accidental trailing \ 2. Show the contents of NetworkError in logs | |||
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |