
VeloAuth
Плагин VeloAuth для Velocity - это система аутентификации с автовходом для премиум-игроков и регистрацией/логином для пиратов. Защищает ники, шифрует пароли BCrypt и работает с любой limbo-сервером.
Список изменений
0745b2f feat: Add conflict mode, timestamp, and original nickname columns to player database operations. (rafalohaki)
09916dd feat: introduce ListenerFactory for listener instantiation and integrate IPRateLimiter cleanup into AuthCache (rafalohaki)
e4e5573 refactor: Encapsulate internal database components by reducing visibility and simplify virtual thread executor management. (rafalohaki)
f2fed46 feat: make premium resolver more resilient by accepting both 204 and 404 for not-found responses and prioritizing explicit offline results over unknown resolver states. (rafalohaki)
4f14efa feat: Enhance brute force protection by tracking failed login attempts per username (rafalohaki)
d2d4ece Add unit and integration tests for database and authentication components (rafalohaki)
964bc85 feat: add command in progress message and improve premium detection logic (rafalohaki)
