summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/AnjoPermissionsHandler.java
Commit message (Expand)AuthorAgeLines
* Fix setting of accessLevel on User level permission tests.ElgarL2013-02-25-0/+2
* Make gm API lookup respect offlineperms toggle properly.KHobbits2013-02-01-3/+12
* Prevent '*' permissions granting the 'groupmanager.noofflineperm'ElgarL2013-01-29-0/+2
* Fix recursive loop when used on offline servers.ElgarL2013-01-14-11/+33
* Do not grant any permissions (nort update Bukkit) if the server is inElgarL2013-01-13-0/+10
* If a permission is found return the correct node for mangcheckp (notElgarL2012-07-10-0/+1
* Finally remove all deprecated methods.ElgarL2012-04-13-108/+5
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-54/+98
* Fix an error I caused trying to modify an unmodifiable list when parsingElgarL2012-04-05-1/+3
* Update to 2.0ElgarL2012-04-05-16/+14
* Fix a silly logic error when testing bukkit permsElgarL2012-03-03-1/+1
* Minor optimization when checking bukkit permissions.ElgarL2012-03-03-5/+3
* Prevent getAllPlayersPermissions() processing a group more than once.ElgarL2012-02-02-18/+25
* Auto sort permissions on load to speed up population of superperms.ElgarL2012-01-30-4/+17
* Fixed a bug when pushing superperms in the wrong order.ElgarL2012-01-28-2/+1
* Properly fix inherited negated nodes.ElgarL2012-01-27-4/+5
* do not allow inherited permissions to negate higher perms.ElgarL2012-01-27-2/+6
* Fix trying to modify an unmodifiable collection breaking superperms.ElgarL2012-01-25-30/+31
* Allow negations with the * permission node when population superperms.ElgarL2012-01-24-5/+7
* Better optimize assembling of a players permissions and allow the * nodeElgarL2012-01-18-55/+77
* v 1.9:ElgarL2012-01-17-22/+39
* Fixed manucheckp on group (missed it in last commit)ElgarL2011-12-18-1/+1
* Fixed 'manucheckp' returning a null for the searched node when it's aElgarL2011-12-18-0/+3
* Optimizations include changing the return of comparePermissionString.ElgarL2011-11-25-70/+66
* Raised bukkit perms priorityElgarL2011-11-25-11/+11
* Fix superperms to pass all testsElgarL2011-11-25-20/+54
* minimal optimizationsElgarL2011-11-24-4/+2
* More optimization (charAt(0))ElgarL2011-11-24-4/+4
* remove unused imports.ElgarL2011-11-24-2/+0
* rewrite of comparePermissionString (snowleo)ElgarL2011-11-24-52/+28
* Optimize comparePermissionStringElgarL2011-11-24-8/+20
* remove bukkit perms check from checkUserPermission as it's performed inElgarL2011-11-24-2/+1
* Fixed up javadoc comment errorsElgarL2011-11-04-23/+22
* Fix for an error in checkFullUserPermission caused by playersElgarL2011-11-03-2/+2
* Fix for an error in checkFullUserPermission caused by silly requests forElgarL2011-11-03-1/+1
* Expanded 'canUserBuild()' to include inheritance and subgroups.ElgarL2011-10-31-24/+27
* Fixed an error on 'manucheckv'. If the users doesn't have the variableElgarL2011-10-31-8/+40
* Typo's and formattingElgarL2011-10-31-1067/+1099
* Added Global GroupsElgarL2011-10-31-15/+34
* Fixed GM to recognize Superperm child nodes.ElgarL2011-10-28-2/+23
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-60/+11
* Fix for pushing perms of non superperms supporting pluginsElgarL2011-09-20-0/+70
* GroupManager update to Permissions 3.1.6 API done by ElgarLsnowleo2011-08-14-12/+192
* Moving all files to trunk.snowleo2011-03-19-0/+856