Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rewrote Config loading to use Bukkits Configuration features | ElgarL | 2011-10-01 | -94/+76 |
| | | | | | | | | | Added an opOverride setting in config. If present and set to false, op's will not get overriding permissions in GroupManager. (one op will not be able to alter another op's settings) GM will now create all relevant world data files for non mirrored worlds. (for all worlds named in config.yml) | |||
* | Fixed an issue with superperms where plugins define perms with | ElgarL | 2011-10-01 | -4/+6 |
| | | | inheritance after the root perms | |||
* | Changed priority if Registered events to lowest. | ElgarL | 2011-09-30 | -7/+8 |
| | ||||
* | Update to 1.2 | ElgarL | 2011-09-27 | -2/+3 |
| | ||||
* | Optimized getAllPlayersPermissions and fixed pushing unknown perms to | ElgarL | 2011-09-26 | -61/+13 |
| | | | superperms. | |||
* | Fix for GM not checking inheritance for known superperms nodes. | ElgarL | 2011-09-26 | -24/+4 |
| | ||||
* | Fixed silly error with isLoaded() | ElgarL | 2011-09-25 | -15/+22 |
| | ||||
* | Fix for if the scheduler fails | ElgarL | 2011-09-24 | -0/+2 |
| | ||||
* | Forgot to push task | ElgarL | 2011-09-24 | -0/+27 |
| | ||||
* | Added a BukkitPermsUpdateTask to only update superperms once on a | ElgarL | 2011-09-24 | -5/+30 |
| | | | load/reload. | |||
* | Removed superperms update on plugins unloading. Unneeded and created | ElgarL | 2011-09-24 | -3/+4 |
| | | | undesired lag on shutdown. | |||
* | manulistp <name> + now only lists perms with a value of true | ElgarL | 2011-09-24 | -1/+2 |
| | ||||
* | Final fix for lag on manload | ElgarL | 2011-09-24 | -0/+5 |
| | ||||
* | manulistp now accepts an additional + to list ALL Superperms | ElgarL | 2011-09-24 | -6/+53 |
| | | | | effective permissions (/manulistp <name> +). manucheckp also outputs superperms results. | |||
* | Fixed wasteful updating of perms on a manload. | ElgarL | 2011-09-24 | -1/+7 |
| | ||||
* | Fix for null in PLAYER_TELEPORT for bukkit perms. | ElgarL | 2011-09-24 | -5/+4 |
| | ||||
* | - Update to handle 'getDescription().getPermissions(') returning a | ElgarL | 2011-09-21 | -2/+4 |
| | | | list (CB 1172). | |||
* | - Reverted WorldHolder static change to maintain backward plugin | ElgarL | 2011-09-21 | -8/+9 |
| | | | compatability. | |||
* | All GroupManager commands issued by players are now echoed in the | ElgarL | 2011-09-20 | -2/+15 |
| | | | console. | |||
* | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-09-20 | -13/+143 |
|\ | ||||
| * | 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 | -21/+60 |
| | | ||||
* | | GroupManager 1.1 | snowleo | 2011-09-17 | -371/+964 |
|\| | | | | | | | | | | | | | | | Merge branch 'groupmanager' Conflicts: EssentialsGroupManager/src/plugin.yml EssentialsGroupManager/src/users.yml | |||
| * | Read from group not user for setting superperms | ElgarL | 2011-09-16 | -2/+2 |
| | | ||||
| * | Quickfix: Slightly changing syntax to stop conflict - This needs to be ↵ | KHobbits | 2011-09-15 | -58/+58 |
| | | | | | | | | properly addressed | |||
| * | Doh, jumped a version | ElgarL | 2011-09-06 | -1/+1 |
| | | ||||
| * | Final tidy up of superperms for GM 1.2 | ElgarL | 2011-09-06 | -1/+0 |
| | | ||||
| * | removed unneeded include | ElgarL | 2011-09-06 | -2/+1 |
| | | ||||
| * | - Fixed BukkitPerms population. Wasn't correctly setting superperms. | ElgarL | 2011-09-06 | -8/+36 |
| | | ||||
| * | Push to Build dev version | ElgarL | 2011-09-04 | -2/+2 |
| | | ||||
| * | - Fix for an infinite loop bug with the new Bukkit Perms during a new | ElgarL | 2011-09-03 | -7/+16 |
| | | | | | | user creation. | |||
| * | - Fix for Users.yml containing only 'users:' causing a crash. | ElgarL | 2011-09-03 | -4/+11 |
| | | | | | | | | - GroupManager will now generate a fresh Users and Groups yml if either file is empty. | |||
| * | Minor change to GM's config.yml to make it slightly easier to understand | ElgarL | 2011-09-03 | -1/+2 |
| | | | | | | mirroring | |||
| * | - Invalid groups assigned to players in users.yml will no longer cause | ElgarL | 2011-09-03 | -8/+11 |
| | | | | | | a crash. GM will now set them to the default group instead. | |||
| * | Damn typos | ElgarL | 2011-09-03 | -34/+34 |
| | | ||||
| * | correct typo on setDefaulttWorldHandler | ElgarL | 2011-09-03 | -34/+34 |
| | | ||||
| * | - GroupManager will now attempt to select the default world when using | Steve | 2011-09-03 | -101/+96 |
| | | | | | | commands instead of failing and telling you to use '/manselect <world>'. | |||
| * | - Fixed users being able to use 'manuadd' to add users to higher groups | ElgarL | 2011-09-03 | -31/+56 |
| | | | | | | | | | | | | than their own. - Added SuperPerms support so GM will update adn provide the permissions to plugins which only support Bukkit Perms. - Added more helpful output to errors on argument lengths. | |||
| * | Bukkit Superperms support | ElgarL | 2011-09-02 | -5/+249 |
| | | ||||
| * | Test commit to see if push works | Steve | 2011-08-29 | -1/+1 |
| | | | | | | Updated plugin.yml to alpha-6 for GM | |||
| * | GroupManager update to Permissions 3.1.6 API done by ElgarL | snowleo | 2011-08-14 | -170/+450 |
| | | ||||
* | | Updating default permissions. | KHobbits | 2011-08-20 | -51/+51 |
| | | ||||
* | | Removing advice to move to perm3 | KHobbits | 2011-08-15 | -1/+1 |
|/ | ||||
* | Changes to build-impl by Netbeans | snowleo | 2011-08-08 | -3/+4 |
| | ||||
* | Correcting all line endings to LF | snowleo | 2011-07-24 | -74/+74 |
| | ||||
* | Added code guidelines to all projects, so we don't need them globally. | snowleo | 2011-07-24 | -73/+74 |
| | | | | | | | Compress jar files Don't copy lib files into dist folders Removed vendor names Changed all java versions to 1.6 to make it consistent. | |||
* | Fix duplicated logger messages in GM after reload | snowleo | 2011-07-19 | -1/+3 |
| | ||||
* | essentials.back.ondeath would be useless without essentials.back | KHobbits | 2011-07-03 | -1/+1 |
| | ||||
* | Query: | KHobbits | 2011-06-29 | -17/+24 |
| | | | | - does essentials.back.ondeath work without essentials.back, and vice versa? - should we swap signs.protection.override? to signs.override.protection? | |||
* | Added info of change to version. | snowleo | 2011-06-25 | -1/+1 |
| | | | | idea by TheRec |