Skip to content
Success

Changes

Summary

  1. don't notify other bungeeperms instance of a timed permission/group has (details)
  2. fix perm filtering for listonly commands (details)
  3. remove sychronized from permissions manager as access to group nad user (details)
  4. use transactions for mysql db updates (details)
Commit 0791f15dd107dd0161a934ebd50c621f6dc07b03 by wea_ondara
don't notify other bungeeperms instance of a timed permission/group has
run out
The file was modified src/main/java/net/alpenblock/bungeeperms/Group.java (diff)
The file was modified src/main/java/net/alpenblock/bungeeperms/User.java (diff)
Commit 977fe0270f75b1011ee0f0f91237b6aa2c8c19b8 by wea_ondara
fix perm filtering for listonly commands
The file was modified src/main/java/net/alpenblock/bungeeperms/CommandHandler.java (diff)
Commit 2332a9e6e7521d7f8530fc4ebf54869458440c61 by wea_ondara
remove sychronized from permissions manager as access to group nad user
lists is synced with locks
The file was modified src/main/java/net/alpenblock/bungeeperms/PermissionsManager.java (diff)
Commit fac2ac9573a6341f732c503b5fc6aa42fef83a4c by wea_ondara
use transactions for mysql db updates
The file was modified src/main/java/net/alpenblock/bungeeperms/io/mysql2/MysqlPermsAdapter.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/MySQLBackEnd.java (diff)