Skip to content
Success

Changes

Summary

  1. remove decrepated mysql backend ... its time ... mysql2 is still there (details)
  2. move down to java 1.7 as we do not need the features of 1.8 and higher (details)
  3. allow disabling auto saving in config class; useful for yaml permissions (details)
  4. always log if debug is enabled in config or via command (details)
  5. faster permissions.yml loading (details)
  6. more debug output (details)
Commit bf8d36cd17ebc0e4676b52d13f7505a6a992a436 by wea_ondara
remove decrepated mysql backend ... its time ... mysql2 is still there
The file was modified src/main/java/net/alpenblock/bungeeperms/io/BackEndType.java (diff)
The file was removedsrc/main/java/net/alpenblock/bungeeperms/io/MySQLBackEnd.java
The file was modified src/main/java/net/alpenblock/bungeeperms/CommandHandler.java (diff)
The file was removedsrc/main/java/net/alpenblock/bungeeperms/io/migrate/Migrate2MySQL.java
The file was modified src/main/java/net/alpenblock/bungeeperms/PermissionsManager.java (diff)
Commit f55e978eac3ec560f08f1aa03cad428e5cfcd61c by wea_ondara
move down to java 1.7 as we do not need the features of 1.8 and higher
The file was modified pom.xml (diff)
Commit 6365929fdefb7477582fc3ffec8cdbd869598895 by wea_ondara
allow disabling auto saving in config class; useful for yaml permissions
The file was modified src/main/java/net/alpenblock/bungeeperms/Config.java (diff)
Commit 01173ceab795591c2e0257301ad7d4083a8145dc by wea_ondara
always log if debug is enabled in config or via command
The file was modified src/main/java/net/alpenblock/bungeeperms/Debug.java (diff)
Commit 446f29fba537bc5d98c3a8908a1f8d8fa27cfdc0 by wea_ondara
faster permissions.yml loading
The file was modified src/main/java/net/alpenblock/bungeeperms/io/YAMLBackEnd.java (diff)
The file was modified src/main/java/net/alpenblock/bungeeperms/PermissionsManager.java (diff)
The file was modified src/main/java/net/alpenblock/bungeeperms/io/MySQL2BackEnd.java (diff)
The file was modified src/main/java/net/alpenblock/bungeeperms/Mysql.java (diff)
The file was modified src/main/java/net/alpenblock/bungeeperms/io/migrate/Migrate2MySQL2.java (diff)