index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
room.cpp
Age
Commit message (
Expand
)
Author
2021-11-27
Code cleanup
Alexey Rusakov
2021-11-27
Event::content() -> contentPart()
Alexey Rusakov
2021-11-27
Merge pull request #518 from Smittyvb/room-stateEvents
Alexey Rusakov
2021-11-26
Add Room::{stateEventsOfType,currentState}
Smitty
2021-11-26
Fix crashing on invalid member and encryption events
Alexey Rusakov
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
[next]