summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/EssentialsConf.java
Commit message (Expand)AuthorAgeLines
* Revert writecount reset, this could cause odd behavior.KHobbits2014-05-27-13/+3
* Enforce userdata save on player dispose.KHobbits2014-05-27-1/+16
* Utilize write transactions for delaylogin task.KHobbits2014-05-25-10/+23
* Delay uuidconversion for 10s and show warning.KHobbits2014-04-26-0/+14
* Format /seen account history list, optimize map loading.KHobbits2014-04-18-1/+0
* Essentials UUID conversion.KHobbits2014-04-13-7/+22
* Future Java versions may not support _ as identifier.FearFree2014-03-22-10/+10
* Fix some /home errors with invalid data.KHobbits2014-03-09-1/+2
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-1/+1
* Clean ImportsKHobbits2013-10-11-10/+9
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-1/+1
* Catch both exceptions in EssentialsConf and valueOf instead of newsnowleo2013-05-05-0/+4
* Cleanupsnowleo2013-05-05-1/+0
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-0/+34
* Don't trust File.length()snowleo2013-05-03-2/+14
* Fix cleanup to not hold Users in memory.snowleo2013-05-03-6/+14
* Made the "throws" declaration of getWarps() more specificmain()2013-04-29-2/+4
* Allow to forceSave conf filessnowleo2013-04-23-2/+31
* Delayed write to file (experimental)snowleo2013-04-22-26/+87
* Clean up userdata saving, to prevent CMIKHobbits2013-01-12-84/+79
* Better handle invalid warp namesKHobbits2012-10-02-0/+5
* Don't create empty user filesKHobbits2012-09-14-12/+23
* Fix compile error.KHobbits2012-09-08-0/+1
* Async EssentialsSpawn join event, like the others.KHobbits2012-09-08-10/+2
* Fix ConcurrentModification bugssnowleo2012-09-07-2/+261
* Just don't use nio, this might be slower.snowleo2012-08-06-19/+4
* I should read javadoc properly.snowleo2012-08-06-10/+1
* Move FileChannel inside the loopsnowleo2012-08-05-1/+2
* Throw exception after 5 attemptssnowleo2012-08-05-4/+8
* Try to fix interrupt problem.snowleo2012-08-05-1/+25
* Prevent that a config file is loaded/saved by more than one thread.snowleo2012-04-11-2/+2
* Spaaaaaace! So much space! Gotta see it all!snowleo2012-03-23-1/+1
* Fix utf-8 decoding problems.snowleo2012-03-23-7/+9
* Fix UTF8 handling in Configuration classsnowleo2012-03-23-15/+82
* Updated Essentials to work with R5snowleo2012-02-21-30/+54
* Recover from broken config files, but keep a backup of the old one for purpos...KHobbits2012-02-02-3/+4
* If Essentials core fails to read one of the configs now, it will disable itse...snowleo2011-11-30-2/+1
* Fix NPE when reading old player filessnowleo2011-11-29-10/+14
* Locale.ENGLISH!!1!snowleo2011-11-27-2/+3
* CB#1518 B#1042snowleo2011-11-27-3/+28
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-11/+14
* Code cleanup continues...KHobbits2011-11-18-1/+0
* Code cleanup continued.KHobbits2011-11-18-7/+1
* Fix compatibility issues with Citizenssnowleo2011-08-28-5/+0
* Cleanup of EssentialsConf and delete empty files or files that are corrupt.snowleo2011-08-27-55/+93
* Make home throw an exception if the world doesn't exist.KHobbits2011-08-24-2/+2
* Show filename on yaml errorsnowleo2011-08-23-1/+6
* Several bug fixes and cleanup.snowleo2011-06-01-5/+21
* Catch class cast exceptions in EssentialsConfsnowleo2011-05-15-2/+18