-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat: Implemented Rate Limiter against Message Flooding. #529
feat: Implemented Rate Limiter against Message Flooding. #529
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @Dun-sin on Vercel. @Dun-sin first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
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.
you need to also prevent the user from sending a text in the frontend until the limit resets
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.
Just updated the changes , reverted back the previous code which do not fall on my scope , don't know why some changes are only visible in the remote ! Please kindly review the changes !
|
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.
Hey Hello , just implemented the limiter in the frontend part , only changed my issue code , dont know why git says i updated all , kindly check the work which nearly got 3 hrs to update , kindly give the feedback .If all good kindly add up the hacktoberfest things .Thank you !
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.
You did great, thanks for contributing, I hope you will stick around and continue to contribute to this project.
Consider giving this project a star and joining the community discord server if you haven't for more resources and opportunities to connect with others. ππ½hereππ½
Could you pls add the hactoberfest accepted labels for me ! And thanks Learned many things Today ! |
Fixes Issue
My PR closes #470
π¨βπ» Changes proposed(What did you do ?)
Implemented Rate Limiter against Message Flooding.
βοΈ Check List (Check all the applicable boxes)
Note to reviewers
When the user send 25 messages within a minute this will limit or block the messages - for message flooding and spamming
π· Screenshots