aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-21Don't chain RoomEvent to Event factory any moreAlexey Rusakov
2021-12-21Add event_loader.h to CMakeListsAlexey Rusakov
2021-12-21Quotest: add a missing \n in the outputAlexey Rusakov
2021-12-17RoomMemberEvent: fix an off-by-one errorAlexey Rusakov
2021-12-10Merge pull request #523 from quotient-im/kitsune/ci-add-autotestsAlexey Rusakov
2021-12-09Fix CI failure on macOSAlexey Rusakov
2021-12-08Test installed quotestAlexey Rusakov
2021-12-07CI: Put all build directories to ${{ runner.workspace }}/buildAlexey Rusakov
2021-12-07Fix valgrind invocation failureAlexey Rusakov
2021-12-07Fix quotest invocation; use working-directoryAlexey Rusakov
2021-12-06autotests/: don't instantiate QApplicationAlexey Rusakov
2021-12-06Add execution of autotests to CIAlexey Rusakov
2021-12-05Drop 'qmc-example' from one last(?) placeAlexey Rusakov
2021-12-03Cleanup; drop an unused RoomAliasesEvent constructorAlexey Rusakov
2021-12-03Add a couple of bare .h files to CMakeLists.txtAlexey Rusakov
2021-12-03Rely on GTAD 0.9 that calls clang-format itselfAlexey Rusakov
2021-12-03CMakeLists.txt: add .h files to sourcesAlexey Rusakov
2021-12-02Cleanup on Sonar issuesAlexey Rusakov
2021-12-02Improve function_traits<>; split out from util.*Alexey Rusakov
2021-12-02visit(Event, ...) -> switchOnType()Alexey Rusakov
2021-11-29Track room stubbed state size in logsAlexey Rusakov
2021-11-28Simplify converters.*Alexey Rusakov
2021-11-28CMakeLists: drop obsolete -W from the warnings listAlexey Rusakov
2021-11-28Comment on const return types in event.hAlexey Rusakov
2021-11-28Don't std::move when the callee doesn't support itAlexey Rusakov
2021-11-28One more small thing to actually fix CI breakageAlexey Rusakov
2021-11-28Fix CI breakage caused by the previous commitAlexey Rusakov
2021-11-28Event::unsignedPart()Alexey Rusakov
2021-11-27basicEventJson(): dismiss with the templateAlexey Rusakov
2021-11-27Code cleanupAlexey Rusakov
2021-11-27Event::content() -> contentPart()Alexey Rusakov
2021-11-27Add SonarCloud analysis to CIAlexey Rusakov
2021-11-27Delete ISSUE_TEMPLATE.mdAlexey Rusakov
2021-11-27Add issue templatesAlexey Rusakov
2021-11-27Merge pull request #518 from Smittyvb/room-stateEventsAlexey Rusakov
2021-11-26Add Room::{stateEventsOfType,currentState}Smitty
2021-11-26Fix crashing on invalid member and encryption eventsAlexey Rusakov
2021-11-26Room::processEphemeralEvents: Fix updatedCount always being zeroAlexey Rusakov
2021-11-26Revert "Drop #include "logging.h" from event.h"Alexey Rusakov
2021-11-26Event: deprecate originalJson[Object]()Alexey Rusakov
2021-11-26Drop #include "logging.h" from event.hAlexey Rusakov
2021-11-26Drop Q_GADGET from most uncopyable classes; other minor cleanupAlexey Rusakov
2021-11-24Merge pull request #521 from quotient-im/kitsune-unread-statisticsAlexey Rusakov
2021-11-24Don't require C++20 from the clients just yetAlexey Rusakov
2021-11-22Fix stupid false-negatives from Room::updateStats()Alexey Rusakov
2021-11-22Fix a crash on trying to mark unknown events as fully readAlexey Rusakov
2021-11-21CI: Restrict workflow concurrency; tighten job timeoutAlexey Rusakov
2021-11-21CI: Nicer and more detailed logging for quotestAlexey Rusakov
2021-11-21Log the hexadecimal value of Changes too, just in caseAlexey Rusakov
2021-11-21Minor brushup in the comment to QUO_DECLARE_FLAGSAlexey Rusakov