Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Features and fixes

Choose a tag to compare

@Skycoder42 Skycoder42 released this 01 Sep 11:08
· 581 commits to master since this release

Changelist:

  • Added the Json Serializer to Defaults
  • Added UserDataNetworkExchange - A cass for local network exchange of user identities
  • Store requested resyncs for next start if not delivered
  • Improved logging quality
    • Changed logging format to qtdatasync.<setup>.<class>
    • Added Logger class to do logging
  • Added "fatal state". When logging a fatal error, the engine enters the fatal state until fixed
    • Disables all store requests (all Tasks will fail)
    • Has error handler that can be set via the setup
  • Added DataMerger2 - will replace DataMerger, has the type as extra parameter for the merge method
  • Added DataStoreModel, a passive Qt-Model that holds data from a data store, and automatically updates based on the stores changes
  • Deprecated identity set/reset methods for WsAuthenticator
    • Use import/export methods instead
  • Improved tests, examples and doc