Age | Commit message (Expand) | Author |
2022-09-04 | Remove #include "logging.h" from event.h | Alexey Rusakov |
2022-09-04 | Streamline event types | Alexey Rusakov |
2022-06-22 | RoomSummary::merge(): explicitly cast between int and bool | Alexey Rusakov |
2022-06-18 | Drop pre-Qt 5.15 code | Alexey Rusakov |
2022-05-11 | Fix race condition in consumeRoomData() | Alexey Rusakov |
2022-02-13 | Merge branch 'dev' | Alexey Rusakov |
2022-01-29 | SyncData: expect self-contained /sync response | Alexey Rusakov |
2021-12-01 | Actually load devices from sync data and filter relevant users | Tobias Fella |
2021-12-01 | Start implementing device key tracking | Tobias Fella |
2021-11-26 | Revert "Drop #include "logging.h" from event.h" | Alexey Rusakov |
2021-11-26 | Drop #include "logging.h" from event.h | Alexey Rusakov |
2021-11-21 | SyncData: support MSC2654; partiallyReadCount | Alexey Rusakov |
2021-10-10 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-09-28 | SyncData: drop a shortcut that led to ignoring invites | Alexey Rusakov |
2021-07-28 | SyncData: minor update to the cache version | Alexey Rusakov |
2021-07-24 | Wrap SyncRoomData counters into Omittables | Alexey Rusakov |
2021-07-16 | SyncData::parseJson(): minor optimisation | Alexey Rusakov |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
2020-09-04 | SyndData::parseJson: use fromJson() | Kitsune Ral |
2020-06-05 | Use CBOR for binary JSON caching on Qt 5.15+ | Kitsune Ral |
2020-02-25 | E2EE: implement SyncData::deviceOneTimeKeysCount | Alexey Andreyev |
2019-11-01 | Derive Omittable<> from std::optional<> | Kitsune Ral |
2019-08-11 | Now that we're C++17, remove old compatibility cruft | Kitsune Ral |
2019-08-11 | SyncData: x-qmatrixclient -> x-quotient | Kitsune Ral |
2019-08-09 | Namespace: QMatrixClient -> Quotient (with back comp alias) | Kitsune Ral |
2019-06-24 | Merge branch 'master' into clang-format | Kitsune Ral |
2019-04-06 | Clean up on clang-tidy/clazy analysis | Kitsune Ral |
2019-03-02 | style: apply .clang-format to all .cpp and .h files | Marc Deop |
2018-12-09 | MSC 688: MSC-compliant RoomSummary; update Room::calculateDisplayname() | Kitsune Ral |
2018-12-08 | Room summaries | Kitsune Ral |
2018-11-23 | Connection::saveState: use null instead of an empty object for a room | Kitsune Ral |
2018-11-22 | Save state cache per-room | Kitsune Ral |
2018-11-20 | Make SyncData more self-contained and prepare for cache splitting | Kitsune Ral |