Skip to content

Releases: Impopite/AuthSystem

Release list

1.0.1

Choose a tag to compare

@Impopite Impopite released this 23 Jul 15:20

AuthSystem v1.0.1

Added

  • Update checker: notifies admins on startup when a new version is available on Modrinth
  • IP-based brute-force protection: max 10 failed attempts per IP address
  • Config options: generic.update-checker, auth.timeout-seconds

Fixed

  • Ban now applies the configured duration from auth.ban-time (was permanent before)
  • Ban executes on the main thread (was causing Bukkit errors)
  • Config reload properly refreshes the language reference
  • Typo ACTION_BEFOR_LOGIN fixed to ACTION_BEFORE_LOGIN

Changed

  • All database queries now use UUID instead of username for better reliability
  • Database errors are now properly logged with context instead of stack traces
  • Admin commands resolve player UUID before performing operations
  • BukkitAudiences is now properly closed on disable

1.0.0

Choose a tag to compare

@Impopite Impopite released this 10 Jun 09:59
017510b

First release