diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-26 16:05:42 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-26 16:05:42 +0100 |
commit | 657a084f6ebfb9df8cc5f188a8c3e766e5ed9e83 (patch) | |
tree | d6d83388d2f75eef1696f233e4188d0d3b5c681f /config.go | |
parent | ab0b8a57a3a48552317b0fc0de263a1426e0ff37 (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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |