cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / common / quassel.h
index 4534629..a298e32 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2020 by the Quassel Project                        *
+ *   Copyright (C) 2005-2022 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -142,7 +142,8 @@ public:
         EcdsaCertfpKeys,      ///< ECDSA keys for CertFP in identities
         LongMessageId,        ///< 64-bit IDs for messages
         SyncedCoreInfo,       ///< CoreInfo dynamically updated using signals
-        LoadBacklogForwards,  ///< Allow loading backlog in reverse
+        LoadBacklogForwards,  ///< Allow loading backlog in ascending order, old to new
+        SkipIrcCaps,          ///< Control what IRCv3 capabilities are skipped during negotiation
     };
     Q_ENUMS(Feature)