summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/EssentialsUpgrade.java
Commit message (Expand)AuthorAgeLines
* Use quicker ban lookup to reduce /seen lag.KHobbits2014-08-14-1/+2
* Remove ban check from /ess cleanup, no longer required.KHobbits2014-07-12-13/+37
* Update to new ban method.FearFree2014-07-12-0/+73
* Don't allow old UUID's to accidentally overwrite current UUID for user mapping.KHobbits2014-06-07-1/+1
* Remove '-' from valid account names again.KHobbits2014-05-05-3/+3
* Allow disabling userfile cache on uuid convert.KHobbits2014-05-04-16/+20
* Delay uuidconversion for 10s and show warning.KHobbits2014-04-26-2/+54
* Skip empty user names on uuid conversion.KHobbits2014-04-22-1/+1
* [Breaking] Fix ECO NPC's. This is a work around of CB's recent changes block...KHobbits2014-04-19-8/+8
* Optimize uuidmap writing, and use userConf write buffering.KHobbits2014-04-17-10/+16
* Add progress status and /ess uuidconvert command for manual conversion.KHobbits2014-04-17-14/+56
* Essentials UUID conversion.KHobbits2014-04-13-302/+63
* Future Java versions may not support _ as identifier.FearFree2014-03-22-12/+12
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-8/+8
* Clean ImportsKHobbits2013-10-11-2/+2
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* Split util classes.KHobbits2013-06-08-1/+2
* Allow to forceSave conf filessnowleo2013-04-23-3/+3
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-1/+1
* Basic module graph.KHobbits2012-03-15-4/+5
* Add Griefcraft metrics to EssentialsKHobbits2012-03-15-0/+11
* Fixing upgrade script to allow powertool upgrade.KHobbits2012-02-23-3/+3
* Updated Essentials to work with R5snowleo2012-02-21-6/+6
* More cleanupsnowleo2011-12-06-0/+1
* Updated Jails to use the new config classessnowleo2011-12-06-0/+48
* Updated EssentialsSpawn to use the new config codesnowleo2011-12-06-0/+50
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-14/+15
* Code cleanup continued.KHobbits2011-11-18-14/+2
* motd and rules are now configured in the files motd.txt and rules.txt, values...snowleo2011-11-18-0/+47
* Automatic updates for future versions of items.csvsnowleo2011-09-18-2/+60
* Make home throw an exception if the world doesn't exist.KHobbits2011-08-24-2/+21
* Skip default home if it's invalid.KHobbits2011-08-24-3/+4
* Homes tolower.KHobbits2011-08-23-1/+2
* Adding Home upgrade script.KHobbits2011-08-23-6/+78
* Added multiple homes.KHobbits2011-08-23-2/+3
* added config upgrade for powertoolsokamosy2011-08-21-0/+56
* Users are now loaded async, so we have a new internal structure where they ar...snowleo2011-08-08-101/+142
* Heavy cleanup of all classessnowleo2011-07-16-1/+1
* Several bug fixes and cleanup.snowleo2011-06-01-17/+37
* Show file name, if there is an exception in the user upgrade code.snowleo2011-05-23-27/+35
* Only update config, if there are worth values.snowleo2011-05-16-1/+6
* Fix _setMoney failing on upgrade.snowleo2011-05-16-9/+17
* Don't load worlds on startup for Upgrade process, use FakeWorld instead.snowleo2011-05-14-3/+13
* More translation stuff. Essentials namespace is now translated.snowleo2011-05-10-8/+8
* [trunk] Delete temp files, if they are not needed.snowleo2011-05-02-0/+2
* [trunk] Fix converting to new home format.snowleo2011-05-02-2/+6
* [trunk] Upgrade:snowleo2011-05-01-3/+9
* [trunk] Another fix for upgrading the home locationssnowleo2011-05-01-13/+15
* [trunk] Fix bug on upgrade the home locationssnowleo2011-05-01-1/+1