Age | Commit message (Expand) | Author |
2019-01-05 | RoomMessageEvent: easier creation of file-based events | Kitsune Ral |
2019-01-05 | More defaults to construct LocationContent and PlayableContent | Kitsune Ral |
2019-01-05 | EventContent: only dump to json non-empty/valid values | Kitsune Ral |
2019-01-05 | Make content in events editable | Kitsune Ral |
2019-01-05 | EventContent: use qint64 for the payload size | Kitsune Ral |
2018-12-26 | EventContent: allow empty (default-constructed) thumbnails | Kitsune Ral |
2018-12-26 | RoomAvatarEvent: use correct #includes | Kitsune Ral |
2018-12-11 | RoomMemberEvent: properly integrate with GetMembersByRoomJob | Kitsune Ral |
2018-12-08 | EventContent: minor cleanup | Kitsune Ral |
2018-12-08 | Refactor toJson/fillJson | Kitsune Ral |
2018-12-08 | StateEvent<>: make data members private | Kitsune Ral |
2018-12-08 | RoomMemberEvent: cleanup | Kitsune Ral |
2018-11-20 | eventloader.h: drop unneeded #include | Kitsune Ral |
2018-11-17 | StateEventBase::replacedState() | Kitsune Ral |
2018-11-14 | Room: fix incorrect handling of state event redactions | Kitsune Ral |
2018-11-14 | DEFINE_SIMPLE_STATE_EVENT: Add default constructor | Kitsune Ral |
2018-11-14 | Improvements in comments | Kitsune Ral |
2018-11-04 | StateEventKey and std::hash<StateEventKey> to arrange state events in hashmaps | Kitsune Ral |
2018-11-04 | StateEvent::dumpTo: add state_key to the logline | Kitsune Ral |
2018-11-04 | Support dumping Events to QDebug | Kitsune Ral |
2018-11-04 | DEFINE_SIMPLE_STATE_EVENT: fix construction from an rvalue QJsonObject | Kitsune Ral |
2018-11-04 | DEFINE_SIMPLE_STATE_EVENT: fix value_type mistakenly dubbed as content_type | Kitsune Ral |
2018-10-04 | events.h: #ifndef DISABLE_EVENTTYPE -> #ifdef ENABLE_EVENTTYPE_ALIAS | Kitsune Ral |
2018-10-04 | Modernise and fix code dealing with call events | Kitsune Ral |
2018-09-30 | toJson(TagRecord): don't dump order if there's none | Kitsune Ral |
2018-09-29 | Prepare for CS API 0.4.0 | Kitsune Ral |
2018-09-16 | Merge remote-tracking branch 'upstream/master' | Josip Delic |
2018-09-02 | Switch tag order from strings to floats, as The Spec preaches | Kitsune Ral |
2018-08-25 | Set state event | Josip Delic |
2018-08-25 | Update make it compile | Josip Delic |
2018-08-25 | Update marius voip to new libqtmc | Josip Delic |
2018-08-13 | accountdataevents.h: Drop useless(?) static declarations for tag names | Kitsune Ral |
2018-08-06 | RoomMemberEvent: a set of is*() facility methods | Kitsune Ral |
2018-08-05 | eventCast: add an assertion | Kitsune Ral |
2018-08-03 | RoomEvent: fix wrong JSON key to pick/store transaction id | Kitsune Ral |
2018-08-01 | Event: use Q_DISABLE_COPY | Kitsune Ral |
2018-07-31 | RoomEvent: don't store transactionId separately | Kitsune Ral |
2018-07-27 | Initial support for local echo | Kitsune Ral |
2018-07-27 | makeEvent<>: Add a doc comment | Kitsune Ral |
2018-07-27 | event.h: drop eventCast for references; other cleanup | Kitsune Ral |
2018-07-11 | Introduce DISABLE_EVENTTYPE flag | Kitsune Ral |
2018-07-11 | EventFactory::make() should return nullptr in case of failure | Kitsune Ral |
2018-07-11 | Add missing #includes | Kitsune Ral |
2018-07-11 | event.h: protect from readding factory methods | Kitsune Ral |
2018-07-11 | EventTypeRegistry::getMatrixType(): move implementation to .cpp | Kitsune Ral |
2018-07-10 | Room::postHtmlMessage() - a facility method to send HTML messages | Kitsune Ral |
2018-07-09 | Add a missing #include | Kitsune Ral |
2018-07-09 | Fix legacy EventType values being incorrectly initialised | Kitsune Ral |
2018-07-08 | Use constexpr functions instead of variables | Kitsune Ral |
2018-07-08 | visit<>(): drop the overload for pointer-like objects | Kitsune Ral |