Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix players retaining permissions when demoted. | ElgarL | 2012-01-29 | -25/+34 |
| | ||||
* | silly formatting change to test gitbot | ElgarL | 2012-01-28 | -1/+1 |
| | ||||
* | fix for an iterator error if there is only one element in the array. | ElgarL | 2012-01-28 | -2/+3 |
| | ||||
* | Fixed a bug when pushing superperms in the wrong order. | ElgarL | 2012-01-28 | -85/+63 |
| | ||||
* | Properly fix inherited negated nodes. | ElgarL | 2012-01-27 | -4/+5 |
| | ||||
* | do not allow inherited permissions to negate higher perms. | ElgarL | 2012-01-27 | -3/+8 |
| | ||||
* | Fixed an infinite loop error when using '/manudel' on a logged in | ElgarL | 2012-01-25 | -3/+13 |
| | | | | player. It caused setDefaultGroup to trigger a bukkit update when no GM User existed yet. | |||
* | Trap errors in fetching the mirrors map. | ElgarL | 2012-01-25 | -4/+8 |
| | ||||
* | Check for a null player object in the PlayerTeleportEvent. | ElgarL | 2012-01-25 | -2/+3 |
| | ||||
* | Fixed subgroups (I broke earlier). | ElgarL | 2012-01-25 | -10/+17 |
| | ||||
* | Fix trying to modify an unmodifiable collection breaking superperms. | ElgarL | 2012-01-25 | -31/+33 |
| | ||||
* | Fix typo/wording in changelog | ElgarL | 2012-01-24 | -1/+1 |
| | | | Allow negation to the * permission node when populating superperms. | |||
* | Allow negations with the * permission node when population superperms. | ElgarL | 2012-01-24 | -6/+9 |
| | ||||
* | Fix hasOwnData to return a correct result with new mirroring system | ElgarL | 2012-01-24 | -1/+1 |
| | ||||
* | Fixed isInList | ElgarL | 2012-01-24 | -1/+1 |
| | ||||
* | addSubGroup now returns a boolean for success/failure. | ElgarL | 2012-01-24 | -14/+23 |
| | | | | '/manuaddsub' now correctly reports if it was able to add the sub group. | |||
* | Added recursive loop detection for World mirroring (you may not set the | ElgarL | 2012-01-24 | -44/+45 |
| | | | | | | main world as a mirror of another). Fixed fetching world data so it no longer returns the mirrored world for groups. Each world data holder now points to the correct data set, so can be returned as an object. | |||
* | Fixed infinite loop error on player join. | ElgarL | 2012-01-22 | -9/+18 |
| | | | | Optimized code to only update the player logging in instead of all players online. | |||
* | Separated all events to be independent classes. | ElgarL | 2012-01-21 | -46/+50 |
| | ||||
* | Fixed a random null error upon a player portaling. | ElgarL | 2012-01-21 | -3/+4 |
| | ||||
* | Update to new Bukkit Event system. | ElgarL | 2012-01-21 | -52/+100 |
| | | | Update GroupManagerBridge for new event system. | |||
* | Catching throwable leads to madness, lets do this safely. | KHobbits | 2012-01-21 | -1/+5 |
| | ||||
* | Catch errors too, incase the class doesn't exist. | KHobbits | 2012-01-21 | -1/+1 |
| | ||||
* | Messages Cleanup | KHobbits | 2012-01-20 | -29/+28 |
| | ||||
* | If vault throws an exception, it should not be enabled. | KHobbits | 2012-01-20 | -2/+9 |
| | ||||
* | Adding translation keys for [L] and [Spy] | KHobbits | 2012-01-20 | -2/+16 |
| | ||||
* | Check shout/question messages are longer than 1 character. | KHobbits | 2012-01-20 | -1/+1 |
| | ||||
* | Removing load info, bucket displays that now. | snowleo | 2012-01-20 | -48/+7 |
| | ||||
* | New Event code for EssentialsSpawn | snowleo | 2012-01-20 | -16/+34 |
| | ||||
* | Update for new CraftBukkit Event Code | snowleo | 2012-01-20 | -312/+320 |
| | | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities. | |||
* | CB#1791 | snowleo | 2012-01-20 | -0/+0 |
| | ||||
* | Fix EssChat displayname error. | KHobbits | 2012-01-19 | -5/+7 |
| | ||||
* | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-01-19 | -5/+5 |
|\ | ||||
| * | Fixed text when adding a subgroup to not say the player was moved. | ElgarL | 2012-01-19 | -2/+3 |
| | | ||||
| * | Remove debug spam | ElgarL | 2012-01-19 | -1/+0 |
| | | ||||
* | | Fix Lombok include. | KHobbits | 2012-01-19 | -3/+3 |
| | | ||||
* | | Update of Lombok, fixes memory leak in Netbeans | snowleo | 2012-01-19 | -0/+0 |
| | | ||||
* | | Cache MessageFormats for Chat | snowleo | 2012-01-19 | -7/+26 |
| | | ||||
* | | Compiled regex is faster. | KHobbits | 2012-01-18 | -8/+19 |
| | | ||||
* | | Make sure to clean the chatStore. | KHobbits | 2012-01-18 | -1/+2 |
| | | ||||
* | | Reduce duplicate calls in EssentialsChat | KHobbits | 2012-01-18 | -103/+133 |
| | | | | | | | | Should cut the time down a little. | |||
* | | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-01-18 | -81/+160 |
|\| | ||||
| * | Better optimize assembling of a players permissions and allow the * node | ElgarL | 2012-01-18 | -79/+153 |
| | | | | | | to populate all registered superperms. | |||
| * | Added a tidy error message for invalid permission entries in | ElgarL | 2012-01-18 | -3/+8 |
| | | | | | | GlobalGroups. | |||
* | | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-01-17 | -30/+58 |
|\| | ||||
| * | v 1.9: | ElgarL | 2012-01-17 | -30/+58 |
| | | | | | | | | | | Optimize populating Bukkit perms so we no longer calculate the child nodes (Bukkit already does this). | |||
* | | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-01-17 | -2/+2 |
|\| | ||||
| * | Removed '- bukkit.command' form the globalgroups permission nodes. | ElgarL | 2012-01-15 | -2/+2 |
| | | ||||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2012-01-17 | -0/+2 |
|\ \ | ||||
| * | | Shorter names for enchantment signs. | snowleo | 2012-01-17 | -0/+2 |
| | | |