summaryrefslogtreecommitdiffstats
path: root/src/Cache.cc
AgeCommit message (Expand)Author
2018-02-28Add some missing referencesKonstantinos Sideris
2018-01-24Use more stl containers & minor refactoringsKonstantinos Sideris
2018-01-21Load the initial cache data without blocking the UIKonstantinos Sideris
2018-01-14Change cache format to not allow duplicate receiptsKonstantinos Sideris
2018-01-13Use QSharedPointer to save RoomStatesKonstantinos Sideris
2018-01-03Initial support for read receiptsKonstantinos Sideris
2017-12-22Cache room avatars (#139)Konstantinos Sideris
2017-12-19Handle incoming invitesKonstantinos Sideris
2017-12-10Reset cache on breaking changesKonstantinos Sideris
2017-12-04Migrate to matrix-structs for event and response parsingKonstantinos Sideris
2017-11-05Use C++11 braced list style (#121)Benjamin Saunders
2017-10-28Save the changes between syncs in cacheKonstantinos Sideris
2017-10-28Clean up headersKonstantinos Sideris
2017-10-22Remove extra inline keywordsKonstantinos Sideris
2017-10-21Remove cache updates from the main threadKonstantinos Sideris
2017-10-15Fix icons for retina displaysKonstantinos Sideris
2017-10-03Recover from corrupted cache dataKonstantinos Sideris
2017-10-01React to externally left and joined rooms, and add "leave room" button in roo...Max Sandholm
2017-10-01Remove extra clang-format optionsKonstantinos Sideris
2017-08-26Remove cache data when the user logs outKonstantinos Sideris
2017-08-26Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris
2017-08-20Small style changeKonstantinos Sideris
2017-08-01Parse utf-8 data properlyKonstantinos Sideris
2017-07-30Initial support for state cacheKonstantinos Sideris