liquidev / rkgk

(repository moved) Multiplayer canvas tool with programmable brushes!
1 stars 1 forks source link

Brush recompilation rate limiting #88

Open liquidev opened 2 months ago

liquidev commented 2 months ago

Right now it's very easy to spam the server with constant requests to recompile the brush, which makes it way too easy to DoS the server.

(Arguably evaluating and rendering brushes is more expensive, but it's not like this isn't ground for abuse either.)