Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-11 | EventFactory::make() should return nullptr in case of failure | Kitsune Ral | |
Otherwise factory chaining doesn't work right (an unknown event returned by a chained factory is treated as successful parsing). | |||
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. |