Dun-sin / Whisper

A fun Application to have a random chat with people safely
https://whisper.favour.dev/
MIT License
390 stars 367 forks source link

feat: Implemented Rate Limiter against Message Flooding. #529

Closed Tholkappiar closed 1 year ago

Tholkappiar commented 1 year ago

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

Screenshot (87)

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @Dun-sin on Vercel.

@Dun-sin first needs to authorize it.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
whisper ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2023 6:09am
Dun-sin commented 1 year ago

you need to also prevent the user from sending a text in the frontend until the limit resets

@Tholkappiar

Tholkappiar commented 1 year ago

Could you pls add the hactoberfest accepted labels for me ! And thanks Learned many things Today !