From: Janne Koschinski Date: Mon, 2 Apr 2018 20:26:34 +0000 (+0200) Subject: Implement custom deserializer to add our own sanity checks X-Git-Tag: travis-deploy-test~134 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=sidebyside;h=2b777e99fc9f74d4ed21491710260664a1721d1f;hp=2b777e99fc9f74d4ed21491710260664a1721d1f;p=quassel.git Implement custom deserializer to add our own sanity checks This is a rough first implementation in preparation of writing proper serializers independently of QDataStream. Thanks to @chaign_c (https://twitter.com/chaign_c/) for finding issues with QDataStream that prompted this change. ---