Age | Commit message (Expand) | Author |
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-21 | Minor brushup in the comment to QUO_DECLARE_FLAGS | Alexey Rusakov |
2021-11-19 | Cleanup | 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 | Fix QDateTime(QDate) deprecation warnings | 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 | Room: doc-comments cleanup | 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 a few quirks in converters.h | Alexey Rusakov |
2021-11-12 | Fix building with GCC | Alexey Rusakov |
2021-11-11 | Fix a few quirks in converters.h | 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-11 | DECL_DEPRECATED_ENUMERATOR | Alexey Rusakov |
2021-11-08 | Room::Change: deprecate AccountDataChange, ReadMarkerChange | Alexey Rusakov |
2021-11-08 | Drop unused #include | Alexey Rusakov |
2021-11-08 | Q_DISABLE_MOVE/COPY_MOVE; QT_IGNORE_DEPRECATIONS | Alexey Rusakov |
2021-11-03 | Merge pull request #513 from TobiasFella/editedreplies | Alexey Rusakov |
2021-10-17 | Room: qualify signal parameters | Alexey Rusakov |
2021-10-13 | Connection::resolveServer(): don't connect to loginFlowsJob | Alexey Rusakov |
2021-10-13 | connection.h: more doc-comments | Alexey Rusakov |
2021-10-12 | Make sure to expose both the flags type and the underlying enum | Alexey Rusakov |
2021-10-12 | Omittable: add a deduction guide | Alexey Rusakov |
2021-10-12 | RoomMemberEvent::is*(): fix comparison against Omittable | Alexey Rusakov |
2021-10-11 | formatJson(QDebug): Drop some very old cruft | Alexey Rusakov |
2021-10-10 | Room: actually initialise read marker when needed | Alexey Rusakov |
2021-10-10 | ReadReceipt::operator==/!=: Add const where it's due | 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-05 | Connection: fix C++20 warnings | Alexey Rusakov |
2021-10-05 | BaseJob: refresh error handling | Alexey Rusakov |
2021-10-05 | BaseJob::StatusCode: officially deprecate most *Error enumerators | Alexey Rusakov |
2021-10-04 | Room: use more modern Connection API | Alexey Rusakov |
2021-10-04 | Regenerate CS API files upon the previous commit | Alexey Rusakov |
2021-10-04 | BaseJob: percent-encode variable path parts | Alexey Rusakov |
2021-10-04 | Make connectSingleShot() a tiny wrapper on Qt 6 | Alexey Rusakov |
2021-10-04 | Drop old compatibility code | Alexey Rusakov |
2021-10-04 | Move away wrap_in_function to private interface | Alexey Rusakov |
2021-10-04 | quotient_common.h: remove a stray semicolon | Alexey Rusakov |
2021-10-04 | Further tighten the linkifier in prettyPrint() | Alexey Rusakov |