summary refs log tree commit diff
path: root/include/events/MessageEventContent.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-74/+0
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-6/+1
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-4/+3
|
* Style change againKonstantinos Sideris2017-09-101-23/+23
|
* Small style changeKonstantinos Sideris2017-08-201-5/+9
|
* Add serialization on matrix eventsKonstantinos Sideris2017-07-301-1/+2
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use strongly typed enumsKonstantinos Sideris2017-05-081-1/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-0/+78
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.