badlop
badlop
Those macros are useful because the example captcha scripts are copied in a path `ejabberd-$VERSION/priv/bin` tha depends on the ejabberd version number, and changes for each release. Also, depending on...
Support ERL_DIST_PORT option to work without epmd Notice: - Erlang/OTP 23.1 or higher is required to use ERL_DIST_PORT - `make relive` doesn't support ERL_DIST_PORT, neither rebar3 nor elixir - To...
Erik Grun reported several problems by email. I reproduce here the unresolved ones: --- It says on the page ["Modules Options"](https://docs.ejabberd.im/admin/configuration/modules/#mod-mam) under the "mod_mam" section: > assume_mam_usage: true | false...
It would be great if the modules in ejabberd-contrib (and the ones in extra/) could be automatically tested for every push and PR. Some ideas to check for each module:...
If syntax_tools is added to the list of applications like this: ```diff diff --git a/src/fast_xml.app.src b/src/fast_xml.app.src index 622e855..6b78df9 100644 --- a/src/fast_xml.app.src +++ b/src/fast_xml.app.src @@ -26,7 +26,7 @@ {vsn, "1.1.49"}, {modules,...
As discussed in the ejabberd chatroom [today](https://process-one.net/logs/[email protected]/2021/08/16.html#10:46:15.879455), the default erlang node name in docker should be `ejabberd@localhost`, just like in the upstream ejabberdctl script. TODO: Mention in the next ejabberd...
It seems image conversion (provided by eimp) is broken in the containers (both `ecs` and `ejabberd`) since the ejabberd 20.12. How to reproduce: start ejabberd in live mode, and run...
Luerl 1.1.0 and 1.1.1 hex packages include files that shouldn't be there. This can be seen, for example, in https://diff.hex.pm/diff/luerl/1.0.0..1.1.0 Some example files: ``` luerl_lib.erl-new luerl_parse.erl.old luerl_parse_exp.erl ``` And some...
## Context In rebar3, dependencies are defined in `rebar.config` Since commits 1a63443e02cc77757adca41297938ebbb1ecf8ed and 0407c566059a20dd18479d70e87107e55a63cd32, we can define the minimum required dependency version, and allow rebar3 to download any newer version....
In Erlang/OTP 27.0-rc2, `code:lib_dir/2` was marked as deprecated: https://erlang.org/documentation/doc-15.0-rc2/doc/deprecations.html#otp-27 Several libraries required by ejabberd include C source code and use rebar3, so they depend on the `port_compiler` rebar3 plugin (see...