From: Manuel Nickschas Date: Wed, 21 Jul 2010 20:43:17 +0000 (+0200) Subject: Clean-up and refactor the blowfish encryption stuff X-Git-Tag: 0.7-beta1~26 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=6f0a153a674317d77233139fc50a2985af86e36e;hp=6f0a153a674317d77233139fc50a2985af86e36e Clean-up and refactor the blowfish encryption stuff * Move all QCA2 deps into core only (introduces CoreIrcUser) * Simplify code where appropriate * Handle encodings properly * Whitespace and formatting fixes * Various other bits and pieces ---