Age | Commit message (Expand) | Author |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-16 | Make sure message body is treated as plain text | Kitsune Ral |
2017-02-28 | Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t... | Kitsune Ral |
2017-02-28 | Parse event id for all events; timestamp for all except typing and receipts | Kitsune Ral |
2017-02-26 | Skip read events with an empty event id | Kitsune Ral |
2017-02-23 | Receipts internal handling improved | Kitsune Ral |
2016-11-14 | Merge branch 'pragma-once' | Kitsune Ral |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-01 | Receipt: eventId is extraneous inside the receipt, since receipts are associa... | Kitsune Ral |
2016-11-01 | Removed unused #includes | Kitsune Ral |
2016-10-07 | Fixed leaks of RoomMessageEvent content | Kitsune Ral |
2016-10-07 | Use Q_DECLARE_TYPEINFO correctly | Kitsune Ral |
2016-09-21 | Merge pull request #31 from Fxrh/kitsune-sender-in-all-events | KitsuneRal |
2016-09-21 | Push sender from RoomTopicEvent to Event | Kitsune Ral |
2016-09-16 | Room: change the way messages are ordered | Kitsune Ral |
2016-09-14 | Don't search for event_id and origin_server_ts in m.receipt events | Kitsune Ral |
2016-09-07 | A generic lookup(), and its usage in Event and RoomMessageEvent | Kitsune Ral |
2016-09-07 | Event::fromJson(): made the code more compact (correctly this time) | Kitsune Ral |
2016-09-07 | Temporarily revert "Event::fromJson(): made the code more compact" as it brea... | Kitsune Ral |
2016-08-31 | QList<Event*> -> using Events=QVector<Event*> | Kitsune Ral |
2016-08-31 | Event::fromJson(): made the code more compact | Kitsune Ral |
2016-08-29 | RoomTopicEvent: parse and provide sender information | Kitsune Ral |
2016-08-29 | Align AudioContent with the rest; special-case creation of VideoContent only | Kitsune Ral |
2016-08-25 | Structured parsing, folded repetitive initialization code | Kitsune Ral |
2016-08-24 | Introduce TextContent + minor cleanup | Kitsune Ral |
2016-08-24 | Drop unused (by code and by spec) hsob_ts value | Kitsune Ral |
2016-08-24 | Move plain body from Base (former MessageEventContent) inside RoomMessageEvent | Kitsune Ral |
2016-08-24 | Moved message content classes to a dedicated namespace | Kitsune Ral |
2016-08-22 | Replaced QList<> with QVector<> where appropriate + minor code cleanup | Kitsune Ral |
2016-08-22 | findInsertionPos: allow usage with polymorphic types | Kitsune Ral |
2016-08-15 | Fixed a typo in the enum definition | Kitsune Ral |
2016-05-27 | Enhance logging | Kitsune Ral |
2016-05-27 | Use nullptr | Kitsune Ral |
2016-05-26 | Introducing EventList class + minor fix | Kitsune Ral |
2016-04-11 | Merge pull request #2 from KitsuneRal/code-maintenance | Felix Rohrbach |
2016-04-11 | Factor out the code that searches an insertion point in a timeline. | Kitsune Ral |
2016-04-11 | Use a more telling log line than !!!! | Kitsune Ral |
2016-04-11 | Missing method in the last commit | Felix Rohrbach |
2016-04-09 | Implement different types of messages | Felix Rohrbach |
2016-04-08 | Use class instead of struct to remove warning | Kitsune Ral |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral |