Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-06 | Create StateEventBase events if state_key is there | Kitsune Ral | |
This makes unknown state events to still be treated as state events. | |||
2018-11-17 | StateEventBase::replacedState() | Kitsune Ral | |
Brings event id of the state event that was in effect before this one arrived. This key is not specced but it's used in the wild since forever. | |||
2018-11-04 | StateEvent::dumpTo: add state_key to the logline | Kitsune Ral | |
2018-11-04 | Support dumping Events to QDebug | Kitsune Ral | |
2018-07-04 | Break down event.* into smaller files | Kitsune Ral | |
We now have event.*, roomevent.*, stateevent.* and eventloader.h. If you only use event leaf-classes (such as RoomMemberEvent) you shouldn't notice anything. |