Libera-Chat / Libera-Chat/sable
Rate limiting
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 132
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Expensive commands (such as JOIN, WHO and LIST) are often rate-limited in other large ircds (e.g. solanum). It would be nice to have a general way to rate-limit clients in sable and have this integrate into the command-handler codegen.
Contributor guide
No contributing guide indexed for this repository
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 by tracing the command-handler code generation and the handling of the expensive JOIN, WHO, and LIST commands. Define how a general client rate limit should integrate with generated command handlers, then verify that the design covers these commands and other potentially expensive operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100