-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
irc, config: config options for flood penalty on longer messages #1929
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we have a first pass. I probably missed some things, but caught most issues that actually matter. 😹
@dgw I applied your changes and improved the debug log. Ready for re-review at your convenience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's 🚢 it
Co-authored-by: dgw <dgw@technobabbl.es>
559eb1b
to
6cdc547
Compare
🐑 🐑 🐑 🐑 |
Description
It was asked by someone on IRC so I added some config options to control extra wait penalty on longer messages, and one thing led to another I also added a setting to control the maximum wait time because why not.
I've to say that @dgw was right again, but maybe even more "on the nose" than ever before:
Checklist
make qa
(runsmake quality
andmake test
)