processone / processone/ejabberd
mod_invites: can't create more than 1.000 invites using ejabberdctl
Open
Nobody has claimed this yet.
- Dominant language
- Erlang
- Stars
- 6.7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Environment
- ejabberd version: 26.7 and before
Description
Creating more than 1.000 invites results in
$ ejabberdctl generate_invite localhost
Error: error
Error: num_invites_exceeded
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the mod_invites implementation and the ejabberdctl generate_invite entry point. Reproduce the failure on ejabberd 26.7 or earlier using more than 1,000 invites, then trace where num_invites_exceeded is returned. Done means the command handles requests above 1,000 invites according to the intended limit, with coverage for the reported case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- erlang
- Domain
- backend, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100