X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=7bc0108b082896b810493dfe6f69a39dfd81fa9d;hp=3b31f0ded6484eb299983bc75fc808e3e3a035a1;hb=3972e140226f32760bb2606650f93132c188b2dc;hpb=bae8c28f27159ec803daff083da125b313c128d1 diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 3b31f0de..7bc0108b 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -123,6 +123,7 @@ public slots: Cipher *cipher(const QString &recipient); QByteArray cipherKey(const QString &recipient) const; void setCipherKey(const QString &recipient, const QByteArray &key); + bool cipherUsesCBC(const QString &target); #endif void setAutoWhoEnabled(bool enabled); @@ -237,9 +238,6 @@ private: QList _msgQueue; QString _requestedUserModes; // 2 strings separated by a '-' character. first part are requested modes to add, the second to remove - - // Blowfish key map - QHash _cipherKeys; };