Age | Commit message (Expand) | Author |
2018-03-05 | ReadMarkerEvent; TagEvent remade with less boilerplate code | Kitsune Ral |
2018-02-26 | Deal with memory more carefully | Kitsune Ral |
2018-02-26 | TagEvent: m.tag events parsing | Kitsune Ral |
2018-02-24 | Don't copy event content in accessors | Kitsune Ral |
2018-02-07 | RoomEvent/RoomMemberEvent: do not store what can be calculated on the fly | Kitsune Ral |
2018-01-25 | StateEvent<>: introduce Prev structure and prevSenderId() accessor | Kitsune Ral |
2018-01-12 | Event/RoomEvent: use Q_DECLARE_METATYPE properly | Kitsune Ral |
2017-12-27 | Introduce StateEventBase - a non-template base for StateEvent<> | Kitsune Ral |
2017-12-27 | StateEvent<>: Look for prev_content in unsigned, not top-level | Kitsune Ral |
2017-12-25 | Code cleanup | Kitsune Ral |
2017-12-16 | Fix an assertion failure when redacting an unknown event | Kitsune Ral |
2017-12-14 | One more fix for older compilers | Kitsune Ral |
2017-12-14 | That virtual ~Event() mentioned in the previous commit message | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-12-13 | EventsBatch: document the class | Kitsune Ral |
2017-12-12 | Fix a compiler warning | Kitsune Ral |
2017-12-10 | RedactionEvent and RoomEvent::redactedBecause() | Kitsune Ral |
2017-12-10 | Introduce RoomEventsView | Kitsune Ral |
2017-12-10 | EventType: Add more enumeration values | Kitsune Ral |
2017-11-16 | Simplify code that loads events from JSON arrays | Kitsune Ral |
2017-11-16 | Require state_key to be present in all state events | Kitsune Ral |
2017-11-01 | Event::isStateEvent(); fixed StateEvent::_prev always being initialised | Kitsune Ral |
2017-11-01 | StateEvent; EventContent::SimpleContent; event types refactoring | Kitsune Ral |
2017-10-27 | Support m.room.avatar events | Kitsune Ral |
2017-10-02 | Introduce EncryptionEvent class | Kitsune Ral |
2017-09-19 | Event::originalJsonObject(), RoomEvent validations commented out | Kitsune Ral |
2017-06-22 | Enable creation and usage of Event and RoomEvent objects locally, including QML | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-02-28 | Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t... | Kitsune Ral |
2016-11-14 | Merge branch 'pragma-once' | Kitsune Ral |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-01 | Removed unused #includes | 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-07 | A generic lookup(), and its usage in Event and RoomMessageEvent | Kitsune Ral |
2016-08-31 | QList<Event*> -> using Events=QVector<Event*> | Kitsune Ral |
2016-08-22 | findInsertionPos: allow usage with polymorphic types | Kitsune Ral |
2016-05-26 | Introducing EventList class + minor fix | Kitsune Ral |
2016-04-11 | Factor out the code that searches an insertion point in a timeline. | Kitsune Ral |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral |