aboutsummaryrefslogtreecommitdiff
path: root/lib/room.cpp
AgeCommit message (Expand)Author
2021-11-22Fix stupid false-negatives from Room::updateStats()Alexey Rusakov
2021-11-22Fix a crash on trying to mark unknown events as fully readAlexey Rusakov
2021-11-21Log the hexadecimal value of Changes too, just in caseAlexey 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-19Make enum values logging more terse()Alexey Rusakov
2021-11-18Make Room::Changes an enum class; simplify enumeratorsAlexey Rusakov
2021-11-17Room: refactoring around logging (esp. profile logs)Alexey Rusakov
2021-11-17Merge branch 'dev' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-11-17Room: lastLocalReadReceipt(), localReadReceiptMarker()Alexey 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-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 building with GCCAlexey 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-08Room::Change: deprecate AccountDataChange, ReadMarkerChangeAlexey Rusakov
2021-11-08Drop unused #includeAlexey Rusakov
2021-10-10Room: actually initialise read marker when neededAlexey Rusakov
2021-10-10Merge branch 'master' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-10-10Keep the reply when replacing an eventTobias Fella
2021-10-04Room: use more modern Connection APIAlexey Rusakov
2021-09-12Merge pull request #506 from TobiasFella/activateencryptionAlexey Rusakov
2021-09-12Merge pull request #499 from TobiasFella/mxcnamAlexey Rusakov
2021-09-11Add convenience function for activating encryption and fixTobias Fella
2021-09-10Move URL creation to Room/Connection; use query instead of fragmentAlexey Rusakov
2021-09-09Straighten up file transfer cancellationAlexey Rusakov
2021-08-30Room: displayNameForHtmlAlexey Rusakov
2021-08-23Room: isMember(); memberState() only needs user idAlexey Rusakov
2021-08-22Use Q_DECL_DEPRECATED_X instead of \deprecated doc-commentAlexey Rusakov
2021-08-10Room::Private::sync/historyEdge()Alexey Rusakov
2021-08-09Room::setDisplayed(): Don't reset unread countersAlexey Rusakov
2021-08-09Room::toJson(): save the last local user's read receiptAlexey Rusakov
2021-08-09Enhanced logging for read receiptsAlexey Rusakov
2021-07-30Room::setReadReceipt()Alexey Rusakov
2021-07-30Merge branch 'master' into kitsune-fix-read-receipts-and-markersAlexey Rusakov
2021-07-30Quotient::ReadReceipt; deprecated readMarker()Alexey Rusakov
2021-07-30Use a better type in makeRedactedAlexey Rusakov
2021-07-30Room: drop 0.6 deprecations; deprecate RoomAliasEventAlexey Rusakov
2021-07-28Room: fix the read markers/receipts confusionAlexey Rusakov
2021-07-28Room::usersAtEventId(): switch from QMultiHash to QHash of QSetsAlexey Rusakov
2021-07-28setFirst/LastDisplayedEvent(): warn about unloaded eventsAlexey Rusakov
2021-07-24Wrap SyncRoomData counters into OmittablesAlexey Rusakov
2021-07-18MembershipType -> Membership, also used for JoinStateAlexey Rusakov
2021-07-18Room::postFile(): adjust to the changed RoomMessageEvent APIAlexey Rusakov
2021-07-11Fix Room::processAccountDataEvent() return valueAlexey Rusakov