summaryrefslogtreecommitdiffstats
path: root/EssentialsGroupManager
Commit message (Collapse)AuthorAgeLines
* Release the Player object reference on quit.gm-finalgroupmanagerElgarL2014-10-15-498/+504
|
* Fix error message typoNecrodoom2014-10-03-1/+1
|
* Update WorldDataHolder.javaElgarL2014-10-03-36/+35
| | | Set Primary group before sub group on loading else the subgroup tests default.
* Remove null checkNecrodoom2014-07-24-1/+1
| | | Match can never be null
* Case sensitive works, so make all Users names case insensitive as no ↵ElgarL2014-07-20-28/+28
| | | | duplicate names will be allowed.
* All User lookups should be case sensitive.ElgarL2014-07-19-12/+12
|
* Perform case sensitive name checks on plugin requests.ElgarL2014-07-19-1/+1
|
* Debug logging on Name to UUID lookup.ElgarL2014-07-19-0/+4
|
* Merge branch 'groupmanager' of https://github.com/essentials/Essentials into ↵ElgarL2014-07-19-3/+3
|\ | | | | | | groupmanager
| * Add exception node exampleNecrodoom2014-07-17-0/+1
| | | | | | Readd toggle effect options
| * Change vanish negation in groups.ymlNecrodoom2014-07-17-1/+1
| | | | | | Instead of negating all vanish perms, negate forced effects
| * Remove unneeded negationNecrodoom2014-07-17-2/+1
| | | | | | No vanish perms are default given
* | Add FINE debug on user login.ElgarL2014-07-19-1/+10
|/
* Fix 'manudel' so it correctly deletes the user.ElgarL2014-07-17-2/+3
|
* Prevent inherited group permission negations overriding higher level group ↵ElgarL2014-07-17-2/+9
| | | | perms.
* Fix Overloaded and non-overloaded users to report correctly for group tests.ElgarL2014-07-08-11/+12
|
* Remove debug spam.ElgarL2014-06-21-7/+2
| | | | Stop using WeakHashMap in BukkitPermissions as using it with string keys results in unreliable removal.
* Ensure GM reports the same permissions as Bukkit.ElgarL2014-06-20-4/+8
|
* Fix attachments not being reset between worlds.ElgarL2014-06-20-11/+11
|
* Convert all User lookups and commands to use UUIDs where possible.ElgarL2014-06-20-51/+45
|
* Prevent NPEs on new user creation.ElgarL2014-06-20-11/+15
|
* Prevent plugins which run their PlayerJoinEvent too early from breaking the ↵ElgarL2014-06-19-1/+1
| | | | | | name to UUID lookups. No plugin bar permission plugins shoud be running on Lowest for the PlayerJoinEvent
* Fix NPE when adding name to UUID key before the name has been set.ElgarL2014-06-19-1/+3
|
* Add internal name to UUID resolution to speed data lookups.ElgarL2014-06-19-4/+94
|
* Merge pull request #708 from necrodoom/patch-105ElgarL2014-05-28-4/+4
|\ | | | | [REPULL] Fix successful message color
| * [REPULL] Fix successful message colorNecrodoom2014-05-04-4/+4
| |
* | Prevent GM's own permission tests from allowing inherited permissions to ↵ElgarL2014-05-28-4/+7
| | | | | | | | override inherited negations (caused when we added the exception override for sub groups).
* | Added metrics.ElgarL2014-05-15-1/+773
| |
* | Error in logicElgarL2014-05-04-1/+1
| |
* | Prevent players who have never logged in before from taking over existing ↵ElgarL2014-05-04-2/+3
|/ | | | accounts.
* Fix clones forgetting sub groups.ElgarL2014-05-04-1/+16
|
* Set a default mirror map if none is found in the config.ElgarL2014-05-04-2/+6
|
* Fix overloadedWorldHolder so it correctly calls the new WorldHolder code ↵ElgarL2014-05-04-23/+17
| | | | when the user is not overloaded.
* Fixup javadocsElgarL2014-05-04-2/+2
|
* v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ↵ElgarL2014-05-04-135/+284
| | | | can still query by player name but a UUID is faster and preferable.
* Do not override higher level permissions with negations.ElgarL2014-05-04-3/+11
|
* Fix a /mangcheckp messageNecrodoom2014-05-04-1/+1
|
* Update mangcheckp to understand Exception nodes.ElgarL2014-05-04-0/+2
|
* Fix manucheckp to understand and report correctly on Exception nodes.ElgarL2014-05-04-11/+32
|
* Allow Exceptions in any inherited group to override negation of permissions.ElgarL2014-05-04-11/+50
|
* Cleanup plugin descriptionNecrodoom2014-05-04-42/+42
|
* Prevent adding sub groups for ranks the granting player doesn't have access to.ElgarL2014-05-04-1/+10
|
* 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 ↵ElgarL2014-05-04-8/+45
| | | | populating bukkit perms in the wrong order. Fix wildcard negation in parent groups.
* Fix Cyclic mirroring test (silly me)ElgarL2014-05-04-2/+2
|
* Tidy importsElgarL2014-05-04-2/+0
|
* Improve Javadocs, clean ' strip checks, update changelog.Necrodoom2014-05-04-42/+16
|
* add recursive permission adding/removingNecrodoom2014-05-04-159/+172
| | | | also other minor fixes
* Check subgroup permissions with an equal priority so no one subgroup is ↵ElgarL2014-05-04-3/+17
| | | | higher ranked than another.
* Fix messagesNecrodoom2014-03-09-4/+4
|