summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/perm
Commit message (Expand)AuthorAgeLines
* empty array is not null arrayNecrodoom2014-06-19-1/+1
* Add a lag check for permission system checks.KHobbits2014-06-19-11/+32
* Check for arraynull on pex group request.KHobbits2014-06-14-2/+16
* Modifier order consistencyIaccidentally2014-02-04-1/+1
* Remove redundant permission check.KHobbits2013-12-31-12/+1
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Better handle esschat/GM reloading during async events.KHobbits2013-07-15-1/+8
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+1
* Fix null values.KHobbits2013-06-25-4/+1
* Add group/prefix/suffix support for zPermissions.ZerothAngel2013-06-25-0/+205
* Cleanup importsIaccidentally2013-06-11-3/+0
* Remove old permissions handlers that are no longer used. This fixes an issue ...Iaccidentally2013-06-09-227/+0
* Split util classes.KHobbits2013-06-08-2/+3
* cleanup :: fix buildIaccidentally2013-01-31-5/+8
* Added SimplyPerms HandlerXefir2012-12-29-0/+64
* Make BPerms sign group checking behave similarly to same as GM and PEXKHobbits2012-12-06-1/+1
* Handle negated wildcard perms in generic superpermsKHobbits2012-09-25-18/+15
* Minor cleanupKHobbits2012-09-24-1/+0
* Move wildcard perm check to superperms handler, rather than being PEX specific.KHobbits2012-09-23-1/+5
* Check for explicit * permission when using PEX.md_52012-09-21-1/+1
* Make sure we check for wildcards in PEXKHobbits2012-09-20-2/+2
* Switch pex permissions checks to use superperms rather than direct api call.KHobbits2012-09-20-1/+1
* Config file permissions cleanupKHobbits2012-09-16-33/+4
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-3/+0
* Switch default antibuild status to false. Antibuild toggling shouldn't be an...KHobbits2012-09-08-3/+3
* Split Ess protect into EssProtect and EssAntiBuildKHobbits2012-08-19-5/+5
* Make sure can build checks in permbukkit/privileges work for admins/owners.KHobbits2012-04-01-2/+2
* Handle permission check failures better.KHobbits2012-03-15-7/+18
* Graph a little bit extra information.KHobbits2012-03-15-0/+5
* Add bPerm2 support for chat prefixes.KHobbits2012-02-18-3/+66
* Don't try to use old bPerms API if it is not available.KHobbits2012-02-16-12/+22
* Added PrivilegesHandler.java;Jeff Wardian2012-02-11-0/+72
* Temp Fix wildcard permissions in bperms.KHobbits2011-12-11-6/+1
* Handle a null handler (GM)KHobbits2011-11-29-0/+28
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-7/+7
* Code cleanup continued.KHobbits2011-11-18-4/+4
* Adding the handler to the (painful) list of permissions systems we support.KHobbits2011-10-29-11/+22
* File formatting.KHobbits2011-10-29-11/+11
* GM permission handler...KHobbits2011-10-29-0/+69
* Altering PEX prefix/suffix.KHobbits2011-10-27-2/+3
* Allow both essentials.build and permissions.build in PermissionsBukkitsnowleo2011-09-29-1/+7
* BPermissions 1.6.0snowleo2011-09-22-4/+8
* So... it's just some updates.Ben2011-09-22-1/+24
* fix failed edit on githubKHobbits2011-09-02-1/+1
* Edited Essentials/src/com/earth2me/essentials/perm/Permissions2Handler.java v...KHobbits2011-09-02-1/+1
* Copy&Paste Bugs are always stupidsnowleo2011-09-01-1/+1
* Cleanupsnowleo2011-08-31-1/+1
* Cleaner checkPermissions()snowleo2011-08-31-48/+49
* Using base instead of our wrapped player for permission check.snowleo2011-08-31-1/+1
* Minor rewrite of Permissions package, all the stuff is now in one place.snowleo2011-08-30-44/+337