Age | Commit message (Expand) | Author |
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-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 |
2021-11-15 | Port away from deprecated upfront percent encoding | Tobias Fella |
2021-11-12 | Make ReceiptEvent constructible from content | Alexey Rusakov |
2021-11-12 | Fix building with GCC | Alexey Rusakov |
2021-11-11 | Update comments around read receipts code | Alexey Rusakov |
2021-11-11 | Merge branch 'dev' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-11-08 | Room::Change: deprecate AccountDataChange, ReadMarkerChange | Alexey Rusakov |
2021-11-08 | Drop unused #include | Alexey Rusakov |
2021-11-07 | Add method to get all state events in a room | Smitty |
2021-10-10 | Room: actually initialise read marker when needed | Alexey Rusakov |
2021-10-10 | Merge branch 'master' into kitsune-fix-read-receipts-and-markers | Alexey Rusakov |
2021-10-10 | Keep the reply when replacing an event | Tobias Fella |
2021-10-04 | Room: use more modern Connection API | Alexey Rusakov |
2021-09-12 | Merge pull request #506 from TobiasFella/activateencryption | Alexey Rusakov |
2021-09-12 | Merge pull request #499 from TobiasFella/mxcnam | Alexey Rusakov |
2021-09-11 | Add convenience function for activating encryption and fix | Tobias Fella |
2021-09-10 | Move URL creation to Room/Connection; use query instead of fragment | Alexey Rusakov |
2021-09-09 | Straighten up file transfer cancellation | Alexey Rusakov |
2021-08-30 | Room: displayNameForHtml | Alexey Rusakov |
2021-08-23 | Room: isMember(); memberState() only needs user id | Alexey Rusakov |
2021-08-22 | Use Q_DECL_DEPRECATED_X instead of \deprecated doc-comment | Alexey Rusakov |
2021-08-10 | Room::Private::sync/historyEdge() | Alexey Rusakov |