summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/BukkitPermissions.java
Commit message (Collapse)AuthorAgeLines
* v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ↵ElgarL2014-05-04-4/+5
| | | | can still query by player name but a UUID is faster and preferable.
* Do not grant any permissions (nort update Bukkit) if the server is inElgarL2013-01-13-1/+12
| | | | offline mode and the player has the permission node 'groupmanager.noofflineperms'.
* Synchronize pushing to Bukkit perms to prevent anyElgarL2013-01-13-17/+20
| | | ConcurrentModificationException.
* 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
| | | players new permissions.
* Ignore stupid plugins which add empty permission nodes.ElgarL2012-08-06-17/+22
|
* Merge branch 'groupmanager' ofElgarL2012-07-10-3/+3
|\ | | | | | | | | | | | | https://ElgarL@github.com/essentials/Essentials.git into groupmanager Conflicts: EssentialsGroupManager/src/org/anjocaido/groupmanager/permissions/BukkitPermissions.java
| * Fix critical flaw in permissions removal. Matt Baxter2012-07-10-12/+1
| | | | | | Potential for removing the removal entirely but this can be figured out later.
* | 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
|
* Update all code formatting to use tabs for indentation.ElgarL2012-04-13-67/+86
|
* 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
| | | (bukkit will have already removed it).
* Force remove player attachments on disconnect, and tidyup during playerElgarL2012-04-01-1/+38
| | | join in case of any errors. Fixes a bug of losing permissions.
* Don't remove an attachment on a player leaving as Bukkit never forgetsElgarL2012-03-17-10/+2
| | | | it. This fixes non mirrored permissions being messed up if a player relogs.
* comment name changeElgarL2012-02-15-1/+1
|
* Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEventElgarL2012-02-15-14/+6
| | | | | as it's all handled in PlayerChangedWorldEvent. This also means we no longer update permissions before we change worlds.
* Depreciate PlayerTeleportEvent as it's all handled inElgarL2012-02-14-9/+1
| | | PlayerChangedWorldEvent.
* Track the 'onPlayerChangeWorld' event as some teleports seem to not beElgarL2012-01-30-0/+6
| | | triggering a world move.
* 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-82/+60
|
* Check for a null player object in the PlayerTeleportEvent.ElgarL2012-01-25-1/+1
|
* Fixed infinite loop error on player join.ElgarL2012-01-22-2/+9
| | | | Optimized code to only update the player logging in instead of all players online.
* 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
| | | Update GroupManagerBridge for new event system.
* Remove debug spamElgarL2012-01-19-1/+0
|
* Better optimize assembling of a players permissions and allow the * nodeElgarL2012-01-18-16/+66
| | | to populate all registered superperms.
* v 1.9:ElgarL2012-01-17-6/+12
| | | | | Optimize populating Bukkit perms so we no longer calculate the child nodes (Bukkit already does this).
* Major, MAJOR changes to support partial/full world mirroring.ElgarL2012-01-11-1/+1
| | | | You can now mirror groups.yml, users.yml or both files between different worlds.
* Changed over to a reflection method for populating superperms as BukkitElgarL2012-01-09-35/+82
| | | lags when you handle permissions one at a time.
* Fix superperms to pass all testsElgarL2011-11-25-238/+284
| | | http://dev.bukkit.org/server-mods/superpermstest/
* Fixed up javadoc comment errorsElgarL2011-11-04-1/+1
|
* Fixed GM to recognize Superperm child nodes.ElgarL2011-10-28-1/+28
| | | | If you add a node like Towny.admin GM will now correctly report on all child nodes.
* Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-6/+23
| | | | Enable to allow default Bukkit based permissions to remain enabled, unless directly negated within GroupManager.
* Fix for Bukkit passing a null To location on a player PortalingElgarL2011-10-02-2/+2
|
* Moved events into GMWorldListenerElgarL2011-10-01-1/+0
| | | Better error output
* Fixed an issue with superperms where plugins define perms withElgarL2011-10-01-3/+3
| | | inheritance after the root perms
* Changed priority if Registered events to lowest.ElgarL2011-09-30-6/+6
|
* 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
| | | load/reload.
* Removed superperms update on plugins unloading. Unneeded and createdElgarL2011-09-24-2/+2
| | | undesired lag on shutdown.
* manulistp <name> + now only lists perms with a value of trueElgarL2011-09-24-1/+2
|