Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Prevent inherited group permission negations overriding higher level group ↵ | ElgarL | 2014-07-17 | -2/+9 |
| | | | | perms. | |||
* | Fix Overloaded and non-overloaded users to report correctly for group tests. | ElgarL | 2014-07-08 | -11/+12 |
| | ||||
* | Remove debug spam. | ElgarL | 2014-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. | ElgarL | 2014-06-20 | -4/+8 |
| | ||||
* | Fix attachments not being reset between worlds. | ElgarL | 2014-06-20 | -11/+11 |
| | ||||
* | Convert all User lookups and commands to use UUIDs where possible. | ElgarL | 2014-06-20 | -51/+45 |
| | ||||
* | Prevent NPEs on new user creation. | ElgarL | 2014-06-20 | -11/+15 |
| | ||||
* | Prevent plugins which run their PlayerJoinEvent too early from breaking the ↵ | ElgarL | 2014-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. | ElgarL | 2014-06-19 | -1/+3 |
| | ||||
* | Add internal name to UUID resolution to speed data lookups. | ElgarL | 2014-06-19 | -4/+94 |
| | ||||
* | Merge pull request #708 from necrodoom/patch-105 | ElgarL | 2014-05-28 | -4/+4 |
|\ | | | | | [REPULL] Fix successful message color | |||
| * | [REPULL] Fix successful message color | Necrodoom | 2014-05-04 | -4/+4 |
| | | ||||
* | | Prevent GM's own permission tests from allowing inherited permissions to ↵ | ElgarL | 2014-05-28 | -4/+7 |
| | | | | | | | | override inherited negations (caused when we added the exception override for sub groups). | |||
* | | Added metrics. | ElgarL | 2014-05-15 | -1/+773 |
| | | ||||
* | | Error in logic | ElgarL | 2014-05-04 | -1/+1 |
| | | ||||
* | | Prevent players who have never logged in before from taking over existing ↵ | ElgarL | 2014-05-04 | -2/+3 |
| | | | | | | | | accounts. | |||
* | | Merge branch 'groupmanager' of https://github.com/essentials/Essentials into ↵ | ElgarL | 2014-05-04 | -48680/+28958 |
|\| | | | | | | | groupmanager | |||
| * | Fix clones forgetting sub groups. | ElgarL | 2014-05-04 | -1/+16 |
| | | ||||
| * | Set a default mirror map if none is found in the config. | ElgarL | 2014-05-04 | -2/+6 |
| | | ||||
| * | Fix overloadedWorldHolder so it correctly calls the new WorldHolder code ↵ | ElgarL | 2014-05-04 | -23/+17 |
| | | | | | | | | when the user is not overloaded. | |||
| * | Fixup javadocs | ElgarL | 2014-05-04 | -2/+2 |
| | | ||||
| * | v2.1: - Update for CraftBukkit 1.7.8-R0.1(3050). - Add UUID support. Plugins ↵ | ElgarL | 2014-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. | ElgarL | 2014-05-04 | -3/+11 |
| | | ||||
| * | Fix a /mangcheckp message | Necrodoom | 2014-05-04 | -1/+1 |
| | | ||||
| * | Update mangcheckp to understand Exception nodes. | ElgarL | 2014-05-04 | -0/+2 |
| | | ||||
| * | Fix manucheckp to understand and report correctly on Exception nodes. | ElgarL | 2014-05-04 | -11/+32 |
| | | ||||
| * | Allow Exceptions in any inherited group to override negation of permissions. | ElgarL | 2014-05-04 | -11/+50 |
| | | ||||
| * | Cleanup plugin description | Necrodoom | 2014-05-04 | -42/+42 |
| | | ||||
| * | Prevent adding sub groups for ranks the granting player doesn't have access to. | ElgarL | 2014-05-04 | -1/+10 |
| | | ||||
| * | Allow Exception permission to override negations when in the same group. | ElgarL | 2014-05-04 | -0/+4 |
| | | ||||
| * | Change to use LinkedHashSets to preserve ordering. Fixes an issue with ↵ | ElgarL | 2014-05-04 | -8/+45 |
| | | | | | | | | populating bukkit perms in the wrong order. Fix wildcard negation in parent groups. | |||
| * | Fix Cyclic mirroring test (silly me) | ElgarL | 2014-05-04 | -2/+2 |
| | | ||||
| * | Tidy imports | ElgarL | 2014-05-04 | -2/+0 |
| | | ||||
| * | Improve Javadocs, clean ' strip checks, update changelog. | Necrodoom | 2014-05-04 | -42/+16 |
| | | ||||
| * | add recursive permission adding/removing | Necrodoom | 2014-05-04 | -159/+172 |
| | | | | | | | | also other minor fixes | |||
| * | Check subgroup permissions with an equal priority so no one subgroup is ↵ | ElgarL | 2014-05-04 | -3/+17 |
| | | | | | | | | higher ranked than another. | |||
| * | Fix attempting to spawn invalid items. | KHobbits | 2014-04-30 | -1/+68 |
| | | ||||
| * | Skip npc's when doing cleanup. | KHobbits | 2014-04-29 | -0/+5 |
| | | ||||
| * | Better handle a write locked usermap.csv | KHobbits | 2014-04-29 | -3/+15 |
| | | ||||
| * | Run user dispose on another thread. | KHobbits | 2014-04-28 | -0/+12 |
| | | ||||
| * | Updating pom for vault | Corin Simpson-Bryars | 2014-04-28 | -3/+3 |
| | | | | | | | | | | When deploying with Jenkins the build will fail due to there being no http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/1.2.27 however there's a valid jar/dir for vault at http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/Vault/1.2.32/ This will keep maven happy and the build not to error. | |||
| * | Fix /home for offline players. | KHobbits | 2014-04-27 | -2/+2 |
| | | ||||
| * | Update UUID mapping, if uuid for a username changes. | KHobbits | 2014-04-27 | -1/+1 |
| | | ||||
| * | Switch AFK check to use UUID. | KHobbits | 2014-04-27 | -4/+25 |
| | | ||||
| * | Delay uuidconversion for 10s and show warning. | KHobbits | 2014-04-26 | -13/+154 |
| | | | | | | | | UUID conversion should now better handle offline conversion. | |||
| * | Fix time command exit statuses. | KHobbits | 2014-04-24 | -4/+3 |
| | | ||||
| * | Skip empty user names on uuid conversion. | KHobbits | 2014-04-22 | -1/+1 |
| | | ||||
| * | [Breaking] Fix ECO NPC's. This is a work around of CB's recent changes ↵ | KHobbits | 2014-04-19 | -9/+18 |
| | | | | | | | | | | | | blocking invalid uuid lookups. NPC's converted with the previous version will need manual changes. | |||
| * | Only write to UUIDMap if the entry doesn't exist. | KHobbits | 2014-04-18 | -4/+12 |
| | | ||||
| * | Format /seen account history list, optimize map loading. | KHobbits | 2014-04-18 | -29/+91 |
| | |