Age | Commit message (Expand) | Author |
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 |
2018-06-02 | BaseJob: fix error handling for M_CONSENT_NOT_GIVEN | Kitsune Ral |
2018-05-30 | BaseJob::setStatus: Don't try to remove access token if it's empty | Kitsune Ral |
2018-05-29 | BaseJob: Treat M_CONSENT_NOT_GIVEN separately from other content access errors | Kitsune Ral |
2018-05-29 | BaseJob: "background" switch; more extensive error reporting | Kitsune Ral |
2018-05-28 | BaseJob: support status tracking | Kitsune Ral |
2018-05-28 | BaseJob: refresh rotten comments about kill() | Kitsune Ral |
2018-05-23 | BaseJob: more careful error handling; unify and extend error signals in Conne... | Kitsune Ral |
2018-05-06 | Remove unused job classes. | Kitsune Ral |
2018-05-06 | Optimise #includes, eliminate some excess blank lines in lib/csapi | Kitsune Ral |
2018-05-04 | New home for the generated code - lib/csapi | Kitsune Ral |
2018-05-04 | gtad.yaml: Cleanup | Kitsune Ral |
2018-05-04 | gtad.yaml: Even more concise type stubbing | Kitsune Ral |
2018-05-04 | Connection, jobs/generated: Use QStringList instead of QVector<QString> | Kitsune Ral |
2018-05-04 | gtad.yaml: Use QStringList instead of QVector<QString> | Kitsune Ral |
2018-05-04 | jobs/generated: code ordering, more comments | Kitsune Ral |
2018-05-04 | gtad.yaml: Support maps of events | Kitsune Ral |
2018-05-04 | {{base}}.h.mustache: better code ordering, more comments | Kitsune Ral |
2018-05-04 | SendToDeviceJob: use a map-of-maps for messages instead of an opaque QJsonObject | Kitsune Ral |
2018-05-04 | gtad.yaml: Support OpenAPI value maps (aka additionalProperties) | Kitsune Ral |
2018-05-04 | Preempt job/setroomstatejob.* with jobs/generated/room_state.* | Kitsune Ral |
2018-05-04 | EvT::TypeId: Use a member function instead of a variable | Kitsune Ral |
2018-05-03 | gtad.yaml: Update regexes to match string parts | Kitsune Ral |
2018-05-03 | Preempt jobs/joinroomjob.* with jobs/generated/joining.* | Kitsune Ral |