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
2022-02-27
Apply suggestions
Tobias Fella
2022-02-26
Check that decrypted events are for the current room
Tobias Fella
2022-02-13
Merge branch 'dev'
Alexey Rusakov
2022-02-12
Replace QPair with std::pair
Tobias Fella
2022-02-11
Implement more suggestions
Tobias Fella
2022-01-23
Refactor Room::setState()
Alexey Rusakov
2022-01-23
RoomStateView
Alexey Rusakov
2022-01-21
Redo EventRelation; deprecate RelatesTo
Alexey Rusakov
2022-01-06
Cleanup Room::pinnedEvents()
Alexey Rusakov
2022-01-01
OtherChange is Change::Other now
Alexey Rusakov
2021-12-27
Merge branch 'dev' into pinned
arawaaa
2021-12-10
Remove data from database when leaving room
Tobias Fella
2021-12-10
Apply suggestions from code review
Tobias Fella
2021-12-10
Use individual databases for each connection
Tobias Fella
2021-12-09
Ifdef all the things
Tobias Fella
2021-12-08
Store encryptedevent in decrypted roomevents
Tobias Fella
2021-12-07
Maintain list of undecrypted events to speed up decryption of old
Tobias Fella
2021-12-07
Fixes
Tobias Fella
2021-12-07
Rename "crypto" -> "e2ee"
Tobias Fella
2021-12-07
Port E2EE to database instead of JSON files
Tobias Fella
2021-12-02
visit(Event, ...) -> switchOnType()
Alexey Rusakov
2021-12-01
More improvements
Tobias Fella
2021-12-01
Apply even more suggestions
Tobias Fella
2021-12-01
Apply more suggestions
Tobias Fella
2021-12-01
Apply suggestions from code review
Tobias Fella
2021-12-01
Use UnorderedMap instead of std::map
Tobias Fella
2021-12-01
Add function to decrypt notifications
Tobias Fella
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-29
Track room stubbed state size in logs
Alexey Rusakov
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
[next]