From 657a084f6ebfb9df8cc5f188a8c3e766e5ed9e83 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 26 Nov 2023 16:05:42 +0100 Subject: build plugins from source against correct version automatically Can be disabled in the config using the NoAutoPlugins option. Only applies to subdirectories, regular binary .so plugins can still be loaded as before. --- config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config.go') diff --git a/config.go b/config.go index 6db6dda..9928d27 100644 --- a/config.go +++ b/config.go @@ -35,6 +35,7 @@ type Server struct { // that affects the way the proxy works. type Config struct { NoPlugins bool + NoAutoPlugins bool CmdPrefix string RequirePasswd bool SendInterval float32 -- cgit v1.2.3