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
/
database.cpp
Age
Commit message (
Expand
)
Author
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-09
Update lib/database.cpp
Tobias Fella
2022-03-08
Store time of last decrypted message for each olm session
Tobias Fella
2022-03-07
Add datbase migration
Tobias Fella
2022-03-07
Store the device's ed25519 in the database
Tobias Fella
2022-02-24
Fix all tests
Tobias Fella
2022-02-12
Replace QPair with std::pair
Tobias Fella
2022-01-30
Port devices list to database
Tobias Fella
2021-12-22
Another improvement
Tobias Fella
2021-12-22
Apply suggestions from code review
Tobias Fella
2021-12-10
Remove data from database when leaving room
Tobias Fella
2021-12-10
Use individual databases for each connection
Tobias Fella
2021-12-09
Rename database
Tobias Fella
2021-12-08
Update logging categories
Tobias Fella
2021-12-07
snake_case table names
Tobias Fella
2021-12-07
Fixes
Tobias Fella
2021-12-07
id -> matrixId
Tobias Fella
2021-12-07
Rename "crypto" -> "e2ee"
Tobias Fella
2021-12-07
Port E2EE to database instead of JSON files
Tobias Fella