summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/UserData.java
Commit message (Expand)AuthorAgeLines
* Update to new ban method.FearFree2014-07-12-21/+0
* Don't allow old UUID's to accidentally overwrite current UUID for user mapping.KHobbits2014-06-07-1/+1
* Try to use consistent UUIDs and not rely on Bukkit lookup while saving.KHobbits2014-06-07-2/+10
* Enforce userdata save on player dispose.KHobbits2014-05-27-0/+5
* If we are modifying money, force transaction clear, this is important.KHobbits2014-05-27-4/+5
* Abort transaction before updating funds on balance overflow.KHobbits2014-05-25-5/+7
* Utilize write transactions for delaylogin task.KHobbits2014-05-25-0/+10
* Update Bukkit to 1.7.8-R0.1KHobbits2014-04-15-1/+0
* Stop delayed writes from reversing user reset.KHobbits2014-04-15-0/+1
* Essentials UUID conversion.KHobbits2014-04-13-8/+35
* Future Java versions may not support _ as identifier.FearFree2014-03-22-2/+2
* Fix some /home errors with invalid data.KHobbits2014-03-09-0/+3
* Code cleanup and remove remote skull edit.KHobbits2014-02-08-6/+6
* Allow the Essentials module to compile again.KHobbits2014-02-02-1/+1
* Track UUID for future use.KHobbits2014-02-02-0/+6
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-3/+7
* Add and implement sign break/create/interact events to EssAPIKHobbits2013-12-31-7/+1
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-4/+5
* Clean ImportsKHobbits2013-10-11-2/+2
* Prevent inf loop when adding air to kits.KHobbits2013-08-12-1/+4
* Try to restore basic api functionalityKHobbits2013-07-14-1/+0
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+2
* Misc cleanupKHobbits2013-07-07-1/+1
* Split util classes.KHobbits2013-06-08-5/+7
* Try and make toggles DRYer without loosing command flow.KHobbits2013-06-08-13/+0
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-3/+2
* Economy MadnessKHobbits2013-05-05-12/+27
* Trim stored precision to below that of a double, to prevent rounding issues.KHobbits2013-05-05-42/+40
* *angry eyes*snowleo2013-05-03-1/+1
* Fix cleanup to not hold Users in memory.snowleo2013-05-03-3/+2
* Added /essentials cleanup <days> [money] [homes] [bans]kukelekuuk002013-02-19-1/+1
* Add a method to write to the userdata to UserData.java and IUser.java.kukelekuuk002013-02-13-0/+54
* Fix /seen commandsnowleo2013-02-08-0/+21
* Don't overwrite last location on logoutsnowleo2013-02-08-0/+11
* Clean up userdata saving, to prevent CMIKHobbits2013-01-12-14/+13
* Userdata cleanupKHobbits2012-11-27-11/+16
* Fix NPE in UserData on loginAlexander Schepp2012-10-21-1/+4
* Better handle invalid warp namesKHobbits2012-10-02-2/+2
* Cleanup delhome to match normal home cases properly.KHobbits2012-09-22-19/+19
* /ess reset <player> - Clears stored data about a user.KHobbits2012-09-14-2/+9
* Update /kit delay to use updated yaml code.KHobbits2012-09-02-8/+27
* Make chat handling more thread safe (and also faster)snowleo2012-08-03-3/+3
* *borrows snowleo's strainer*KHobbits2012-06-19-1/+1
* Little safety check for bad plugins.KHobbits2012-06-19-1/+5
* Patch to allow plugins to use ignore lookup, without updating their own code.KHobbits2012-06-19-0/+7
* Players should not be able to ignore ConsoleKHobbits2012-06-16-5/+5
* Fix /mute to follow same convention as /tjailKHobbits2012-06-10-9/+1
* Allow syntax: /god <player> <on/off>KHobbits2012-06-10-6/+0
* Strip invalid chars from kit namesKHobbits2012-05-19-1/+1
* Revert "Update home count..." This reverts commit cd1734f0965652fef584df42f79...KHobbits2012-05-07-12/+0