summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions
Commit message (Expand)AuthorAgeLines
* comment name changeElgarL2012-02-15-1/+1
* Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEventElgarL2012-02-15-14/+6
* Depreciate PlayerTeleportEvent as it's all handled inElgarL2012-02-14-9/+1
* Prevent getAllPlayersPermissions() processing a group more than once.ElgarL2012-02-02-18/+25
* Track the 'onPlayerChangeWorld' event as some teleports seem to not beElgarL2012-01-30-0/+6
* Auto sort permissions on load to speed up population of superperms.ElgarL2012-01-30-4/+17
* Fix players retaining permissions when demoted.ElgarL2012-01-29-9/+6
* fix for an iterator error if there is only one element in the array.ElgarL2012-01-28-2/+3
* Fixed a bug when pushing superperms in the wrong order.ElgarL2012-01-28-84/+61
* Properly fix inherited negated nodes.ElgarL2012-01-27-4/+5
* do not allow inherited permissions to negate higher perms.ElgarL2012-01-27-2/+6
* Check for a null player object in the PlayerTeleportEvent.ElgarL2012-01-25-1/+1
* 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
* Fixed infinite loop error on player join.ElgarL2012-01-22-2/+9
* Fixed a random null error upon a player portaling.ElgarL2012-01-21-2/+2
* Update to new Bukkit Event system.ElgarL2012-01-21-27/+15
* Remove debug spamElgarL2012-01-19-1/+0
* Better optimize assembling of a players permissions and allow the * nodeElgarL2012-01-18-72/+145
* v 1.9:ElgarL2012-01-17-28/+53
* Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-1/+1
* Changed over to a reflection method for populating superperms as BukkitElgarL2012-01-09-35/+82
* 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-258/+338
* 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-93/+93
* 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-3/+51
* Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-6/+23
* Fix for Bukkit passing a null To location on a player PortalingElgarL2011-10-02-2/+2
* Moved events into GMWorldListenerElgarL2011-10-01-1/+0
* Fixed an issue with superperms where plugins define perms withElgarL2011-10-01-3/+3
* Changed priority if Registered events to lowest.ElgarL2011-09-30-6/+6
* Optimized getAllPlayersPermissions and fixed pushing unknown perms toElgarL2011-09-26-60/+11
* Fix for GM not checking inheritance for known superperms nodes.ElgarL2011-09-26-23/+2
* Fixed silly error with isLoaded()ElgarL2011-09-25-1/+3
* Added a BukkitPermsUpdateTask to only update superperms once on aElgarL2011-09-24-1/+7