aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-24Merge branch 'dev' into device-verificationAlexey Rusakov
2022-08-11Merge #564: Emit Room::newFileTransfer when downloading a fileAlexey Rusakov
2022-08-10Emit Room::newFileTransfer when downloading a fileTobias Fella
2022-08-05eventloader.h: use basicJson() in a uniform wayAlexey Rusakov
2022-08-05Fix Connection::accountData<>()Alexey Rusakov
2022-08-04.clang-format: fewer empty lines before access blocks in classesAlexey Rusakov
2022-08-01EventItem: use doc-comments correctlyAlexey Rusakov
2022-08-01Fix FTBFSAlexey Rusakov
2022-08-01Pull out common JsonConverter code to JsonObjectUnpackerAlexey Rusakov
2022-07-30moving eventCast(): disallow passing nullptrAlexey Rusakov
2022-07-29Moving eventCast()Alexey Rusakov
2022-07-26...and the definitive fixAlexey Rusakov
2022-07-26Another fix attemptAlexey Rusakov
2022-07-26Hopefully fix building with GCCAlexey Rusakov
2022-07-26Add missing QUOTIENT_API piecesAlexey Rusakov
2022-07-25Fix accidentally logging all receipt authorsAlexey Rusakov
2022-07-25Don't redact certain event types even though lib doesn't know themAlexey Rusakov
2022-07-16Speed up read receipt updatesAlexey Rusakov
2022-07-16Room::decryptIncomingEvents()Alexey Rusakov
2022-07-16logging.h: suppress clang-tidy warningsAlexey Rusakov
2022-07-15Connection::user(): validate after lookup, not beforeAlexey Rusakov
2022-07-15operator<<(QDebug, QElapsedTimer): always use msAlexey Rusakov
2022-07-15Bring back documentation on PROFILE_LOG_USECSAlexey Rusakov
2022-07-13eventcontent.h: Use C++17 nested namespaces notationAlexey Rusakov
2022-07-12Merge branch 'kitsune/converters-upgrade' into devAlexey Rusakov
2022-07-12converters.*: facilities to convert enumsAlexey Rusakov
2022-07-12Make AliasesEventContent a simple structureAlexey Rusakov
2022-07-12Refactor things around EncryptionEvent[Content]Alexey Rusakov
2022-07-12fromJson()/toJson() refactoringAlexey Rusakov
2022-07-12Fix deprecation messagesAlexey Rusakov
2022-07-12Pack up StickerEvent in the header fileAlexey Rusakov
2022-07-11Reuse Room::setState() overloads from one anotherAlexey Rusakov
2022-07-11Small .clang-format adjustmentsAlexey Rusakov
2022-07-11Add QUOTIENT_API to RoomStateViewAlexey Rusakov
2022-07-08qt_connection_util.h: use autoAlexey Rusakov
2022-07-08clang-format: don't break lines before lambda bodyAlexey Rusakov
2022-07-08Use clang-format 12; update CONTRIBUTING.md wrt code formattingAlexey Rusakov
2022-07-08Merge remote-tracking branch 'origin/kitsune/c++20-galore' into devAlexey Rusakov
2022-07-08Adjust Synapse image for testsAlexey Rusakov
2022-07-08CI: use GCC 11 and (therefore) ubuntu-22.04Alexey Rusakov
2022-07-07Avoid std::derived_from and std::bind_frontAlexey Rusakov
2022-07-03Shorten switchOnType, function_traits and connect*Alexey Rusakov
2022-06-24Make EventContent::Base() move constructor noexceptAlexey Rusakov
2022-06-24Fix the just introduced Sonar warningAlexey Rusakov
2022-06-24Start using C++20's designated initializersAlexey Rusakov
2022-06-24Code cleanup and reformattingAlexey Rusakov
2022-06-24Rework SignedOneTimeKey as a QJsonObject wrapperAlexey Rusakov
2022-06-24Fix copy-pasta in signed one-time key JSON dumperAlexey Rusakov
2022-06-23Streamline Room::P::shouldRotateMegolmSession()Alexey Rusakov
2022-06-23Use QUO_CONTENT_GETTERAlexey Rusakov