summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/AnjoPermissionsHandler.java
Commit message (Collapse)AuthorAgeLines
* If a permission is found return the correct node for mangcheckp (notElgarL2012-07-10-0/+1
| | | null).
* 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
| | | '*' permissions.
* Update to 2.0ElgarL2012-04-05-16/+14
| | | | | Fix GM reporting of permission inheritance to retain the correct order. Lower inheritance groups can no longer negate a higher groups permissions.
* 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
| | | Improves performance when using complex inheritance structures.
* Auto sort permissions on load to speed up population of superperms.ElgarL2012-01-30-4/+17
| | | | | | | | | Negating a parent node after adding all nodes with * will now correctly remove all child nodes of that parent before populating superperms. eg. - '*' - -vanish.* - vanish.standard
* 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
| | | to populate all registered superperms.
* v 1.9:ElgarL2012-01-17-22/+39
| | | | | Optimize populating Bukkit perms so we no longer calculate the child nodes (Bukkit already does this).
* 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
| | | group/subgroup.
* 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
| | | http://dev.bukkit.org/server-mods/superpermstest/
* 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
| | | checkFullUserPermission
* Fixed up javadoc comment errorsElgarL2011-11-04-23/+22
|
* Fix for an error in checkFullUserPermission caused by playersElgarL2011-11-03-2/+2
| | | disconnecting mid perms update.
* Fix for an error in checkFullUserPermission caused by silly requests forElgarL2011-11-03-1/+1
| | | a null perm.
* 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
| | | | it fell through causing an exception. Added checking of subgroups for Info nodes.
* Typo's and formattingElgarL2011-10-31-1067/+1099
|
* Added Global GroupsElgarL2011-10-31-15/+34
| | | | | Defined in groupmanager/globalgroups.yml. Create groups in the yml with a g: prefix, then inherit in the worlds groups files.
* Fixed GM to recognize Superperm child nodes.ElgarL2011-10-28-2/+23
| | | | If you add a node like Towny.admin GM will now correctly report on all child nodes.
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-60/+11
| | | superperms.
* 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
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb