summary refs log tree commit diff
path: root/include/Cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-661/+0
|
* Fix crash on Windows with out_of_range exception & update docsKonstantinos Sideris2018-06-301-3/+3
|
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-0/+47
|
* Mark encrypted rooms when processing room stateKonstantinos Sideris2018-06-181-1/+6
|
* Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris2018-06-151-9/+19
|
* Add support for sending encrypted messagesKonstantinos Sideris2018-06-131-2/+6
|
* Add method to convert PendingMessage's to event typesKonstantinos Sideris2018-06-121-1/+1
| | | | Add more logging during message sending
* Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-121-0/+2
|
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-1/+130
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-1/+2
|
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-0/+6
|
* Add read support for room access options (#324)twahm2018-05-131-8/+20
| | | | - Join rules - Guest access
* Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris2018-05-111-1/+1
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-0/+8
|
* Implement desktop notification for macKonstantinos Sideris2018-05-051-0/+2
|
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-0/+7
|
* Remove extra semicolonKonstantinos Sideris2018-05-011-1/+1
|
* Add member listKonstantinos Sideris2018-05-011-0/+13
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+8
|
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-2/+1
|
* Improve room searchingKonstantinos Sideris2018-04-271-3/+18
| | | | fixes #257
* Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris2018-04-241-0/+3
| | | | The avatars are loaded from cache
* Update invites in the UI after syncKonstantinos Sideris2018-04-221-0/+1
|
* Properly clean stale invitesKonstantinos Sideris2018-04-221-1/+6
|
* Strip whitespace from room names for QuickSwitcherKonstantinos Sideris2018-04-221-4/+1
|
* Remove dead codeKonstantinos Sideris2018-04-211-1/+0
|
* Save read receiptsKonstantinos Sideris2018-04-211-1/+3
|
* Cache refactoringKonstantinos Sideris2018-04-211-21/+296
|
* 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