Bug#1104686: prosody-modules: undefined configmanager in mod_host_guard

2025-05-07 Thread Sergei Golovan
tag 1104686 + upstream forwarded 1104686 https://issues.prosody.im/1418 thanks Hi Martin! On Wed, May 7, 2025 at 1:16 AM Martin wrote: > > On 2025-05-04 19:04, Sergei Golovan wrote: > > Appears that the configmanager variable used on line 14 of > > mod_host_guard.lua is undefined. The following

Bug#1104686: prosody-modules: undefined configmanager in mod_host_guard

2025-05-06 Thread Martin
On 2025-05-04 19:04, Sergei Golovan wrote: > Appears that the configmanager variable used on line 14 of > mod_host_guard.lua is undefined. The following patch fixes the bug: ... > -local config = configmanager > +local config = require "prosody.core.configmanager" If that works for you, maybe you

Bug#1104686: prosody-modules: undefined configmanager in mod_host_guard

2025-05-04 Thread Sergei Golovan
Package: prosody-modules Version: 0.0~hg20250402.f315edc39f3d+dfsg-1 Severity: normal Tags: patch Dear Maintainer, After enabling the "host_guard" Prosody module, I've got the following error message in the log: May 04 10:32:32 runnerINRWevCWhLe6 error Encountered error: /usr/lib/prosody