Age | Commit message (Expand) | Author |
2021-12-22 | StateEventBase: force type to unknown if stateKey is not in JSON | Alexey Rusakov |
2021-12-22 | Simplify the code around EventFactory<> | Alexey Rusakov |
2021-12-21 | Don't chain RoomEvent to Event factory any more | Alexey Rusakov |
2021-12-17 | RoomMemberEvent: fix an off-by-one error | Alexey Rusakov |
2021-12-03 | Cleanup; drop an unused RoomAliasesEvent constructor | Alexey Rusakov |
2021-12-02 | Cleanup on Sonar issues | Alexey Rusakov |
2021-12-02 | Improve function_traits<>; split out from util.* | Alexey Rusakov |
2021-12-02 | visit(Event, ...) -> switchOnType() | Alexey Rusakov |
2021-11-29 | Track room stubbed state size in logs | Alexey Rusakov |
2021-11-28 | Simplify converters.* | Alexey Rusakov |
2021-11-28 | Comment on const return types in event.h | Alexey Rusakov |
2021-11-28 | Don't std::move when the callee doesn't support it | Alexey Rusakov |
2021-11-28 | One more small thing to actually fix CI breakage | Alexey Rusakov |
2021-11-28 | Fix CI breakage caused by the previous commit | Alexey Rusakov |
2021-11-28 | Event::unsignedPart() | Alexey Rusakov |
2021-11-27 | basicEventJson(): dismiss with the template | 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 | Revert "Drop #include "logging.h" from event.h" | Alexey Rusakov |
2021-11-26 | Event: deprecate originalJson[Object]() | Alexey Rusakov |
2021-11-26 | Drop #include "logging.h" from event.h | Alexey Rusakov |
2021-11-26 | Drop Q_GADGET from most uncopyable classes; other minor cleanup | Alexey Rusakov |
2021-11-24 | Don't require C++20 from the clients just yet | 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 | Document Room::Change and its enumerators | 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-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 |