summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/Commandnick.java
Commit message (Expand)AuthorAgeLines
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-7/+7
* Strip nickname prefix when doing displayname comparison.KHobbits2013-10-16-1/+2
* implement GodStatusChangeEventIaccidentally2013-10-11-2/+1
* Allow recolouring own name.KHobbits2013-10-05-1/+1
* Improve nick validationKHobbits2013-10-05-4/+12
* Add more API template and implement nick change event.KHobbits2013-10-05-6/+17
* Extract user match loopingKHobbits2013-09-28-60/+45
* General cleanup.KHobbits2013-08-11-7/+5
* [FEATURE] Add configurable max nick lengthIaccidentally2013-07-10-0/+4
* Cleanup importsIaccidentally2013-06-11-1/+0
* Split util classes.KHobbits2013-06-08-3/+4
* Use correct getPlayer method to not match offline users.KHobbits2013-03-20-2/+2
* [Fix] Allow /nick to change nickname case, without adding prefix character.KHobbits2013-03-09-7/+13
* Split colour permissions into 3: color/magic/formatKHobbits2012-03-22-4/+6
* Fix /nick command colorssnowleo2012-01-16-3/+5
* New command: /find <item>Khyperia2011-12-07-1/+22
* New permission essentials.nick.colorKHobbits2011-11-23-6/+14
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-13/+14
* Fix long prefix breaking setPlayerListName(), because they are too long.snowleo2011-11-20-2/+2
* Code cleanup continued.KHobbits2011-11-18-2/+2
* Allow proper escaping and use of & symbol in nicks (&& = &).KHobbits2011-11-03-1/+1
* Trim long nicknames for use in tab listKHobbits2011-11-03-55/+36
* Adding list name to /nick support.KHobbits2011-10-04-4/+4
* Correctly charge for the use of commands.snowleo2011-08-27-9/+4
* Disable /nick if change-displayname is disabledsnowleo2011-08-27-0/+10
* Several bug fixes and cleanup.snowleo2011-06-01-1/+1
* Refactoring: New Charge classsnowleo2011-05-22-2/+1
* [trunk] translationsementalo2011-05-11-8/+9
* This is a big refactoring of the user class and more.snowleo2011-05-01-70/+46
* [trunk] change the ability to nick others to permission node "essentials.nick...ementalo2011-04-15-2/+2
* Moving all files to trunk.snowleo2011-03-19-0/+129