badlop

Results 21 issues of badlop

ejabberd allows a MUC occupant to retract a message he has sent, using [XEP-0424: Message Retraction](https://xmpp.org/extensions/xep-0424.html). It is also possible for a room moderator to retract a message sent by...

Kind:Enhancement
Component:MAM

This PR is a follow up of https://github.com/processone/esip/pull/8 Thanks to @aylesm for the initial implementation. It adds support for IPv6 addresses and addresses in `[ ]`. I also added some...

# Problem I was using ejabberd's WebAdmin perfectly with ejabberd 24.02. Now I've updated to ejabberd 24.06 and - I can login correctly to the new WebAdmin: it shows the...

Kind:Bug
Component:Admin Tools

**Update 5 december:** The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01 and will be fully unsupported by 2025-04-01, see https://github.com/actions/runner-images/issues/11101 **Update 18 november:** I've updated several repositories...

## Summary of past events ejabberd 22.05 introduced the [`ejabberd` container image](https://github.com/processone/ejabberd/blob/master/CONTAINER.md), generated [in Github Actions](https://github.com/processone/ejabberd/tree/master/.github/container) with variants for amd64... and arm64 thanks to QEMU. Unfortunately, QEMU + arm64 +...

Kind:Enhancement
Packaging:Container

There was a long-standing feature request in the old JIRA bug tracking system: https://support.process-one.net/browse/EJAB-831 GSSAPI authentication I attach here the latest working patch and a backup of the conversation. [831-fixed.patch.txt](https://github.com/processone/ejabberd/files/816885/831-fixed.patch.txt)...

Kind:Feature
Component:Authentication

Hello! Commit 4d061dd9e38a479949a58f046c243bd9ee60fdeb added the argument `State` to function `is_latest`. However that argument is not used, and compilation shows the warning: ``` ===> Compiling provider_asn1 _build/default/plugins/provider_asn1/src/provider_asn1_compile.erl:178:11: Warning: variable 'State' is...

Erlang/OTP 28 includes [substantial modifications](https://www.erlang.org/doc/apps/public_key/notes.html#public_key-1-18) in ASN.1 support in the public_key library. This has affected ejabberd and its libraries, let's summarize the relevant issues, commits and their progression: - [x]...

[ejabberd 24.06 introduced](https://www.process-one.net/blog/ejabberd-24-06/#experimental-make-format-and-indent) experimental support for `make format ` using Rebar3 + `rebar3_format` and support for `make indent` using Emacs + `erlang-mode`. Both of them are optional, and applied in...

The ejabberd documentation site was migrated to another content manager in June 2024. Most content and URLs should remain valid, but a few ones changed. This PR updates Converse documentation...