Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | Align AudioContent with the rest; special-case creation of VideoContent only | Kitsune Ral | |
The spec is told to allow any event to have a thumbnail in future, and the thumbnail will reside under "content" JSON key rather than "info". | |||
2016-08-25 | Structured parsing, folded repetitive initialization code | Kitsune Ral | |
2016-08-24 | Introduce TextContent + minor cleanup | Kitsune Ral | |
TextContent is a class to deal with formatted (HTML, RTF, Markdown) text messages. Right now it only supports Vector's non-standard "formatted_body". | |||
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 | |
According to the spec, this key has the same status as msgtype: both should exist in any message. Besides, it's always supposed to be a plain text so there's no polymorphism allowed here. | |||
2016-08-24 | Moved message content classes to a dedicated namespace | Kitsune Ral | |
2016-08-15 | Fixed a typo in the enum definition | Kitsune Ral | |
Fortunately, the clients don't seem to use it atm. | |||
2016-04-09 | Implement different types of messages | Felix Rohrbach | |
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |