From 857b7d856a154752e98dcda9c98b2b14d2c5f7be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 18 Jun 2023 15:01:35 +0200 Subject: [PATCH] Default to WeeChat 2.9+ handshake & update message --- src/index.html | 2 +- src/js/glowingbear.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 94cbe10..e894750 100644 --- a/src/index.html +++ b/src/index.html @@ -118,7 +118,7 @@
diff --git a/src/js/glowingbear.js b/src/js/glowingbear.js index 1807b2d..1ab8cc0 100644 --- a/src/js/glowingbear.js +++ b/src/js/glowingbear.js @@ -60,7 +60,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', 'port': 9001, 'path': 'weechat', 'ssl': (window.location.protocol === "https:"), - 'compatibilityWeechat28': true, + 'compatibilityWeechat28': false, 'useTotp': false, 'savepassword': false, 'autoconnect': false,