Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 20 | -1113/+0 |
| | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -4/+2 |
| | |||||
* | Parse unsigned key | Konstantinos Sideris | 2017-11-06 | 1 | -0/+26 |
| | |||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 1 | -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 again | Konstantinos Sideris | 2017-09-10 | 20 | -391/+394 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 20 | -46/+78 |
| | |||||
* | Rename Event.h header to avoid header conflict | Konstantinos Sideris | 2017-08-05 | 1 | -1/+1 |
| | |||||
* | Add serialization on matrix events | Konstantinos Sideris | 2017-07-30 | 11 | -0/+157 |
| | |||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 1 | -5/+5 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 10 | -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 namespace | Konstantinos Sideris | 2017-05-04 | 11 | -1/+21 |
| | |||||
* | Add base Event class | Konstantinos Sideris | 2017-05-04 | 1 | -0/+61 |
| | |||||
* | Add event contents | Konstantinos Sideris | 2017-05-04 | 10 | -0/+415 |