aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-22Fix a crash on trying to mark unknown events as fully readAlexey Rusakov
2021-11-21CI: Restrict workflow concurrency; tighten job timeoutAlexey Rusakov
2021-11-21CI: Nicer and more detailed logging for quotestAlexey Rusakov
2021-11-21Log the hexadecimal value of Changes too, just in caseAlexey Rusakov
2021-11-21Minor brushup in the comment to QUO_DECLARE_FLAGSAlexey Rusakov
2021-11-21Document Room::Change and its enumeratorsAlexey Rusakov
2021-11-21EventStats and Room::partiallyRead/unreadStats()Alexey Rusakov
2021-11-21Room::Private::postprocessChanges()Alexey Rusakov
2021-11-21SyncData: support MSC2654; partiallyReadCountAlexey Rusakov
2021-11-21Room: isEventNotable, notificationFor, checkForNotificationsAlexey Rusakov
2021-11-19continue-on-error on the job levelAlexey Rusakov
2021-11-19Add continue-on-error for regenerated API filesAlexey Rusakov
2021-11-19CleanupAlexey Rusakov
2021-11-19Make enum values logging more terse()Alexey Rusakov
2021-11-18Make Room::Changes an enum class; simplify enumeratorsAlexey Rusakov
2021-11-17Fix QDateTime(QDate) deprecation warningsAlexey Rusakov
2021-11-17Room: refactoring around logging (esp. profile logs)Alexey Rusakov
2021-11-17Merge pull request #487 from quotient-im/kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-11-17Merge branch 'dev' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-11-17Room: lastLocalReadReceipt(), localReadReceiptMarker()Alexey Rusakov
2021-11-17Room: doc-comments cleanupAlexey Rusakov
2021-11-17Bind read receipts to userIds, not to User* valuesAlexey Rusakov
2021-11-16Merge pull request #520 from TobiasFella/implicitthiscaptureAlexey Rusakov
2021-11-16Merge pull request #519 from TobiasFella/noupfrontencodingAlexey Rusakov
2021-11-16Port away from implicit 'this' captures in lambdasTobias Fella
2021-11-15Port away from deprecated upfront percent encodingTobias Fella
2021-11-12Make ReceiptEvent constructible from contentAlexey Rusakov
2021-11-12Fix a few quirks in converters.hAlexey Rusakov
2021-11-12Fix building with GCCAlexey Rusakov
2021-11-11Fix a few quirks in converters.hAlexey Rusakov
2021-11-11Update comments around read receipts codeAlexey Rusakov
2021-11-11Merge branch 'dev' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-11-11DECL_DEPRECATED_ENUMERATORAlexey Rusakov
2021-11-08Room::Change: deprecate AccountDataChange, ReadMarkerChangeAlexey Rusakov
2021-11-08Drop unused #includeAlexey Rusakov
2021-11-08Q_DISABLE_MOVE/COPY_MOVE; QT_IGNORE_DEPRECATIONSAlexey Rusakov
2021-11-07Add method to get all state events in a roomSmitty
2021-11-03Merge pull request #513 from TobiasFella/editedrepliesAlexey Rusakov
2021-10-17Room: qualify signal parametersAlexey Rusakov
2021-10-13Connection::resolveServer(): don't connect to loginFlowsJobAlexey Rusakov
2021-10-13connection.h: more doc-commentsAlexey Rusakov
2021-10-13CMakeLists: more robust GTAD_PATH detectionAlexey Rusakov
2021-10-13CMakeLists: don't report that update-api is enabled when it's actually notAlexey Rusakov
2021-10-12Make sure to expose both the flags type and the underlying enumAlexey Rusakov
2021-10-12Omittable: add a deduction guideAlexey Rusakov
2021-10-12RoomMemberEvent::is*(): fix comparison against OmittableAlexey Rusakov
2021-10-11formatJson(QDebug): Drop some very old cruftAlexey Rusakov
2021-10-10Room: actually initialise read marker when neededAlexey Rusakov
2021-10-10ReadReceipt::operator==/!=: Add const where it's dueAlexey Rusakov
2021-10-10Merge branch 'master' into kitsune-fix-read-receipts-and-markersAlexey Rusakov