ParabolicMinds / ParaTracker

ParaTracker is a PHP based server tracker for Quake III games.
http://pt.dogi.us/
MIT License
7 stars 2 forks source link

Error Messages and Flood Protect #2

Closed nab622 closed 7 years ago

nab622 commented 7 years ago

The displayError function only displays errors to one client. All subsequent clients will re-execute the code, which may flood the game server with info requests. Errors should have flood protection on them, and a timer displayed below it.

nab622 commented 7 years ago

Fixed. Will be available in next commit.