
DDoSDefender
Плагин DDoSDefender для Minecraft защищает сервер от ботов и DDoS-атак на уровне приложения. Встраивается в сетевой конвейер, анализирует handshake-пакеты, блокирует вредоносные подключения с точностью 99.997%.
Список изменений
-
FastPass: removed synchronous save-on-verify from the login hot path — FastPass.save() used to run on every successful login verification, rewriting and re-encrypting the whole data file each time. As the verified-player list grew, this got slower and slower, blocking a thread with disk I/O on every new join. Verified names are now cached in memory and only flushed to disk periodically (same pattern as AccountGuard.cleanup() / MojangAPI.cleanup()) and on shutdown. Logins are no longer blocked by file I/O, and this fixes a major performance bug.
-
Added: bStats
