LoginSecurity v2.0.5

Details

  • Filename
    LoginSecurity.jar
  • Uploaded by
  • Uploaded
    Nov 24, 2013
  • Size
    83.57 KB
  • Downloads
    3,927
  • MD5
    b69cef65fc248c3524b8ae9045f95228

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

Thank you Gibstick and RangerMauve for helping with this release

ChangeLog:

  • Removed messager
  • Fixed moving blocker
  • Fixed timeout task
  • Fixed logout message
  • Added BCrypt support
  • fixed players losing location on timeout kick
  • fixed more command descriptions and removed unused imports
  • changed name of authList file
  • Added log message for password change fail
  • Corrected command names in plugin.yml
  • Fixed reloads allowing unauthenticated players to bypass authentication
  • added logout command to filter
  • Fixed log messages to show proper case usernames
  • fixed command filtering and added new log msgs
  • removed code relating to metadata
  • fixed players falling through ground when teleporting
  • added anti-drowning, removed night vision potion effect
  • mobs no longer target unauthenticated players
  • re-implemented god mode by adding more listeners, and minor formatting
  • fixed creative mode exploit using /logout
  • do not teleport players on /logout, otherwise location is lost
  • Stored player's old gamemode as metadata
  • fixed blindness
  • admin command no longer needs lower case username
  • God mode working fully, refactored some stuff
  • Fixed tiny typo in description of /lac
  • Changed thread.session to thread.getSession() to fix concurrency issues.
  • Synchronized access of session to prevent multithreading errors