X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=50ea82a2f5b2d93d15c5a862865eb4f5bf6a1617;hb=e04ec81f1b7a29542135286854040d353e1e1474;hp=88b225467f49594607c7c5c04b0083a138602279;hpb=0dbec2cfc937857d66a9645249f876f1e6b3f05e;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 88b22546..50ea82a2 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -131,9 +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)