X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=a298e3262d228e7463ca386f65024f146a663a59;hb=24c7de34254b5de4cf28045a6923a527e06f7290;hp=453462921fa07c5b7ae7cfbace555e914132335e;hpb=9f3402cd4d70feaeb84f67b6455d14d82f80649d;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 45346292..a298e326 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -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)