Age | Commit message (Expand) | Author |
2022-08-25 | Cleanup | Alexey Rusakov |
2022-08-25 | Refactor the code handling emoji | Alexey Rusakov |
2022-08-25 | More code reorganisation | Alexey Rusakov |
2022-08-25 | Connection::Private::assembleEncryptedContent() | Alexey Rusakov |
2022-08-25 | KeyVerificationSession: cleanup | Alexey Rusakov |
2022-08-24 | Merge branch 'dev' into device-verification | Alexey Rusakov |
2022-08-10 | Emit Room::newFileTransfer when downloading a file | Tobias Fella |
2022-08-05 | eventloader.h: use basicJson() in a uniform way | Alexey Rusakov |
2022-08-05 | Fix Connection::accountData<>() | Alexey Rusakov |
2022-08-01 | EventItem: use doc-comments correctly | Alexey Rusakov |
2022-08-01 | Fix FTBFS | Alexey Rusakov |
2022-08-01 | Pull out common JsonConverter code to JsonObjectUnpacker | Alexey Rusakov |
2022-07-30 | moving eventCast(): disallow passing nullptr | Alexey Rusakov |
2022-07-29 | Moving eventCast() | Alexey Rusakov |
2022-07-26 | ...and the definitive fix | Alexey Rusakov |
2022-07-26 | Another fix attempt | Alexey Rusakov |
2022-07-26 | Hopefully fix building with GCC | Alexey Rusakov |
2022-07-26 | Add missing QUOTIENT_API pieces | Alexey Rusakov |
2022-07-25 | Fix accidentally logging all receipt authors | Alexey Rusakov |
2022-07-25 | Don't redact certain event types even though lib doesn't know them | Alexey Rusakov |
2022-07-16 | Speed up read receipt updates | Alexey Rusakov |
2022-07-16 | Room::decryptIncomingEvents() | Alexey Rusakov |
2022-07-16 | logging.h: suppress clang-tidy warnings | Alexey Rusakov |
2022-07-15 | Connection::user(): validate after lookup, not before | Alexey Rusakov |
2022-07-15 | operator<<(QDebug, QElapsedTimer): always use ms | Alexey Rusakov |
2022-07-13 | eventcontent.h: Use C++17 nested namespaces notation | Alexey Rusakov |
2022-07-12 | converters.*: facilities to convert enums | Alexey Rusakov |
2022-07-12 | Make AliasesEventContent a simple structure | Alexey Rusakov |
2022-07-12 | Refactor things around EncryptionEvent[Content] | Alexey Rusakov |
2022-07-12 | fromJson()/toJson() refactoring | Alexey Rusakov |
2022-07-12 | Fix deprecation messages | Alexey Rusakov |
2022-07-12 | Pack up StickerEvent in the header file | Alexey Rusakov |
2022-07-11 | Reuse Room::setState() overloads from one another | Alexey Rusakov |
2022-07-11 | Add QUOTIENT_API to RoomStateView | Alexey Rusakov |
2022-07-08 | qt_connection_util.h: use auto | Alexey Rusakov |
2022-07-08 | CI: use GCC 11 and (therefore) ubuntu-22.04 | Alexey Rusakov |
2022-07-07 | Avoid std::derived_from and std::bind_front | Alexey Rusakov |
2022-07-03 | Shorten switchOnType, function_traits and connect* | Alexey Rusakov |
2022-06-24 | Make EventContent::Base() move constructor noexcept | Alexey Rusakov |
2022-06-24 | Fix the just introduced Sonar warning | Alexey Rusakov |
2022-06-24 | Start using C++20's designated initializers | Alexey Rusakov |
2022-06-24 | Code cleanup and reformatting | Alexey Rusakov |
2022-06-24 | Rework SignedOneTimeKey as a QJsonObject wrapper | Alexey Rusakov |
2022-06-24 | Fix copy-pasta in signed one-time key JSON dumper | Alexey Rusakov |
2022-06-23 | Streamline Room::P::shouldRotateMegolmSession() | Alexey Rusakov |
2022-06-23 | Use QUO_CONTENT_GETTER | Alexey Rusakov |
2022-06-23 | Drop QUOTIENT_API where it's undue | Alexey Rusakov |
2022-06-22 | Fix signature verification | Alexey Rusakov |
2022-06-22 | RoomSummary::merge(): explicitly cast between int and bool | Alexey Rusakov |
2022-06-22 | Streamline RoomPowerLevelsEvent backoffice code | Alexey Rusakov |