X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=c661320db46627c88a836f1dd74411ec15c89c8e;hb=8965e63594dd297347afced784dcaed6c26b7c6a;hp=5097badaf9d4d348282530edb7024e61dbd1f94e;hpb=4c5b4bf5355413e3f3df3704512ff350fa062961;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 5097bada..c661320d 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -76,8 +76,10 @@ public: CustomRateLimits = 0x0080, /// IRC server custom message rate limits DccFileTransfer = 0x0100, AwayFormatTimestamp = 0x0200, /// Timestamp formatting in away (e.g. %%hh:mm%%) + // Whether or not the core supports auth backends. + AuthBackends = 0x0400, - NumFeatures = 0x0200 + NumFeatures = 0x0400 }; Q_DECLARE_FLAGS(Features, Feature)