Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Major, MAJOR changes to support partial/full world mirroring. | ElgarL | 2012-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 Bukkit | ElgarL | 2012-01-09 | -35/+82 |
| | | | lags when you handle permissions one at a time. | |||
* | Fixed manucheckp on group (missed it in last commit) | ElgarL | 2011-12-18 | -1/+1 |
| | ||||
* | Fixed 'manucheckp' returning a null for the searched node when it's a | ElgarL | 2011-12-18 | -0/+3 |
| | | | group/subgroup. | |||
* | Optimizations include changing the return of comparePermissionString. | ElgarL | 2011-11-25 | -70/+66 |
| | ||||
* | Raised bukkit perms priority | ElgarL | 2011-11-25 | -11/+11 |
| | ||||
* | Fix superperms to pass all tests | ElgarL | 2011-11-25 | -258/+338 |
| | | | http://dev.bukkit.org/server-mods/superpermstest/ | |||
* | minimal optimizations | ElgarL | 2011-11-24 | -4/+2 |
| | ||||
* | More optimization (charAt(0)) | ElgarL | 2011-11-24 | -4/+4 |
| | ||||
* | remove unused imports. | ElgarL | 2011-11-24 | -2/+0 |
| | ||||
* | rewrite of comparePermissionString (snowleo) | ElgarL | 2011-11-24 | -52/+28 |
| | ||||
* | Optimize comparePermissionString | ElgarL | 2011-11-24 | -8/+20 |
| | ||||
* | remove bukkit perms check from checkUserPermission as it's performed in | ElgarL | 2011-11-24 | -2/+1 |
| | | | checkFullUserPermission | |||
* | Fixed up javadoc comment errors | ElgarL | 2011-11-04 | -93/+93 |
| | ||||
* | Fix for an error in checkFullUserPermission caused by players | ElgarL | 2011-11-03 | -2/+2 |
| | | | disconnecting mid perms update. | |||
* | Fix for an error in checkFullUserPermission caused by silly requests for | ElgarL | 2011-11-03 | -1/+1 |
| | | | a null perm. | |||
* | Expanded 'canUserBuild()' to include inheritance and subgroups. | ElgarL | 2011-10-31 | -24/+27 |
| | ||||
* | Fixed an error on 'manucheckv'. If the users doesn't have the variable | ElgarL | 2011-10-31 | -8/+40 |
| | | | | it fell through causing an exception. Added checking of subgroups for Info nodes. | |||
* | Typo's and formatting | ElgarL | 2011-10-31 | -1067/+1099 |
| | ||||
* | Added Global Groups | ElgarL | 2011-10-31 | -15/+34 |
| | | | | | Defined in groupmanager/globalgroups.yml. Create groups in the yml with a g: prefix, then inherit in the worlds groups files. | |||
* | Fixed GM to recognize Superperm child nodes. | ElgarL | 2011-10-28 | -3/+51 |
| | | | | If you add a node like Towny.admin GM will now correctly report on all child nodes. | |||
* | Added a config setting - bukkit_perms_override: false | ElgarL | 2011-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 Portaling | ElgarL | 2011-10-02 | -2/+2 |
| | ||||
* | Moved events into GMWorldListener | ElgarL | 2011-10-01 | -1/+0 |
| | | | Better error output | |||
* | Fixed an issue with superperms where plugins define perms with | ElgarL | 2011-10-01 | -3/+3 |
| | | | inheritance after the root perms | |||
* | Changed priority if Registered events to lowest. | ElgarL | 2011-09-30 | -6/+6 |
| | ||||
* | Optimized getAllPlayersPermissions and fixed pushing unknown perms to | ElgarL | 2011-09-26 | -60/+11 |
| | | | superperms. | |||
* | Fix for GM not checking inheritance for known superperms nodes. | ElgarL | 2011-09-26 | -23/+2 |
| | ||||
* | Fixed silly error with isLoaded() | ElgarL | 2011-09-25 | -1/+3 |
| | ||||
* | Added a BukkitPermsUpdateTask to only update superperms once on a | ElgarL | 2011-09-24 | -1/+7 |
| | | | load/reload. | |||
* | Removed superperms update on plugins unloading. Unneeded and created | ElgarL | 2011-09-24 | -2/+2 |
| | | | undesired lag on shutdown. | |||
* | manulistp <name> + now only lists perms with a value of true | ElgarL | 2011-09-24 | -1/+2 |
| | ||||
* | manulistp now accepts an additional + to list ALL Superperms | ElgarL | 2011-09-24 | -1/+23 |
| | | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results. | |||
* | Fix for null in PLAYER_TELEPORT for bukkit perms. | ElgarL | 2011-09-24 | -4/+2 |
| | ||||
* | - Update to handle 'getDescription().getPermissions(') returning a | ElgarL | 2011-09-21 | -1/+2 |
| | | | list (CB 1172). | |||
* | - Reverted WorldHolder static change to maintain backward plugin | ElgarL | 2011-09-21 | -4/+4 |
| | | | compatability. | |||
* | All GroupManager commands issued by players are now echoed in the | ElgarL | 2011-09-20 | -1/+1 |
| | | | console. | |||
* | Fix for pushing perms of non superperms supporting plugins | ElgarL | 2011-09-20 | -8/+99 |
| | ||||
* | - Push updates to superperms for all valid GM commands. | ElgarL | 2011-09-19 | -18/+16 |
| | ||||
* | Read from group not user for setting superperms | ElgarL | 2011-09-16 | -2/+2 |
| | ||||
* | Final tidy up of superperms for GM 1.2 | ElgarL | 2011-09-06 | -1/+0 |
| | ||||
* | removed unneeded include | ElgarL | 2011-09-06 | -1/+0 |
| | ||||
* | - Fixed BukkitPerms population. Wasn't correctly setting superperms. | ElgarL | 2011-09-06 | -7/+33 |
| | ||||
* | - Fix for an infinite loop bug with the new Bukkit Perms during a new | ElgarL | 2011-09-03 | -1/+9 |
| | | | user creation. | |||
* | Bukkit Superperms support | ElgarL | 2011-09-02 | -0/+195 |
| | ||||
* | GroupManager update to Permissions 3.1.6 API done by ElgarL | snowleo | 2011-08-14 | -16/+265 |
| | ||||
* | Moving all files to trunk. | snowleo | 2011-03-19 | -0/+1019 |
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb |