Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add all the new R4 methods | md_5 | 2012-02-15 | -0/+56 |
| | ||||
* | Update to 1.1-R4 | md_5 | 2012-02-15 | -0/+36 |
| | ||||
* | Remove dropItems from the inventory work around | md_5 | 2012-02-15 | -39/+30 |
| | ||||
* | /spawnmob - Only list mobs you have permission to spawn. | KHobbits | 2012-02-14 | -2/+15 |
| | ||||
* | Don't return null, throw an exception | snowleo | 2012-02-14 | -4/+13 |
| | ||||
* | Merge pull request #49 from Iaccidentally/patch-2 | snowleo | 2012-02-14 | -1/+1 |
|\ | | | | | fix typo in config.yml (another one) | |||
| * | fix typo in config.yml (another one) | Iaccidentally | 2012-02-14 | -1/+1 |
| | | ||||
* | | Merge pull request #48 from Iaccidentally/patch-1 | snowleo | 2012-02-14 | -1/+1 |
|\ \ | |/ |/| | fix typo in config.yml | |||
| * | fix typo in config.yml | Iaccidentally | 2012-02-14 | -1/+1 |
|/ | ||||
* | Less sanitizing for more performance | snowleo | 2012-02-13 | -10/+15 |
| | ||||
* | Caching regex return in user cleanup. | KHobbits | 2012-02-13 | -2/+8 |
| | | | | (Pushing this for testing purposes). | |||
* | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-02-13 | -132/+300 |
|\ | ||||
| * | Change Service registration to register WorldsHolder instead of | ElgarL | 2012-02-11 | -2/+3 |
| | | | | | | AnjoPermissionsHandler. This is the correct entry point for all data. | |||
| * | Add some commenting | ElgarL | 2012-02-05 | -36/+12 |
| | | ||||
| * | Fix world mirroring so it correctly creates data files and data sources | ElgarL | 2012-02-05 | -77/+216 |
| | | | | | | | | | | for partially mirrored worlds. Fixed world mirroring so it returns the correct data for the requested world | |||
| * | Prevent getAllPlayersPermissions() processing a group more than once. | ElgarL | 2012-02-02 | -19/+27 |
| | | | | | | Improves performance when using complex inheritance structures. | |||
| * | fix setGroup to only block superperms update if update is false. | ElgarL | 2012-02-02 | -2/+2 |
| | | ||||
| * | Fix a bug with getWorldData return the main world data for all mirrors, | ElgarL | 2012-02-02 | -3/+15 |
| | | | | | | instead of the worlds parent data. | |||
| * | Catch all errors in badly formatted groups. | ElgarL | 2012-01-31 | -7/+9 |
| | | ||||
| * | Track the 'onPlayerChangeWorld' event as some teleports seem to not be | ElgarL | 2012-01-30 | -1/+8 |
| | | | | | | triggering a world move. | |||
| * | Auto sort permissions on load to speed up population of superperms. | ElgarL | 2012-01-30 | -31/+54 |
| | | | | | | | | | | | | | | | | | | Negating a parent node after adding all nodes with * will now correctly remove all child nodes of that parent before populating superperms. eg. - '*' - -vanish.* - vanish.standard | |||
| * | .project change for Eclipse Build tool | ElgarL | 2012-01-29 | -1/+1 |
| | | ||||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2012-02-13 | -1/+28 |
|\ \ | ||||
| * | | Clean up the CommandException stack traces so they appear as if Essentials ↵ | md_5 | 2012-02-12 | -1/+28 |
| | | | | | | | | | | | | was never there. | |||
* | | | Allow charges for different mob types in /spawner | KHobbits | 2012-02-13 | -1/+5 |
| | | | ||||
* | | | Add per warp command costs | KHobbits | 2012-02-13 | -12/+8 |
|/ / | | | | | | | Make warp other commands charge the commander, not the warped. | |||
* | | Update trade signs properly, and visibly handle full signs. | KHobbits | 2012-02-11 | -7/+10 |
| | | ||||
* | | Merge pull request #46 from krinsdeath/master | KHobbits | 2012-02-11 | -1/+75 |
|\ \ | | | | | | | Added Privileges to known Permissions plugins | |||
| * | | Added PrivilegesHandler.java; | Jeff Wardian | 2012-02-11 | -1/+75 |
| | | | | | | | | | | | | | | | | | | Implemented privileges in PermissionsHandler.java; Fixed PrivilegesHandler.canBuild(); | |||
* | | | Refactoring tpaccept perm check to include tpaall. | KHobbits | 2012-02-11 | -1/+3 |
| | | | ||||
* | | | Merge pull request #45 from Wolvereness/master | KHobbits | 2012-02-11 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | Fix /tpaccept permission check Refactoring to follow. | |||
| * | | Fix exploit with /tpaccept if sender no longer has permission | Wolvereness | 2012-02-09 | -1/+1 |
|/ / | ||||
* | | Allow colour codes in /ping | KHobbits | 2012-02-09 | -1/+1 |
| | | ||||
* | | New Permission: essentials.sudo.exempt | KHobbits | 2012-02-09 | -1/+7 |
| | | | | | | | | If a user has this perm, they cannot be controlled. | |||
* | | Optional argument to /ping [message]- Message to be echo'd. | KHobbits | 2012-02-09 | -3/+12 |
| | | | | | | | | Possible use in scripts, checking for lag, /sudo, etc. | |||
* | | Fixing silly typo - Fixes shout costs. | KHobbits | 2012-02-09 | -1/+1 |
| | | ||||
* | | Make it so ops can build, even if they don't have the matching permission. | KHobbits | 2012-02-02 | -0/+4 |
| | | ||||
* | | Force minimum CB version to 1846, don't want people on #1840 due to big bugs. | KHobbits | 2012-02-02 | -1/+1 |
| | | ||||
* | | Fixing repair to not repair items with datavalues, unless they actually have ↵ | KHobbits | 2012-02-02 | -1/+1 |
| | | | | | | | | a durability. | |||
* | | Craftbukkit #1846 Bukkit #1211 | KHobbits | 2012-02-02 | -0/+0 |
| | | ||||
* | | Recover from broken config files, but keep a backup of the old one for ↵ | KHobbits | 2012-02-02 | -3/+4 |
| | | | | | | | | purpose of data recovery. | |||
* | | Extend valid characters to be a little less strict. | KHobbits | 2012-02-02 | -1/+1 |
| | | ||||
* | | Sanitize mail for untoward characters. | KHobbits | 2012-02-02 | -10/+25 |
| | | | | | | | | Prevent a user error from terminating essentials timer task. | |||
* | | More info, and less severe warning on jail error. | KHobbits | 2012-01-31 | -10/+31 |
| | | ||||
* | | Update jails to new event system. | KHobbits | 2012-01-31 | -21/+22 |
| | | ||||
* | | Remove invalid item spawn blacklist warning during startup. | KHobbits | 2012-01-29 | -0/+4 |
| | | ||||
* | | Prevent /home bed, if the bed was later destroyed. | KHobbits | 2012-01-29 | -1/+1 |
| | | ||||
* | | Fixing Kill/suicide in creative mode. | KHobbits | 2012-01-29 | -1/+3 |
|/ | ||||
* | New craftbukkit | KHobbits | 2012-01-29 | -0/+12 |
| | | | | CB 1840, B 1208 | |||
* | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-01-29 | -26/+37 |
|\ |