summaryrefslogtreecommitdiffstats
path: root/src/Cache.cc
AgeCommit message (Expand)Author
2018-07-14Re-enable groupsKonstantinos Sideris
2018-07-09Don't pre-load messages from cachesKonstantinos Sideris
2018-07-07Add context menu action to request encryption keysKonstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-18Mark encrypted rooms when processing room stateKonstantinos Sideris
2018-06-17Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris
2018-06-15Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-13Add support for sending encrypted messagesKonstantinos Sideris
2018-06-12Add method to convert PendingMessage's to event typesKonstantinos Sideris
2018-06-12Fix bug where cache was initialized twice in a rowKonstantinos Sideris
2018-06-12Add menu option to enable encryption in a private roomKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-16Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris
2018-05-13Add read support for room access options (#324)twahm
2018-05-11Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris
2018-05-08Don't use shared pointers for cacheKonstantinos Sideris
2018-05-05Implement desktop notification for macKonstantinos Sideris
2018-05-05Add support for retrieving the notification events (#33)Konstantinos Sideris
2018-05-01Add member listKonstantinos Sideris
2018-04-30Add prototype room settings menuKonstantinos Sideris
2018-04-29Refactor utils::getMessageDescriptionKonstantinos Sideris
2018-04-27Improve room searchingKonstantinos Sideris
2018-04-24Remove map from room_id to QPixmap from ChatPageKonstantinos Sideris
2018-04-22Update invites in the UI after syncKonstantinos Sideris
2018-04-22Properly clean stale invitesKonstantinos Sideris
2018-04-22Strip whitespace from room names for QuickSwitcherKonstantinos Sideris
2018-04-21Implement media cacheKonstantinos Sideris
2018-04-21Bump cache format versionKonstantinos Sideris
2018-04-21Remove dead codeKonstantinos Sideris
2018-04-21Save read receiptsKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-03-26Simplify variant usageKonstantinos Sideris
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