summary refs log tree commit diff
path: root/include/Cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-3/+2
* Load the initial cache data without blocking the UIKonstantinos Sideris2018-01-211-4/+10
* Change cache format to not allow duplicate receiptsKonstantinos Sideris2018-01-141-21/+1
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-2/+5
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+55
* Cache room avatars (#139)Konstantinos Sideris2017-12-221-0/+4
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+7
* Reset cache on breaking changesKonstantinos Sideris2017-12-101-0/+3
* Clean up headersKonstantinos Sideris2017-10-281-1/+1
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-17/+2
* Recover from corrupted cache dataKonstantinos Sideris2017-10-031-7/+3
* React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm2017-10-011-0/+2
* Remove cache data when the user logs outKonstantinos Sideris2017-08-261-0/+10
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-15/+17
* Small style changeKonstantinos Sideris2017-08-201-2/+4
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+57