summary refs log tree commit diff
path: root/include/Cache.h (follow)
Commit message (Collapse)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
| | | | Convert list of receipts to map<userId, timestamp>
* 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
| | | | fixes #107
* Handle incoming invitesKonstantinos Sideris2017-12-191-0/+7
| | | | fixes #128
* Reset cache on breaking changesKonstantinos Sideris2017-12-101-0/+3
| | | | fixes #154
* 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
| | | | | | Make Cache constructor exception free fixes #74
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-0/+2
| | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client.
* 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
- Adds detection for duplicate events