Age | Commit message (Expand) | Author |
2022-09-04 | CallEventBase -> CallEvent; pack up all call events | Alexey Rusakov |
2022-09-04 | RoomStateView::content() | Alexey Rusakov |
2022-09-04 | More cleanup | Alexey Rusakov |
2022-09-04 | Streamline event types | Alexey Rusakov |
2022-09-04 | DEFINE_SIMPLE_EVENT: support custom JSON keys | Alexey Rusakov |
2022-08-26 | Merge #547: Implement device verification | Alexey Rusakov |
2022-08-25 | Cleanup | Alexey Rusakov |
2022-08-24 | Merge branch 'dev' into device-verification | Alexey Rusakov |
2022-08-10 | Emit Room::newFileTransfer when downloading a file | Tobias Fella |
2022-08-05 | eventloader.h: use basicJson() in a uniform way | Alexey Rusakov |
2022-07-25 | Fix accidentally logging all receipt authors | Alexey Rusakov |
2022-07-25 | Don't redact certain event types even though lib doesn't know them | Alexey Rusakov |
2022-07-16 | Speed up read receipt updates | Alexey Rusakov |
2022-07-16 | Room::decryptIncomingEvents() | Alexey Rusakov |
2022-07-12 | Refactor things around EncryptionEvent[Content] | Alexey Rusakov |
2022-07-11 | Reuse Room::setState() overloads from one another | Alexey Rusakov |
2022-06-23 | Streamline Room::P::shouldRotateMegolmSession() | Alexey Rusakov |
2022-06-21 | room.cpp: replace two signal connections with one | Alexey Rusakov |
2022-06-18 | Drop pre-Qt 5.15 code | Alexey Rusakov |
2022-06-17 | Further fix building with Qt 6 | Alexey Rusakov |
2022-06-04 | Address Sonar warnings | Alexey Rusakov |
2022-06-01 | Immediately create a new megolm session when user leaves instead of | Tobias Fella |
2022-05-31 | Merge branch 'dev' into update-api-update | Alexey Rusakov |
2022-05-31 | Fix Room::getPreviousContent() to match new CS API | Alexey Rusakov |
2022-05-29 | Move some Meg/Olm session logic from Room::Private to Connection::Private | Alexey Rusakov |
2022-05-29 | Refactor creation of Megolm sessions in Room | Alexey Rusakov |
2022-05-29 | Cleanup and address Sonar warnings | Alexey Rusakov |
2022-05-29 | Move encryptFile/decryptFile out of EncryptedFileMetadata | Alexey Rusakov |
2022-05-29 | Cleanup and fix Sonar warnings | Alexey Rusakov |
2022-05-29 | Refactor EncryptedFile and EC::FileInfo::file | Alexey Rusakov |
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 |