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: 0.12.5~4 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=18389a713a6810f57ab237b945e8ee03df857b8b;hp=18389a713a6810f57ab237b945e8ee03df857b8b 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. (cherry picked from commit 2b777e99fc9f74d4ed21491710260664a1721d1f)) ---