Age | Commit message (Expand) | Author |
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-09-29 | Rename pieces with qmc/qmatrixclient | Kitsune Ral |
2019-08-27 | More compliant 'using' for chrono_literals | Kitsune Ral |
2019-08-27 | Don't use enumerator attributes | 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-12-24 | Clarify doc-comment for BaseJob::finished a bit | Kitsune Ral |
2018-12-08 | SyncJob: accept Filter instead of QString for the filter | Kitsune Ral |
2018-11-20 | SyncJob::parseJson: fix a validation mistake | Kitsune Ral |
2018-11-20 | Make SyncData more self-contained and prepare for cache splitting | Kitsune Ral |
2018-11-19 | BaseJob::rawDataSample() | Kitsune Ral |
2018-11-04 | Profiler logging fixes and improvements | Kitsune Ral |
2018-11-03 | MediaThumbnailJob: minor code polishing | Kitsune Ral |
2018-10-10 | add http2 and pipelining for all Jobs | Krombel |
2018-09-16 | BaseJob::rawData: only add "truncated" when actually truncated | Kitsune Ral |
2018-08-30 | SyncJob: Add account_data to left rooms | Kitsune Ral |
2018-07-27 | Initial support for local echo | Kitsune Ral |
2018-07-16 | Fix a clazy warning | Kitsune Ral |
2018-07-04 | Break down event.* into smaller files | Kitsune Ral |
2018-07-04 | Use QStringLiteral() and operator"" _ls() in network jobs | Kitsune Ral |
2018-07-04 | Event types system remade to be extensible | Kitsune Ral |
2018-07-04 | Connection: Trim raw data in emitted signals | Kitsune Ral |
2018-07-03 | Roll various switch case fallthrough markers into a macro | Kitsune Ral |
2018-07-03 | SyncJob: log sync data statistics better | Kitsune Ral |
2018-07-01 | Cleanup | Kitsune Ral |
2018-06-11 | BaseJob: Drop 'error' from methods that work in normal job state too | Kitsune Ral |
2018-06-08 | SyncJob: Support receiving to_device and presence events | Kitsune Ral |
2018-06-03 | csapi/content-repo.*: jobs return results in data() instead of content() now | Kitsune Ral |