Skip to content
Started 3 yr 7 mo ago
Took 18 sec
Failed

#58 (Sep 18, 2020, 10:23:18 PM)

Changes
  1. add error message to sql exception (details / githubweb)
  2. improve sql connect: fail completely when connection to mysql fails (details / githubweb)
  3. split permission.yml into seperate group and user files (details / githubweb)
  4. also extract bulgarian lang file (details / githubweb)
  5. removed '/bp user/group remove' adding minus permissions if permission not present; fixes #206 (details / githubweb)
  6. removed '/bp user/group remove' adding minus permissions if permission not present; fixes #206 (details / githubweb)
  7. rename mysql2 backend to mysql; closes #356 (details / githubweb)
  8. merge backend and uuidplayer db; closes #357 (details / githubweb)
  9. merge backend and uuidplayer db; closes #357 (details / githubweb)
  10. added Version check, closes #354 (details / githubweb)
  11. restructure config; add all options to yml by default (details / githubweb)
  12. adjust servername if it is wrong in spigot part; closes #250 (details / githubweb)
  13. cleanup (details / githubweb)
  14. added PlaceholderAPI, not yet implemented (details / githubweb)
  15. cleanup (details / githubweb)
  16. added timed permissions and groups (details / githubweb)
  17. added api; closes #237 (details / githubweb)
  18. added sources and javadoc (details / githubweb)
  19. replace static prints with debug; full translation, closes #358 (details / githubweb)
  20. updated waring (details / githubweb)
  21. complete help and translations form timed groups/perms (details / githubweb)
  22. fix user remove group (details / githubweb)
  23. auto import bungeeperms 3 config (details / githubweb)
  24. readd removed functions and deprecate (details / githubweb)
  25. rename config function (details / githubweb)
  26. added best match permission resolving option (details / githubweb)
  27. more config mismatch checks (details / githubweb)
  28. impl placeholder api (details / githubweb)
  29. added api (details / githubweb)
  30. added missing static's (details / githubweb)
  31. added more missing static's in bungeeperms api (details / githubweb)
  32. don't inject bp into vault if support is present (details / githubweb)
  33. make api fuctions static (details / githubweb)
  34. added listonly commands (details / githubweb)
  35. user listing now works properly with uuids (details / githubweb)
  36. fix user listing with uuids (details / githubweb)
  37. added overview command (details / githubweb)
  38. fix lang extract (details / githubweb)
  39. added metrics (details / githubweb)
  40. added sorting to some commands (details / githubweb)
  41. dont fuck up sorting of actual data (details / githubweb)
  42. improve german translation (details / githubweb)
  43. dont add permissions from the same group to the perm list multiple times when calculating permissions (inheritances) (details / githubweb)
  44. dont check for next timed value timeout multiple times (details / githubweb)
  45. group weight now affects the order of the group inheritances when resolving permissions (details / githubweb)
  46. perms resolver now only uses bppermission object instead of strings (details / githubweb)
  47. improve bestmatch perm resolving (details / githubweb)
  48. improve regex perms with best match (details / githubweb)
  49. added back deprecated functions to not break plugins (details / githubweb)
  50. added spanish translation, provided by tofaus on discord (details / githubweb)
  51. rename mysql permissions table from permissions2 to permissions (details / githubweb)
  52. fix index out of bound exception in essentials reload handler (details / githubweb)
  53. add pre-/suffixes of temporary groups to users (details / githubweb)
  54. show escaped color codes in info commands (details / githubweb)
  55. fix list only commands where world parameter would not work (details / githubweb)
  56. fix npe while loading users with useuuids disabled (details / githubweb)
  57. fix message if a groups already exists when creating a group with the same name (details / githubweb)
  58. use interfaces to register vault permissions and chat integration not reflection (details / githubweb)
  59. proper syncing of users list (details / githubweb)
  60. proper syncing of group list (details / githubweb)
  61. drop concurrent list (details / githubweb)
  62. catch IOException if debug log file cannot be created and print pretty message (details / githubweb)
  63. Update README.md (details / githubweb)
  64. Update README.md (details / githubweb)
  65. fix version checker to not crash bukkit/spigot/paper servers (details / githubweb)
  66. Fix BungeePermsAPI#userPrefix (details / githubweb)
  67. added option to not register bp command alias (details / githubweb)
  68. fix nullpointer in api when server == null (details / githubweb)
  69. fix userhasperm (details / githubweb)
  70. reload after useuuid migration (details / githubweb)
  71. Fix NPE in PermissionsManager#getUser(UUID, boolean) (details / githubweb)
  72. allow adding groups on servers and worlds (details / githubweb)
  73. fix loading of (timed)groups/inheritances in mysql backend (details / githubweb)
  74. added command tab completion; closes #367 (details / githubweb)
  75. fix issues with table prefixes in mysql uuid player db (details / githubweb)
  76. Fix NullPointer in TabCompleter (details / githubweb)
  77. fix issue with null users in cache (details / githubweb)
  78. another npe fix for getUser (details / githubweb)
  79. Add groupDisplay to API, add display_primary_group to PAPI placeholders (details / githubweb)
  80. Update LICENSE (details / githubweb)
  81. add license header to files (details / githubweb)
  82. dont upgrade empty configs (details / githubweb)
  83. don't notify other bungeeperms instance of a timed permission/group has run out (details / githubweb)
  84. fix perm filtering for listonly commands (details / githubweb)
  85. remove sychronized from permissions manager as access to group nad user lists is synced with locks (details / githubweb)
  86. use transactions for mysql db updates (details / githubweb)
  87. Create FUNDING.yml (details / githubweb)
  88. comment data in packaged user perms yml (details / githubweb)
  89. Change default database name in URL to be more recognizable (details / githubweb)
  90. fix migration to mysql backend (details / githubweb)
  91. prevent deadlock while reloading on spigot (details / githubweb)
  92. prevent lags while removing timed permissions/groups when they run out; invalidate every cache when a timed inheritance/permission is removed from a group (details / githubweb)
  93. added soft depends for vault, we, awe, fawe, essentials (details / githubweb)
  94. Update README.md (details / githubweb)
  95. Update FUNDING.yml (details / githubweb)
  96. add some velocity files (details / githubweb)
  97. some adjustments (details / githubweb)
  98. change some stuff for velocity (details / githubweb)
  99. it compiles (details / githubweb)
  100. Finalize Velocity support (details / githubweb)
  101. fix logging (details / githubweb)
  102. cleanup (details / githubweb)
  103. more cleanup (details / githubweb)
  104. more cleanup (details / githubweb)
  105. more cleanup (details / githubweb)
  106. enable first, disable last (details / githubweb)
  107. added metrics and versioning for velocity (details / githubweb)
  108. update readme for velocity and bump version for dependencies (details / githubweb)
  109. fix issues with essentials integration (details / githubweb)
  110. added indexes to mysql (details / githubweb)
  111. translate rgb color codes from &x format to &# for essentials (details / githubweb)
  112. fix int overflow with times values, fixes #379 (details / githubweb)
  113. fix javadoc plugin (details / githubweb)

Started by user wea_ondara

Revision: c745ce085215d45771d6b769df569e66274f5372
Repository: https://github.com/weaondara/BungeePerms.git
  • refs/remotes/origin/master
Test Result (no failures)

    Module Builds

     BungeePerms (didn’t run)
     BungeePerms8.9 sec