X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=d20fdc23c86ac5fd0b29573c70a0b3098d606918;hb=8fe8accd73abf77ab21d2d1c1346d2bc5c4de2ff;hp=3305009d3a538d997793ca12e7d0b17caf704d14;hpb=7d30b18136eecbdf2089e5d5877c7e41c6f4bcb6;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 3305009d..d20fdc23 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -74,8 +74,13 @@ public: CapNegotiation = 0x0020, /// IRCv3 capability negotiation, account tracking VerifyServerSSL = 0x0040, /// IRC server SSL validation CustomRateLimits = 0x0080, /// IRC server custom message rate limits + DccFileTransfer = 0x0100, + AwayFormatTimestamp = 0x0200, /// Timestamp formatting in away (e.g. %%hh:mm%%) + Authenticators = 0x0400, /// Whether or not the core supports auth backends. + BufferActivitySync = 0x0800, /// Sync buffer activity status + CoreSideHighlights = 0x1000, /// Core-Side highlight configuration and matching - NumFeatures = 0x0080 + NumFeatures = 0x1000 }; Q_DECLARE_FLAGS(Features, Feature)