Skip to content

WIP: data store for chat message-log

username-removed-1082634 requested to merge messagehistory into master

Introduce QMsgPack (Qt abstraction layer for MsgPack) as a lightweight generic data-store backend. Focus is on the use case of reading/writing the chatlogs (message history) with generic use in mind.

  • store/read the message log of a friend
  • implement a generic data store to save lightweight objects
  • encrypt the datastore (this must be independent from a profile -> need a single "master key")
Edited by username-removed-1082634

Merge request reports