Age | Commit message (Expand) | Author |
2019-08-11 | Configure MSVC warnings in CMakeLists.txt; build in AppVeyor with Qt 5.13 | Kitsune Ral |
2019-08-11 | Officially bump requirements: CMake 3.10, C++17, Qt 5.9 | Kitsune Ral |
2019-08-09 | Rename CMake/pkg-config related parts | Kitsune Ral |
2019-08-09 | Rename zero-impact strings | Kitsune Ral |
2019-08-02 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-08-01 | Merge branch 'master' into kitsune-relations | Kitsune Ral |
2019-07-31 | Support for receiving m.reaction events | Kitsune Ral |
2019-07-27 | E2EE: introduce EncryptedEvent | Alexey Andreyev |
2019-07-10 | CMakeLists.txt: fix things around clang-format, inherit CLANG_FORMAT_ARGS | Kitsune Ral |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-04 | Change libQtOlm location. Fix .travis.yml and .appveyor.yml | Alexey Andreyev |
2019-07-04 | Add EncryptionManager class. Add AccountSettings::encryptionAccountPickle logic. | Alexey Andreyev |
2019-07-04 | Add libQtOlm | Alexey Andreyev |
2019-06-30 | CMakeLists.txt: add clang-format invocation to update-api target | Kitsune Ral |
2019-06-25 | Introduce EncryptionEvent class | Kitsune Ral |
2019-06-25 | Include olm via cmake (should work on Linux and MinGW) | Felix Rohrbach |
2019-06-25 | CMakeLists: replace list(TRANSFORM) with foreach/list(APPEND) | Kitsune Ral |
2019-06-25 | CMakeLists: use REALPATH instead of PROGRAM to find gtad | Kitsune Ral |
2019-06-24 | CMakeLists.txt: Re-add parts of CSAPI that accidentally went missing | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-06-23 | Use clang-format to autoformat generated API files | Kitsune Ral |
2019-04-06 | CMakeLists.txt: use project() to set the version | Kitsune Ral |
2019-03-31 | CMakeLists.txt: slightly better version management | Kitsune Ral |
2019-03-13 | Bump API_VERSION to 0.6 | Kitsune Ral |
2019-02-15 | RoomTombstoneEvent | Kitsune Ral |
2019-02-11 | RoomCreateEvent | Kitsune Ral |
2019-02-09 | csapi: add RedirectToSSOJob | Kitsune Ral |
2019-01-10 | Merge pull request #271 from qsodev/example_install | Kitsune Ral |
2019-01-05 | API version++; use QMediaResource from QtMultimedia (new dep) to detect m.video | Kitsune Ral |
2019-01-04 | added option for installation of qmc-example application | qso |
2018-12-04 | Merge pull request #262 from uhoreg/soname | Kitsune Ral |
2018-12-03 | use the API version as the SOVERSION | Hubert Chathi |
2018-11-20 | Make SyncData more self-contained and prepare for cache splitting | Kitsune Ral |
2018-09-29 | Support CS API 0.4.0 | Kitsune Ral |
2018-09-17 | remove tunrnserver | Josip Delic |
2018-09-16 | Merge remote-tracking branch 'upstream/master' | Josip Delic |
2018-09-13 | Use pkg-config only on GNU/Linux. | Black Hat |
2018-09-12 | Add QMatrixClient.pc.in | Black Hat |
2018-08-25 | Update marius voip to new libqtmc | Josip Delic |
2018-08-03 | Refactor event items | Kitsune Ral |
2018-07-27 | Initial support for local echo | Kitsune Ral |
2018-07-19 | qmake/CMake: Add lib/application-service/definitions/* | Kitsune Ral |
2018-07-04 | Break down event.* into smaller files | Kitsune Ral |
2018-07-01 | Cleanup | Kitsune Ral |
2018-06-16 | CMakeLists.txt: Don't build API files list if not needed | Kitsune Ral |
2018-06-04 | CMakeLists: Fix build breakage if MATRIX_DOC_PATH is relative | Kitsune Ral |
2018-06-04 | CMakeLists: fix build breakage if GTAD path is relative | Kitsune Ral |
2018-06-04 | Make libQMatrixClient buildable outside of Quaternion | Kitsune Ral |
2018-06-03 | csapi + converters: Support variant types (using QVariant) | Kitsune Ral |
2018-05-28 | Move out prettyPrint() from Room to util.h | Kitsune Ral |