aboutsummaryrefslogtreecommitdiff
path: root/events
AgeCommit message (Expand)Author
2016-10-07Fixed leaks of RoomMessageEvent contentKitsune Ral
2016-10-07Use Q_DECLARE_TYPEINFO correctlyKitsune Ral
2016-09-21Merge pull request #31 from Fxrh/kitsune-sender-in-all-eventsKitsuneRal
2016-09-21Push sender from RoomTopicEvent to EventKitsune Ral
2016-09-16Room: change the way messages are orderedKitsune 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-08-29RoomTopicEvent: parse and provide sender informationKitsune Ral
2016-08-29Align AudioContent with the rest; special-case creation of VideoContent onlyKitsune Ral
2016-08-25Structured parsing, folded repetitive initialization codeKitsune Ral
2016-08-24Introduce TextContent + minor cleanupKitsune Ral
2016-08-24Drop unused (by code and by spec) hsob_ts valueKitsune Ral
2016-08-24Move plain body from Base (former MessageEventContent) inside RoomMessageEventKitsune Ral
2016-08-24Moved message content classes to a dedicated namespaceKitsune Ral
2016-08-22Replaced QList<> with QVector<> where appropriate + minor code cleanupKitsune Ral
2016-08-22findInsertionPos: allow usage with polymorphic typesKitsune Ral
2016-08-15Fixed a typo in the enum definitionKitsune Ral
2016-05-27Enhance loggingKitsune Ral
2016-05-27Use nullptrKitsune Ral
2016-05-26Introducing EventList class + minor fixKitsune Ral
2016-04-11Merge pull request #2 from KitsuneRal/code-maintenanceFelix Rohrbach
2016-04-11Factor out the code that searches an insertion point in a timeline.Kitsune Ral
2016-04-11Use a more telling log line than !!!!Kitsune Ral
2016-04-11Missing method in the last commitFelix Rohrbach
2016-04-09Implement different types of messagesFelix Rohrbach
2016-04-08Use class instead of struct to remove warningKitsune Ral
2016-04-05Imported the current source tree from Quaternion/lib.Kitsune Ral