summary refs log tree commit diff
path: root/src/events/messages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-048-323/+0
|
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-4/+2
|
* Style change againKonstantinos Sideris2017-09-108-94/+94
|
* Small style changeKonstantinos Sideris2017-08-208-8/+16
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-078-0/+317
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.