ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
973 stars 380 forks source link

Spamming through website doesn't get yourself silenced #6597

Open Pachiru opened 4 years ago

Pachiru commented 4 years ago

As said in the title, if you spam through the chat system on the website, you don't get yourself silenced. I don't know if it happens for public channels too though. (I've tried looking if the issue were reported already but it seems like it doesn't.)

6C07x2L

peppy commented 4 years ago

May be a regression from recent bancho changes, will investigate.

peppy commented 4 years ago

It turns out this just isn't implemented yet, and isn't so easy to just switch on.

nanaya commented 3 years ago

There's already rate limit for chat although the only thing that happens when it's exceeded is the message doesn't get sent.

And currently configured limit is pretty lenient.

peppy commented 3 years ago

Let's remove this from milestones for now. I think we can address it when/if it becomes more of an issue (likely by updating the environment values to something stricter).