]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
Wait longer before sending data on the connect than on the accept
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index 291d7010ddb9a6e7ad628592733751e3485fabe8..70ce1eb13e942008b6513487847197ac81c1e64c 100644 (file)
@@ -98,6 +98,14 @@ class SpanningTreeUtilities
         */
        std::vector<std::string> hooknames;
 
+       /** True (default) if we are to use challenge-response HMAC
+        * to authenticate passwords.
+        *
+        * NOTE: This defaults to on, but should be turned off if
+        * you are linking to an older version of inspircd.
+        */
+       bool ChallengeResponse;
+
        /** Initialise utility class
         */
        SpanningTreeUtilities(InspIRCd* Instance, ModuleSpanningTree* Creator);