summaryrefslogtreecommitdiffstats
path: root/src/Cache.h
AgeCommit message (Expand)Author
2020-12-16Store secrets in keychainNicolas Werner
2020-11-30Properly share and rotate sessions on member and device changesNicolas Werner
2020-11-30Remove outbound session storageNicolas Werner
2020-11-30Load sessions lazily from dbNicolas Werner
2020-11-25Add some db logging and clean up avatar urls a bitNicolas Werner
2020-11-25Remove redundant user search suggestion codeNicolas Werner
2020-10-27Optimize buildNicolas Werner
2020-10-22Trade CPU usage for 30MB of members in RAMNicolas Werner
2020-10-20Store timestamp with olm sessionsNicolas Werner
2020-10-08Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner
2020-10-03Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner
2020-10-02Clean up verification and key cache a bitNicolas Werner
2020-07-30Updating keys of outdated encrypted usersCH Chethan Reddy
2020-07-30Some issue with UserProfileCH Chethan Reddy
2020-07-30[WIP] Add Caching for usersCH Chethan Reddy
2020-06-08Show presence and set custom status messagesNicolas Werner
2020-05-02Add support for db migrationsNicolas Werner
2020-04-30Don't store pending receipts in cacheNicolas Werner
2020-02-20Reset user colors on theme change (in qml timeline)Nicolas Werner
2020-01-31Remove metatypes from headersNicolas Werner
2020-01-26Fix include of lmdb++ with hunterNicolas Werner
2019-12-15Reduce overhead of Cache.hNicolas Werner
2019-12-14Reduce some include of Cache.h since it needs 11s on averageNicolas Werner
2019-12-14Update to c++17Nicolas Werner
2019-11-23fixup bad room list translation commitNicolas Werner
2019-08-26Try to reduce memory usage by reusing avatar pixmapsNicolas Werner
2019-08-19Fix SIGNAL SLOT issue on mtx typesJoseph Donofry
2019-08-12Fix issues with caching and loading of mentions.Joseph Donofry
2019-08-09Fix linting issues w/ the last commitJoseph Donofry
2019-08-09Cache User MentionsJoseph Donofry
2019-08-06Fix linting issuesJoseph Donofry
2019-08-05Cache user mentionsJoseph Donofry
2019-07-04Show room version in settingsNicolas Werner
2019-02-25Fix linting issueredsky17
2019-02-24Nlohmann build updatesredsky17
2019-01-26Update user colors to use Cache vs Utilsredsky17
2018-09-28Display tags as sorting items in the community panel (#401)Victor Berger
2018-09-15Implement import/export of megolm session keys (#358)Konstantinos Sideris
2018-09-13Mark unread rooms as such in the room listKonstantinos Sideris
2018-09-01Merge matrix-structs into the client libKonstantinos Sideris
2018-08-25Add method to delete old messages periodicallyKonstantinos Sideris
2018-07-22Reject key requests for users that are not members of the roomKonstantinos Sideris
2018-07-17Mark own read messages with a double checkmark (#377)Konstantinos Sideris
2018-07-17Move all files under src/Konstantinos Sideris