Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Merge branch 'dev' into device-verification | Alexey Rusakov | |
# Conflicts: # autotests/testfilecrypto.cpp # lib/connection.cpp # lib/connection.h # lib/database.cpp # lib/database.h # lib/e2ee/qolmoutboundsession.cpp # lib/e2ee/qolmoutboundsession.h # lib/eventitem.h # lib/events/encryptedevent.cpp # lib/events/encryptedevent.h # lib/events/encryptedfile.cpp # lib/events/encryptedfile.h # lib/events/keyverificationevent.cpp # lib/events/keyverificationevent.h # lib/events/roomkeyevent.h # lib/room.cpp # lib/room.h | |||
2022-05-29 | Refactor creation of Megolm sessions in Room | Alexey Rusakov | |
Notably, replace a multi-level hash map with QMultiHash and factor out Room::P::createOlmSession(). | |||
2022-05-19 | Document devices tuple | 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 | Add database migration | Tobias Fella | |
2022-05-16 | More work; Update olm pickle & timestamps in database; Remove TODOs | 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-02 | Implement key verification | Tobias Fella | |
2022-04-16 | Merge branch 'dev' into sendmessages | Tobias Fella | |
2022-04-09 | Prepare for MSC 3700 | Tobias Fella | |
2022-03-23 | Add database migration | Tobias Fella | |
2022-03-10 | More work; Update olm pickle & timestamps in database; Remove TODOs | 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-08 | Store time of last decrypted message for each olm session | Tobias Fella | |
Is required to correctly choose a session to use for sending messages | |||
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-16 | Add a few missing QUOTIENT_API stanzas | Alexey Rusakov | |
Also, removed Q_GADGET macros from key verification events as those don't seem to do anything (no Q_ENUM/Q_FLAG things, namely). | |||
2022-02-12 | Replace QPair with std::pair | 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-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 | |