Age | Commit message (Expand) | Author |
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 |
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 |