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-04-16
Fixes
Tobias Fella
2022-04-16
Merge branch 'dev' into sendmessages
Tobias Fella
2022-04-09
Comment out debug statement
Tobias Fella
2022-04-09
Prepare for MSC 3700
Tobias Fella
2022-04-09
Don't crash when decrypting existing messages
Tobias Fella
2022-03-10
Minor fix
Tobias Fella
2022-03-10
Update lib/room.cpp
Tobias Fella
2022-03-10
More work; Update olm pickle & timestamps in database; Remove TODOs
Tobias Fella
2022-03-10
Properly create encrypted edits
Tobias Fella
2022-03-10
Implement sending encrypted files
Tobias Fella
2022-03-10
Keep log of where we send keys and send keys to new devices and users
Tobias Fella
2022-03-10
Save and load outgoing megolm session
Tobias Fella
2022-03-10
Implement sending encrypted messages
Tobias Fella
2022-03-07
Store the device's ed25519 in the database
Tobias Fella
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
[next]