Make sender brackets configurable, on by default
[quassel.git] / src / common / quassel.h
index ba883b0..a2a573c 100644 (file)
@@ -71,10 +71,12 @@ public:
         SaslExternal = 0x0004,
         HideInactiveNetworks = 0x0008,
         PasswordChange = 0x0010,
+        CapNegotiation = 0x0020,           /// IRCv3 capability negotiation, account tracking
+        VerifyServerSSL = 0x0040,          /// IRC server SSL validation
 
-        NumFeatures = 0x0010
+        NumFeatures = 0x0040
     };
-    Q_DECLARE_FLAGS(Features, Feature);
+    Q_DECLARE_FLAGS(Features, Feature)
 
     //! The features the current version of Quassel supports (\sa Feature)
     /** \return An ORed list of all enum values in Feature