X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=d20fdc23c86ac5fd0b29573c70a0b3098d606918;hp=e9ed0f9562df79f3b5342cb6203da3dc2424015b;hb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;hpb=123fc368f8705fa7799c04ee84af85999a7ebde3 diff --git a/src/common/quassel.h b/src/common/quassel.h index e9ed0f95..d20fdc23 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -75,8 +75,12 @@ public: 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 = 0x0100 + NumFeatures = 0x1000 }; Q_DECLARE_FLAGS(Features, Feature)