aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-04SingleKeyValue: allow seamless construction from the underlying typeAlexey Rusakov
2022-09-04Fix a typo in cacheLocation() doc-commentAlexey Rusakov
2022-09-03KeyVerificationDoneEvent: fix copy-pasta in DEFINE_EVENT_TYPEIDAlexey Rusakov
2022-09-01Merge pull request #566 from quotient-im/verificationfixAlexey Rusakov
2022-08-26Fix device verificationTobias Fella
2022-08-26Merge #547: Implement device verificationAlexey Rusakov
2022-08-25CleanupAlexey Rusakov
2022-08-25.clang-format: put e2ee/ headers in their own sectionAlexey Rusakov
2022-08-25Refactor the code handling emojiAlexey Rusakov
2022-08-25More code reorganisationAlexey Rusakov
2022-08-25Connection::Private::assembleEncryptedContent()Alexey Rusakov
2022-08-25KeyVerificationSession: cleanupAlexey Rusakov
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