summary refs log tree commit diff
path: root/src/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-0420-1113/+0
|
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-4/+2
|
* Parse unsigned keyKonstantinos Sideris2017-11-061-0/+26
|
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-281-4/+4
| | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline.
* Style change againKonstantinos Sideris2017-09-1020-391/+394
|
* Small style changeKonstantinos Sideris2017-08-2020-46/+78
|
* Rename Event.h header to avoid header conflictKonstantinos Sideris2017-08-051-1/+1
|
* Add serialization on matrix eventsKonstantinos Sideris2017-07-3011-0/+157
|
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-5/+5
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-0710-0/+401
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add matrix::events namespaceKonstantinos Sideris2017-05-0411-1/+21
|
* Add base Event classKonstantinos Sideris2017-05-041-0/+61
|
* Add event contentsKonstantinos Sideris2017-05-0410-0/+415