summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions
Commit message (Expand)AuthorAgeLines
* v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ...ElgarL2014-05-04-4/+5
* Do not override higher level permissions with negations.ElgarL2014-05-04-3/+11
* Fix manucheckp to understand and report correctly on Exception nodes.ElgarL2014-05-04-11/+28
* Allow Exceptions in any inherited group to override negation of permissions.ElgarL2014-05-04-9/+47
* Allow Exception permission to override negations when in the same group.ElgarL2014-05-04-0/+4
* Change to use LinkedHashSets to preserve ordering. Fixes an issue with popula...ElgarL2014-05-04-8/+44
* Check subgroup permissions with an equal priority so no one subgroup is highe...ElgarL2014-05-04-2/+15
* 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-1/+22
* Synchronize pushing to Bukkit perms to prevent anyElgarL2013-01-13-17/+20
* Remove attachments BEFORE we clear them.ElgarL2013-01-09-9/+9
* code tidy.ElgarL2013-01-09-2/+4
* Remove attachments before clearingElgarL2013-01-09-0/+9
* Clear our attachment map upon a manload so we correctly reconfigure aElgarL2013-01-09-0/+2
* Ignore stupid plugins which add empty permission nodes.ElgarL2012-08-06-17/+22
* If a permission is found return the correct node for mangcheckp (notElgarL2012-07-10-0/+1
* Merge branch 'groupmanager' ofElgarL2012-07-10-3/+3
|\
| * Fix critical flaw in permissions removal. Matt Baxter2012-07-10-12/+1
* | Stop force removing attachments and let Bukkit handle it's own mess.ElgarL2012-07-10-50/+26
|/
* Better update for the User object player reference.ElgarL2012-06-16-8/+5
* Clear the player reference on logout so it's refreshed upon a reconnect.ElgarL2012-06-16-0/+9
* Fix forgetting sub groups on a manload.ElgarL2012-04-21-2/+7
* Finally remove all deprecated methods.ElgarL2012-04-13-108/+5
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-335/+410
* Properly fix concurrent modification when removing all attachments.ElgarL2012-04-10-2/+11
* Fix a concurrent modification error when removing all attachments.ElgarL2012-04-07-2/+6
* Remove all permission attachments when performing a manload or restart.ElgarL2012-04-06-0/+9
* Don't throw errors when attempting to remove permission attachmentsElgarL2012-04-05-1/+8
* 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
* Force remove player attachments on disconnect, and tidyup during playerElgarL2012-04-01-1/+38
* Don't remove an attachment on a player leaving as Bukkit never forgetsElgarL2012-03-17-10/+2
* Fix a silly logic error when testing bukkit permsElgarL2012-03-03-1/+1
* Minor optimization when checking bukkit permissions.ElgarL2012-03-03-5/+3
* 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