X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=50ea82a2f5b2d93d15c5a862865eb4f5bf6a1617;hb=d272e4719d2770a018f9a2856b61d9847eb24201;hp=87d525f8d45187de7ddcd95c7898737f71b74447;hpb=ced382f4e6d6613151bdbf95c1569ca2c83da78e;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 87d525f8..50ea82a2 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -131,6 +131,13 @@ public: SenderPrefixes, ///< Show prefixes for senders in backlog RemoteDisconnect, ///< Allow this peer to be remotely disconnected ExtendedFeatures, ///< Extended features + LongTime, ///< Serialize time as 64-bit values + RichMessages, ///< Real Name and Avatar URL in backlog + BacklogFilterType, ///< BacklogManager supports filtering backlog by MessageType +#if QT_VERSION >= 0x050500 + EcdsaCertfpKeys, ///< ECDSA keys for CertFP in identities +#endif + LongMessageId, ///< 64-bit IDs for messages }; Q_ENUMS(Feature)