Age | Commit message (Expand) | Author |
2021-11-26 | Room::processEphemeralEvents: Fix updatedCount always being zero | Alexey Rusakov |
2021-11-26 | Event: deprecate originalJson[Object]() | Alexey Rusakov |
2021-11-22 | Fix stupid false-negatives from Room::updateStats() | Alexey Rusakov |
2021-11-22 | Fix a crash on trying to mark unknown events as fully read | Alexey Rusakov |
2021-11-21 | Log the hexadecimal value of Changes too, just in case | Alexey Rusakov |
2021-11-21 | EventStats and Room::partiallyRead/unreadStats() | Alexey Rusakov |
2021-11-21 | Room::Private::postprocessChanges() | Alexey Rusakov |
2021-11-21 | SyncData: support MSC2654; partiallyReadCount | Alexey Rusakov |
2021-11-21 | Room: isEventNotable, notificationFor, checkForNotifications | Alexey Rusakov |
2021-11-19 | Make enum values logging more terse() | Alexey Rusakov |
2021-11-18 | Make Room::Changes an enum class; simplify enumerators | Alexey Rusakov |
2021-11-17 | Room: refactoring around logging (esp. profile logs) | Alexey Rusakov |
2021-11-17 | Merge branch 'dev' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-11-17 | Room: lastLocalReadReceipt(), localReadReceiptMarker() | Alexey Rusakov |
2021-11-17 | Bind read receipts to userIds, not to User* values | Alexey Rusakov |
2021-11-16 | Merge pull request #520 from TobiasFella/implicitthiscapture | Alexey Rusakov |
2021-11-16 | Port away from implicit 'this' captures in lambdas | Tobias Fella |
2021-11-15 | Port away from deprecated upfront percent encoding | Tobias Fella |
2021-11-12 | Make ReceiptEvent constructible from content | Alexey Rusakov |
2021-11-12 | Fix building with GCC | Alexey Rusakov |
2021-11-11 | Update comments around read receipts code | Alexey Rusakov |
2021-11-11 | Merge branch 'dev' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-11-08 | Room::Change: deprecate AccountDataChange, ReadMarkerChange | Alexey Rusakov |
2021-11-08 | Drop unused #include | Alexey Rusakov |
2021-11-07 | Add method to get all state events in a room | Smitty |
2021-10-10 | Room: actually initialise read marker when needed | Alexey Rusakov |
2021-10-10 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-10-10 | Keep the reply when replacing an event | Tobias Fella |
2021-10-04 | Room: use more modern Connection API | Alexey Rusakov |
2021-09-12 | Merge pull request #506 from TobiasFella/activateencryption | Alexey Rusakov |
2021-09-12 | Merge pull request #499 from TobiasFella/mxcnam | Alexey Rusakov |
2021-09-11 | Add convenience function for activating encryption and fix | Tobias Fella |
2021-09-10 | Move URL creation to Room/Connection; use query instead of fragment | Alexey Rusakov |
2021-09-09 | Straighten up file transfer cancellation | Alexey Rusakov |
2021-08-30 | Room: displayNameForHtml | Alexey Rusakov |
2021-08-23 | Room: isMember(); memberState() only needs user id | Alexey Rusakov |
2021-08-22 | Use Q_DECL_DEPRECATED_X instead of \deprecated doc-comment | Alexey Rusakov |
2021-08-10 | Room::Private::sync/historyEdge() | Alexey Rusakov |
2021-08-09 | Room::setDisplayed(): Don't reset unread counters | Alexey Rusakov |
2021-08-09 | Room::toJson(): save the last local user's read receipt | Alexey Rusakov |
2021-08-09 | Enhanced logging for read receipts | Alexey Rusakov |
2021-07-30 | Room::setReadReceipt() | Alexey Rusakov |
2021-07-30 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-07-30 | Quotient::ReadReceipt; deprecated readMarker() | Alexey Rusakov |
2021-07-30 | Use a better type in makeRedacted | Alexey Rusakov |
2021-07-30 | Room: drop 0.6 deprecations; deprecate RoomAliasEvent | Alexey Rusakov |
2021-07-28 | Room: fix the read markers/receipts confusion | Alexey Rusakov |
2021-07-28 | Room::usersAtEventId(): switch from QMultiHash to QHash of QSets | Alexey Rusakov |
2021-07-28 | setFirst/LastDisplayedEvent(): warn about unloaded events | Alexey Rusakov |
2021-07-24 | Wrap SyncRoomData counters into Omittables | Alexey Rusakov |