aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-11-26 16:05:42 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-11-26 16:05:42 +0100
commit657a084f6ebfb9df8cc5f188a8c3e766e5ed9e83 (patch)
treed6d83388d2f75eef1696f233e4188d0d3b5c681f /config.go
parentab0b8a57a3a48552317b0fc0de263a1426e0ff37 (diff)
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.
Diffstat (limited to 'config.go')
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
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