summary refs log tree commit diff
path: root/src/Cache.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-1786/+0
|
* Re-enable groupsKonstantinos Sideris2018-07-141-2/+4
|
* Don't pre-load messages from cachesKonstantinos Sideris2018-07-091-1/+1
| | | | | | Requires backfilling which is not implemented. fixes #365
* Add context menu action to request encryption keysKonstantinos Sideris2018-07-071-6/+4
|
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-0/+121
|
* Mark encrypted rooms when processing room stateKonstantinos Sideris2018-06-181-4/+2
|
* Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris2018-06-171-1/+2
|
* Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris2018-06-151-33/+49
|
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-42/+44
| | | | - Patch the olm repo with a CMakeLists.txt file
* Add support for sending encrypted messagesKonstantinos Sideris2018-06-131-9/+56
|
* Add method to convert PendingMessage's to event typesKonstantinos Sideris2018-06-121-8/+7
| | | | Add more logging during message sending
* Fix bug where cache was initialized twice in a rowKonstantinos Sideris2018-06-121-8/+10
|
* Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-121-1/+25
|
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-8/+242
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-48/+64
|
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-0/+39
|
* Add read support for room access options (#324)twahm2018-05-131-2/+52
| | | | - Join rules - Guest access
* Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris2018-05-111-4/+4
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-081-0/+19
|
* Implement desktop notification for macKonstantinos Sideris2018-05-051-1/+35
|
* Add support for retrieving the notification events (#33)Konstantinos Sideris2018-05-051-6/+39
|
* Add member listKonstantinos Sideris2018-05-011-0/+42
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-8/+14
|
* Refactor utils::getMessageDescriptionKonstantinos Sideris2018-04-291-0/+1
|
* Improve room searchingKonstantinos Sideris2018-04-271-3/+61
| | | | fixes #257
* Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris2018-04-241-0/+37
| | | | The avatars are loaded from cache
* Update invites in the UI after syncKonstantinos Sideris2018-04-221-0/+19
|
* Properly clean stale invitesKonstantinos Sideris2018-04-221-2/+15
|
* Strip whitespace from room names for QuickSwitcherKonstantinos Sideris2018-04-221-32/+13
|
* Implement media cacheKonstantinos Sideris2018-04-211-1/+4
|
* Bump cache format versionKonstantinos Sideris2018-04-211-1/+1
|
* Remove dead codeKonstantinos Sideris2018-04-211-1/+0
|
* Save read receiptsKonstantinos Sideris2018-04-211-8/+4
|
* Cache refactoringKonstantinos Sideris2018-04-211-216/+677
|
* Simplify variant usageKonstantinos Sideris2018-03-261-20/+5
|
* Add some missing referencesKonstantinos Sideris2018-02-281-3/+3
|
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-5/+5
|
* Load the initial cache data without blocking the UIKonstantinos Sideris2018-01-211-4/+5
|
* Change cache format to not allow duplicate receiptsKonstantinos Sideris2018-01-141-10/+12
| | | | Convert list of receipts to map<userId, timestamp>
* Use QSharedPointer to save RoomStatesKonstantinos Sideris2018-01-131-4/+7
|
* Initial support for read receiptsKonstantinos Sideris2018-01-031-5/+98
|
* Cache room avatars (#139)Konstantinos Sideris2017-12-221-1/+51
| | | | fixes #107
* Handle incoming invitesKonstantinos Sideris2017-12-191-3/+92
| | | | fixes #128
* Reset cache on breaking changesKonstantinos Sideris2017-12-101-1/+41
| | | | fixes #154
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-38/+27
|
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-5/+5
|
* Save the changes between syncs in cacheKonstantinos Sideris2017-10-281-1/+1
| | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline.
* Clean up headersKonstantinos Sideris2017-10-281-1/+1
|
* Remove extra inline keywordsKonstantinos Sideris2017-10-221-0/+9
|
* Remove cache updates from the main threadKonstantinos Sideris2017-10-211-5/+12
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-2/+1
|
* Recover from corrupted cache dataKonstantinos Sideris2017-10-031-5/+16
| | | | | | 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/+10
| | | | | | | | | | 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 extra clang-format optionsKonstantinos Sideris2017-10-011-1/+2
|
* Remove cache data when the user logs outKonstantinos Sideris2017-08-261-1/+4
|
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-135/+148
|
* Small style changeKonstantinos Sideris2017-08-201-27/+28
|
* Parse utf-8 data properlyKonstantinos Sideris2017-08-011-1/+1
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+229
- Adds detection for duplicate events