Age | Commit message (Expand) | Author |
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 |
2021-12-01 | Remove duplicated file | Carl Schwan |
2021-11-29 | Track room stubbed state size in logs | Alexey Rusakov |
2021-11-27 | Code cleanup | Alexey Rusakov |
2021-11-27 | Event::content() -> contentPart() | Alexey Rusakov |
2021-11-27 | Merge pull request #518 from Smittyvb/room-stateEvents | Alexey Rusakov |
2021-11-26 | Add Room::{stateEventsOfType,currentState} | Smitty |
2021-11-26 | Fix crashing on invalid member and encryption events | Alexey Rusakov |
2021-11-26 | Room::processEphemeralEvents: Fix updatedCount always being zero | Alexey Rusakov |
2021-11-26 | Event: deprecate originalJson[Object]() | Alexey Rusakov |
2021-11-22 | Fix stupid false-negatives from Room::updateStats() | Alexey Rusakov |
2021-11-22 | Fix a crash on trying to mark unknown events as fully read | Alexey Rusakov |
2021-11-21 | Log the hexadecimal value of Changes too, just in case | Alexey Rusakov |
2021-11-21 | EventStats and Room::partiallyRead/unreadStats() | Alexey Rusakov |
2021-11-21 | Room::Private::postprocessChanges() | Alexey Rusakov |
2021-11-21 | SyncData: support MSC2654; partiallyReadCount | Alexey Rusakov |
2021-11-21 | Room: isEventNotable, notificationFor, checkForNotifications | Alexey Rusakov |
2021-11-19 | Make enum values logging more terse() | Alexey Rusakov |
2021-11-18 | Make Room::Changes an enum class; simplify enumerators | Alexey Rusakov |
2021-11-17 | Room: refactoring around logging (esp. profile logs) | Alexey Rusakov |
2021-11-17 | Merge branch 'dev' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-11-17 | Room: lastLocalReadReceipt(), localReadReceiptMarker() | Alexey Rusakov |
2021-11-17 | Bind read receipts to userIds, not to User* values | Alexey Rusakov |
2021-11-16 | Merge pull request #520 from TobiasFella/implicitthiscapture | Alexey Rusakov |
2021-11-16 | Port away from implicit 'this' captures in lambdas | Tobias Fella |