aboutsummaryrefslogtreecommitdiff
path: root/lib/events
AgeCommit message (Expand)Author
2021-12-29Add QUOTIENT_API throughout non-generated codeAlexey Rusakov
2021-12-28EventContent::FileInfo: default payloadSize to 0Alexey Rusakov
2021-12-27Merge branch 'dev' into pinnedarawaaa
2021-12-27EventFactory: remove default constructorAlexey Rusakov
2021-12-27Key* strings: drop 'static'; add 'constexpr' where okAlexey Rusakov
2021-12-24Prune empty/ish call*event.cpp filesAlexey Rusakov
2021-12-22StateEventBase: force type to unknown if stateKey is not in JSONAlexey Rusakov
2021-12-22Simplify the code around EventFactory<>Alexey Rusakov
2021-12-21Don't chain RoomEvent to Event factory any moreAlexey Rusakov
2021-12-17RoomMemberEvent: fix an off-by-one errorAlexey Rusakov
2021-12-10Apply suggestions from code reviewTobias Fella
2021-12-09Ifdef all the thingsTobias Fella
2021-12-08Store encryptedevent in decrypted roomeventsTobias Fella
2021-12-07Rename "crypto" -> "e2ee"Tobias Fella
2021-12-07Port E2EE to database instead of JSON filesTobias Fella
2021-12-03Cleanup; drop an unused RoomAliasesEvent constructorAlexey Rusakov
2021-12-02Improve function_traits<>; split out from util.*Alexey Rusakov
2021-12-02visit(Event, ...) -> switchOnType()Alexey Rusakov
2021-12-01Apply suggestions from code reviewTobias Fella
2021-12-01Apply even more suggestionsTobias Fella
2021-12-01Store pickling key in qtkeychain and pickle encryptedTobias Fella
2021-12-01Implement key verification eventsCarl Schwan
2021-12-01Remove duplicated fileCarl Schwan
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-28Event::unsignedPart()Alexey Rusakov
2021-11-27basicEventJson(): dismiss with the templateAlexey Rusakov
2021-11-27Event::content() -> contentPart()Alexey 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-19CleanupAlexey Rusakov
2021-11-12Make ReceiptEvent constructible from contentAlexey Rusakov
2021-11-08Q_DISABLE_MOVE/COPY_MOVE; QT_IGNORE_DEPRECATIONSAlexey Rusakov
2021-10-12RoomMemberEvent::is*(): fix comparison against OmittableAlexey Rusakov
2021-09-18Merge pull request #505 from TobiasFella/encryptedfileAlexey Rusakov
2021-09-18Add the encryptedfile to the eventcontentTobias Fella
2021-09-14Add room types to RoomCreateEventTobias Fella
2021-09-11Add convenience function for activating encryption and fixTobias Fella
2021-08-22RoomEvent: drop timestamp()Alexey Rusakov
2021-08-22Drop other stuff deprecated pre- or early 0.6Alexey Rusakov
2021-08-02More doc-commentsAlexey Rusakov
2021-07-30Clean up after the previous commitAlexey Rusakov
2021-07-30Room: drop 0.6 deprecations; deprecate RoomAliasEventAlexey Rusakov
2021-07-18Merge branch 'kitsune-member-state-enum' into masterAlexey Rusakov
2021-07-18Fix bit rot in commentsAlexey Rusakov
2021-07-18MembershipType -> Membership, also used for JoinStateAlexey Rusakov
2021-07-18Re-apply the previous commit and actually fix the breakageAlexey Rusakov
2021-07-18Revert previous commitAlexey Rusakov