Age | Commit message (Expand) | Author |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-11-27 | Make it compile with QT_NO_KEYWORDS | Carl Schwan |
2020-09-04 | Fixes of clazy warnings | Kitsune Ral |
2020-08-03 | Cleanup | Kitsune Ral |
2020-06-19 | Revert adding a pause between syncs, use sane timeout defaults | Kitsune Ral |
2020-06-14 | quotient_common.h for common namespace things | Kitsune Ral |
2020-06-12 | Connection::isLoggedIn() and more robust logout() | Kitsune Ral |
2020-06-12 | Connection::syncLoop: give a pause between syncs | Kitsune Ral |
2020-06-12 | Connection: add (STORED false) to derived Q_PROPERTYs | Kitsune Ral |
2020-06-05 | Connection::run(): Q_INVOKABLE and chaining | Kitsune Ral |
2020-04-15 | Connection: track resolving and login flows jobs; isUsable() | Kitsune Ral |
2020-04-15 | Connection: cleanup and reformat | Kitsune Ral |
2020-04-15 | Connection: connectToServer -> loginWithPassword | Kitsune Ral |
2020-03-31 | Reparent all jobs to their connections | Kitsune Ral |
2020-03-21 | Merge pull request #383 from ram-nad/msc2432-fix | Kitsune Ral |
2020-03-18 | SsoSession and Connection::prepareForSso() | Kitsune Ral |
2020-03-15 | Connection: loginWithToken(); connectWithToken() -> assumeIdentity() | Kitsune Ral |
2020-03-13 | Connection: support getting the list of login flows | Kitsune Ral |
2020-03-12 | E2EE: Make building E2EE optional. Contributes to #369 | Alexey Andreev |
2020-03-08 | fixing msc2432 | Ram Nad |
2019-10-20 | Qualify types in signals and Q_INVOKABLEs | Kitsune Ral |
2019-09-29 | Connection: allRooms(), rooms(), roomsCount(); deprecate roomMap() | Kitsune Ral |
2019-09-12 | Introduce HashQ<> and UnorderedMap<> | Kitsune Ral |
2019-08-20 | Connection::run() | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | 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-27 | E2EE: introduce EncryptedEvent | Alexey Andreyev |
2019-07-09 | Merge branch 'master' into use-clang-format | Kitsune Ral |
2019-07-09 | Move serverPart() to the public API | Kitsune Ral |
2019-07-06 | Fix clazy warnings | Kitsune Ral |
2019-07-04 | Connection::token() is no more | Kitsune Ral |
2019-07-03 | Room/Connection: make room aliases work properly | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-05-19 | Connection: use QScopedPointer instead of unique_ptr | Kitsune Ral |
2019-05-19 | Move a doc-comment to its place | Kitsune Ral |
2019-05-03 | Connection::stateCacheDir | Kitsune Ral |
2019-04-24 | Make ignore-user related method Q_INVOKABLE. | Black Hat |
2019-03-27 | Connection::domain() | Kitsune Ral |
2019-03-02 | style: apply .clang-format to all .cpp and .h files | Marc Deop |
2019-02-24 | Merge branch 'kitsune-aliases-map' | Kitsune Ral |
2019-02-23 | Remove the 'pretty' SupportedRoomVersion vector debug operator | Alexander Akulich |
2019-02-22 | Room::setAliases, Connection: roomByAlias, updateRoomAliases | Kitsune Ral |
2019-02-17 | Connection: loadingCapabilities(); sort availableRoomVersions | Kitsune Ral |
2019-02-15 | Connection: load supported room versions | Kitsune Ral |
2019-02-15 | Merge branch 'master' into kitsune-room-versions | Kitsune Ral |
2019-02-11 | Connection::createRoom: support passing a room version | Kitsune Ral |
2019-02-10 | Connection: move syncLoopTimeout to Connection::Private | Alexey Andreyev |
2019-02-05 | Connection: simplified sync loop logic without delays | Alexey Andreyev |
2019-02-03 | Connection: separated sync loop logic with delay control | Alexey Andreyev |