Age | Commit message (Expand) | Author |
2021-01-08 | quotest: use the target room for loadMembers test | Kitsune Ral |
2021-01-07 | Connection: don't explicitly reset QPointers | Kitsune Ral |
2021-01-07 | isJobRunning() -> isJobPending() | Kitsune Ral |
2021-01-07 | BaseJob: setStatus(Pending) on scheduling a retry | Kitsune Ral |
2021-01-07 | Connection::resolveServer: abandon is not a failure | Kitsune Ral |
2021-01-07 | BaseJob: more logging | Kitsune Ral |
2021-01-07 | Prefer connecting to BaseJob::result(), not finished() | Kitsune Ral |
2021-01-07 | Merge pull request #436 from heirecka/datadir-instead-hard-coding-share | Kitsune Ral |
2021-01-06 | Use CMAKE_INSTALL_DATADIR instead of hard-coding share | Heiko Becker |
2021-01-02 | Drop .travis.yml | Kitsune Ral |
2021-01-02 | Merge pull request #434 from quotient-im/kitsune-gha-ci | Kitsune Ral |
2021-01-02 | Add Valgrind on Linux | Kitsune Ral |
2021-01-01 | GTAD requires GCC 8 at least | Kitsune Ral |
2021-01-01 | Add update-api support | Kitsune Ral |
2021-01-01 | Better quotest origin line; setup CC/CXX globally | Kitsune Ral |
2021-01-01 | A few renames; trigger by PRs too; start quotest | Kitsune Ral |
2021-01-01 | Add E2EE config; install libQuotient, build quotest | Kitsune Ral |
2021-01-01 | Use the default path to install Qt | Kitsune Ral |
2021-01-01 | Fix using a C compiler for CXX; don't fail-fast | Kitsune Ral |
2021-01-01 | .clang-format: more old ClangFormat compat | Kitsune Ral |
2021-01-01 | .clang-format: ensure older ClangFormat compatibility | Kitsune Ral |
2020-12-29 | First shot at GHA | Kitsune Ral |
2020-12-28 | Merge pull request #425 from ognarb/sticker | Kitsune Ral |
2020-12-28 | Merge branch 'kitsune-fix-msvc-build' into master | Kitsune Ral |
2020-12-28 | Connection: fix FTBFS with Quotient_E2EE_ENABLED | Kitsune Ral |
2020-12-28 | event.h: Fix breakage of AppVeyor CI | Kitsune Ral |
2020-12-28 | Add cmake change | Carl Schwan |
2020-12-28 | Add support for sticker events | Carl Schwan |
2020-12-28 | Room: inline a once-used variable | Kitsune Ral |
2020-12-28 | Room: really fix namesakes assertion failure | Kitsune Ral |
2020-12-28 | Add a new logging category for room member changes | Kitsune Ral |
2020-12-28 | Use generated SetReadMarkerJob instead of PostReadMarkersJob | Kitsune Ral |
2020-12-28 | BaseJob::initiate: add Q_LIKELY | Kitsune Ral |
2020-12-28 | Cleanup and clang-tidy/clazy fixes | Kitsune Ral |
2020-12-28 | Connection: refactor the resolve/login code | Kitsune Ral |
2020-12-28 | More comments/documentation | Kitsune Ral |
2020-12-28 | event.h: Minor tweaks around visit<> | Kitsune Ral |
2020-12-27 | function_traits<>: define as empty by default | Kitsune Ral |
2020-12-27 | Merge pull request #430 from nicolasfella/replycleanup | Kitsune Ral |
2020-12-27 | Fix use-after-free of QNetworkReply in BaseJob | Nicolas Fella |
2020-12-27 | more :) | Carl Schwan |
2020-12-26 | Add a few more files | Carl Schwan |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-12-24 | Refresh CONTRIBUTING.md | Kitsune Ral |
2020-12-24 | quotest: wait until the final report is actually sent | Kitsune Ral |
2020-12-24 | Room: don't accept . at 0-th position in the tag | Kitsune Ral |
2020-12-24 | Fix clang-tidy/clazy warnings | Kitsune Ral |
2020-12-23 | BaseJob::Status: add comparison with int | Kitsune Ral |
2020-12-23 | BaseJob: add [[fallthrough]] as clang-tidy says | Kitsune Ral |
2020-12-23 | BaseJob: tolerate unexpected error payloads | Kitsune Ral |