Age | Commit message (Expand) | Author |
2020-08-04 | BaseJob: go for a retry on IncorrectResponse | Kitsune Ral |
2020-08-04 | Cleanup around [BaseJob::]IncorrectResponse[Error] | Kitsune Ral |
2020-06-26 | Disable HTTP2; enable pipelining | Kitsune Ral |
2020-06-12 | BaseJob: fail early if the job needs token and there's none | Kitsune Ral |
2020-06-11 | BaseJob::prepareError(): be more tolerant to empty error payloads | Kitsune Ral |
2020-06-07 | BaseJob: jsonData() and prepareResult/Error() | Kitsune Ral |
2020-06-01 | Remove the piece of code introduced too early on | Kitsune Ral |
2020-05-31 | BaseJob: use non-deprecated API for Qt 5.15 | Kitsune Ral |
2020-05-31 | BaseJob::rawData: overload for (even) quicker access | Kitsune Ral |
2020-05-31 | Move around and format code | Kitsune Ral |
2020-05-12 | basejob.cpp: nitpicks from clang-format | Kitsune Ral |
2020-04-14 | BaseJob::makeRequestUrl(): even more tolerance to slash separators | Kitsune Ral |
2020-04-07 | BaseJob: don't finish and re-try at the same time | Kitsune Ral |
2020-04-06 | BaseJob: disable pipelining | Kitsune Ral |
2020-04-06 | Revert changes accidentally sneaked in with the previous commit | Kitsune Ral |
2020-04-06 | CMakeLists: install header files to a subdirectory | Kitsune Ral |
2020-03-30 | BaseJob: check the connection even harder | Kitsune Ral |
2020-03-30 | BaseJob: shutdown timers on abandoning and destruction | Kitsune Ral |
2019-12-12 | BaseJob::initiate(): fix nullptr dereferencing | Kitsune Ral |
2019-12-12 | BaseJob: prepare() -> initiate() + refactoring around it | Kitsune Ral |
2019-11-19 | BaseJob: Don't send accessToken if not needed; send again on 401 | Kitsune Ral |
2019-10-02 | BaseJob::Private: experiment with [[nodiscard]] | Kitsune Ral |
2019-10-02 | More fixes for Apple not having deduction guides in stdlib | Kitsune Ral |
2019-09-29 | BaseJob, urlForLog() -> dumpRequest(): include HTTP verb into log lines | Kitsune Ral |
2019-08-27 | More compliant 'using' for chrono_literals | Kitsune Ral |
2019-08-20 | BaseJob/ConnectionData: connection-wide rate-limiting | Kitsune Ral |
2019-08-20 | BaseJob: Status/StatusCode tweaks, cleanup, mo' comments | Kitsune Ral |
2019-08-16 | BaseJob: support M_USER_DEACTIVATED error code | Kitsune Ral |
2019-08-13 | Support for server notices rooms (MSC1452) | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-08-09 | Rename zero-impact strings | Kitsune Ral |
2019-08-02 | Apply the new brace wrapping to source files | Kitsune Ral |
2019-08-02 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-12 | Minor polish | Kitsune Ral |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-01 | Merge branch 'master' into forget-rooms-really | Kitsune Ral |
2019-07-01 | Handle M_UNKNOWN as The Spec says; factor out BaseJob::parseError() | Kitsune Ral |
2019-06-26 | BaseJob::Status: fromHttpCode | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-06-07 | BaseJob::StatusCode: add Error-less synonyms; officially deprecate JsonParseE... | Kitsune Ral |
2019-05-31 | Ignore some errors on leaving rooms, add new error enum. Fixes #307 | Ville Ranki |
2019-04-24 | BaseJob: preserve the calculated error code if JSON error code is unknown | Kitsune Ral |
2019-04-24 | BaseJob: fix a possible crash upon logout | Kitsune Ral |
2019-04-06 | Clean up on clang-tidy/clazy analysis | Kitsune Ral |
2019-03-14 | Fix read receipts and redactions on v3 rooms | Kitsune Ral |
2019-03-02 | style: apply .clang-format to all .cpp and .h files | Marc Deop |
2019-02-27 | BaseJob::abandon() fixes | Kitsune Ral |
2019-02-20 | BaseJob: M_UNSUPPORTED_ROOM_VERSION & M_INCOMPATIBLE_ROOM_VERSION | Kitsune Ral |
2018-11-19 | BaseJob::rawDataSample() | Kitsune Ral |
2018-10-10 | add http2 and pipelining for all Jobs | Krombel |