aboutsummaryrefslogtreecommitdiff
path: root/events/event.cpp
AgeCommit message (Expand)Author
2018-03-05ReadMarkerEvent; TagEvent remade with less boilerplate codeKitsune Ral
2018-02-26Deal with memory more carefullyKitsune Ral
2018-02-26TagEvent: m.tag events parsingKitsune Ral
2018-02-19Fix a typo in the previous commitKitsune Ral
2018-02-07RoomEvent/RoomMemberEvent: do not store what can be calculated on the flyKitsune Ral
2017-12-27Introduce StateEventBase - a non-template base for StateEvent<>Kitsune Ral
2017-12-16Fix an assertion failure when redacting an unknown eventKitsune Ral
2017-12-14Move all internal event pointers to std::unique_ptr<>Kitsune Ral
2017-12-12Fix a compiler warningKitsune Ral
2017-12-11Whitelist origin_server_ts in redaction logicKitsune Ral
2017-12-10RedactionEvent and RoomEvent::redactedBecause()Kitsune Ral
2017-11-01StateEvent; EventContent::SimpleContent; event types refactoringKitsune Ral
2017-10-27Support m.room.avatar eventsKitsune Ral
2017-10-02Introduce EncryptionEvent classKitsune Ral
2017-09-19Event::originalJsonObject(), RoomEvent validations commented outKitsune Ral
2017-07-18Room event timestamp can also be undefinedRoman Plášil
2017-07-16Fixed too strict validations in (Room)EventKitsune Ral
2017-06-22Enable creation and usage of Event and RoomEvent objects locally, including QMLKitsune Ral
2017-05-22Refactored EventsKitsune Ral
2017-05-22util.h: lookup() uses forwarding refs; added Dispatch/dispatch and REGISTER_ENUMKitsune Ral
2017-05-13Refactored logging enhancementsKitsune Ral
2017-04-30Port to categorized loggingElvis Angelaccio
2017-02-28Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t...Kitsune Ral
2017-02-28Parse event id for all events; timestamp for all except typing and receiptsKitsune Ral
2016-09-21Push sender from RoomTopicEvent to EventKitsune Ral
2016-09-14Don't search for event_id and origin_server_ts in m.receipt eventsKitsune Ral
2016-09-07A generic lookup(), and its usage in Event and RoomMessageEventKitsune Ral
2016-09-07Event::fromJson(): made the code more compact (correctly this time)Kitsune Ral
2016-09-07Temporarily revert "Event::fromJson(): made the code more compact" as it brea...Kitsune Ral
2016-08-31QList<Event*> -> using Events=QVector<Event*>Kitsune Ral
2016-08-31Event::fromJson(): made the code more compactKitsune Ral
2016-05-27Enhance loggingKitsune Ral
2016-05-26Introducing EventList class + minor fixKitsune Ral
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral