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-12-01
Move non-cache data to a non-cache location
Tobias Fella
2021-12-01
Various improvements and fixes
Tobias Fella
2021-12-01
Try decrypting existing messages when a new key is added
Tobias Fella
2021-12-01
Add mxc protocol to the networkaccessmanager
Tobias Fella
2021-12-01
Handle encrypted file download through existing API
Tobias Fella
2021-12-01
Implement download and decryption of encrypted files
Tobias Fella
2021-12-01
Store pickling key in qtkeychain and pickle encrypted
Tobias Fella
2021-12-01
Various fixes
Tobias Fella
2021-12-01
Implement (meg)olm key caching, megolm decrypting, EncryptedEvent
Tobias Fella
2021-12-01
Fix build without E2EE
Tobias Fella
2021-12-01
Fix setting encrypted flag in rooms
Carl Schwan
2021-12-01
Update tracked users list when new user joins encrypted room
Tobias Fella
2021-12-01
Start tracking user's devices when a a room starts being encrypted
Tobias Fella
2021-12-01
Apply a few more comments
Carl Schwan
2021-12-01
Apply suggestions from code review
Carl Schwan
2021-12-01
E2EE: initial port to internal olm wrapper
Alexey Andreyev
2021-12-01
Remove duplicated file
Carl Schwan
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
[next]