summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Util.java
Commit message (Expand)AuthorAgeLines
* Better handle invalid warp namesKHobbits2012-10-02-5/+9
* Fixing storage of compiled regexChris Ward2012-10-02-1/+2
* Fixing bad file names in Windows (Fixes #2924)Chris Ward2012-10-01-1/+3
* Fix IllegalStateException in sign click patchKHobbits2012-08-31-1/+11
* Fix /top so that glass counts as a real block.KHobbits2012-08-08-1/+1
* Correct material for bedssnowleo2012-08-08-1/+1
* Test the places around the location first, then go upsnowleo2012-08-08-22/+54
* Fix teleports on bedssnowleo2012-08-08-0/+5
* Revert optimization, doesn't find glass blocks.KHobbits2012-07-17-4/+0
* Add small optimization tweak to new safe block function.KHobbits2012-07-17-5/+10
* Remove debugging messages.KHobbits2012-07-17-3/+0
* Try to do a little better when searching for safe teleport locations.KHobbits2012-07-17-9/+41
* Try to trim long displaynicks instead of blankly refusing to show them.KHobbits2012-05-13-0/+9
* Catch all values greater than 10 years to avoid exploits.KHobbits2012-04-04-4/+6
* Cap mute/ban/jail to 10 years (any more is silly).KHobbits2012-04-04-2/+12
* Missing air materials.KHobbits2012-03-29-1/+4
* Fix url matching.KHobbits2012-03-23-2/+7
* Fixing chat color formatting.KHobbits2012-03-23-1/+1
* Split formatting perms for signs as well.KHobbits2012-03-22-8/+8
* New Permission: essentials.chat.urlKHobbits2012-03-22-7/+22
* Split colour permissions into 3: color/magic/formatKHobbits2012-03-22-6/+63
* Allow more currency customization.KHobbits2012-03-04-3/+13
* Fix world heightssnowleo2012-03-02-2/+2
* Less sanitizing for more performancesnowleo2012-02-13-5/+0
* Caching regex return in user cleanup.KHobbits2012-02-13-2/+8
* Extend valid characters to be a little less strict.KHobbits2012-02-02-1/+1
* Sanitize mail for untoward characters.KHobbits2012-02-02-2/+8
* Fix Lombok include.KHobbits2012-01-19-1/+1
* Compiled regex is faster.KHobbits2012-01-18-2/+13
* Strip colors from chat, if the user does not have the permission.snowleo2012-01-16-1/+1
* Speed improvements for Move and Interact Event.snowleo2012-01-16-2/+3
* Fix sorting of users in /whosnowleo2011-12-11-0/+11
* Moved block to item conversion to Util classsnowleo2011-12-02-0/+83
* Allow joinList to understand Collections.snowleo2011-11-29-2/+2
* Added 1.9 material where you can standsnowleo2011-11-27-1/+2
* Rewriting help, to use new classes.KHobbits2011-11-22-0/+13
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-208/+37
* Code cleanup continued.KHobbits2011-11-18-16/+2
* Cleanup of the /tree commandssnowleo2011-11-15-1/+18
* Safe location fix:KHobbits2011-10-03-2/+2
* Updating safe teleport locations to include 1.8 blocks.KHobbits2011-10-03-13/+19
* Fix getSafePosition once again.snowleo2011-09-11-6/+42
* updated to use corrected joinList function.okamosy2011-08-23-4/+15
* Updated joinList to properly handle lists of lists.okamosy2011-08-23-29/+13
* Added util function concat(List) and concat(string, list) to concatenate list...okamosy2011-08-22-0/+23
* Success message on /spawnerKHobbits2011-08-19-0/+5
* Fix unbanning players who don't have user files.KHobbits2011-08-11-1/+1
* Stop searching for tp location after a chunk.KHobbits2011-08-11-6/+5
* Removing hole in floor, tp cop-out.KHobbits2011-08-11-1/+6
* Fix Util.getSafeDestination() to use int instead of double.snowleo2011-07-23-22/+22