summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/User.java
Commit message (Expand)AuthorAgeLines
* Fix missed cases from previous user iteration optimizations.md_52014-08-16-1/+1
* Add amount required to notEnoughMoney TL key.FearFree2014-07-19-1/+1
* Optimize player / user iteration.md_52014-07-19-5/+4
* Update to new ban method.FearFree2014-07-12-12/+0
* Allow for changing of username casing without adding 'nickname' prefix.KHobbits2014-07-12-1/+4
* Update essentials to support 3rd party vanish toggling.KHobbits2014-06-27-0/+10
* Try to use consistent UUIDs and not rely on Bukkit lookup while saving.KHobbits2014-06-07-1/+1
* Log takeMoney exception, even if we ignore it.KHobbits2014-05-27-1/+1
* Enforce userdata save on player dispose.KHobbits2014-05-27-0/+1
* Stop using old string player lookup.KHobbits2014-05-17-3/+4
* Only dispose users who are offline at point of disposal.KHobbits2014-05-10-1/+4
* Run user dispose on another thread.KHobbits2014-04-28-0/+12
* Remove Ess object from FakeServer.KHobbits2014-04-14-2/+2
* Essentials UUID conversion.KHobbits2014-04-13-4/+4
* Converted emulated player class calls to use base class.KHobbits2014-04-13-6/+6
* CleanupKHobbits2014-04-06-1/+1
* Future Java versions may not support _ as identifier.FearFree2014-03-22-16/+15
* You can now access the old balance during the UserBalanceUpdateEvent EventDykam2014-03-04-1/+2
* Code cleanup and remove remote skull edit.KHobbits2014-02-08-20/+25
* [Breaking] Add exception when players have exceeded their account limit.KHobbits2014-02-02-21/+22
* Add and implement sign break/create/interact events to EssAPIKHobbits2013-12-31-6/+12
* Logger cleanup pt 1.KHobbits2013-12-07-1/+1
* Add Balance Update Event.iBo3oF2013-12-05-2/+4
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-13/+16
* Add a little more group based debugging.KHobbits2013-10-21-2/+7
* Add debug log entry when checking permission groups.KHobbits2013-10-20-1/+6
* Restore original give/take Money APIKHobbits2013-10-19-2/+17
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-6/+10
* Clean ImportsKHobbits2013-10-11-2/+2
* Extract user match loopingKHobbits2013-09-28-2/+2
* Don't waste cpu on /baltop if eco is disabled.KHobbits2013-08-28-4/+0
* Extend eco disable option to block eco lookups. This can be required to comb...KHobbits2013-08-28-10/+39
* Use user object to send messages when possible.KHobbits2013-08-15-1/+1
* The /tpahere command now stores the location of 'here' rather than using the ...KHobbits2013-08-11-0/+13
* Tidy and slightly expand user APIKHobbits2013-07-14-39/+43
* Fix local message when no players are in the areaKHobbits2013-07-13-0/+7
* [API] fix implementation?Iaccidentally2013-07-13-2/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+2
* Reset suffix on /nick even if op and prefix/suffix are disabled.KHobbits2013-06-13-0/+1
* Split util classes.KHobbits2013-06-08-10/+13
* Attempt to fix /seen times on vanish.KHobbits2013-06-02-6/+6
* Small tweak to warning display and make config variable 'economy-lag-warning'...KHobbits2013-05-12-1/+1
* Make the lag warning configurable, useful to debug economy lag on larger serv...KHobbits2013-05-12-2/+2
* Throw console warning on slow economy api call.KHobbits2013-05-12-1/+13
* Couple more bits of Eco cleanupKHobbits2013-05-05-3/+3
* ECONOMY MADNESS? THIS IS … FIXEDsnowleo2013-05-05-2/+2
* fix NPE in teleport codesnowleo2013-05-05-1/+1
* Economy MadnessKHobbits2013-05-05-23/+24
* Fix cleanup to not hold Users in memory.snowleo2013-05-03-3/+3
* Initial 1.5 updateGunfighterJ2013-03-15-1/+1