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-05-19
Fix FTBFS without E2EE
Alexey Rusakov
2022-05-19
Apply suggestions
Tobias Fella
2022-05-19
Apply Suggestions
Tobias Fella
2022-05-19
Update lib/room.cpp
Tobias Fella
2022-05-19
Use list of 3-tuple instead of map
Tobias Fella
2022-05-18
Make database independent of {Room, User, Connection}
Tobias Fella
2022-05-16
Fix build failures
Tobias Fella
2022-05-16
Fixes
Tobias Fella
2022-05-16
More work; Update olm pickle & timestamps in database; Remove TODOs
Tobias Fella
2022-05-16
Properly create encrypted edits
Tobias Fella
2022-05-16
Implement sending encrypted files
Tobias Fella
2022-05-16
Keep log of where we send keys and send keys to new devices and users
Tobias Fella
2022-05-16
Save and load outgoing megolm session
Tobias Fella
2022-05-16
Implement sending encrypted messages
Tobias Fella
2022-05-16
QOlmExpected and associated refactoring
Alexey Rusakov
2022-05-16
room.cpp: use return {} where appropriate
Alexey Rusakov
2022-05-14
Cleanup across the board
Alexey Rusakov
2022-05-11
CallAnswerEvent: drop lifetime
Alexey Rusakov
2022-05-11
Fix race condition in consumeRoomData()
Alexey Rusakov
2022-05-08
More cleanup
Alexey Rusakov
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-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
[next]