summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/UserMap.java
Commit message (Expand)AuthorAgeLines
* Show UUID in trackUUID debug message.KHobbits2014-06-07-1/+1
* Don't allow old UUID's to accidentally overwrite current UUID for user mapping.KHobbits2014-06-07-27/+43
* Try to use consistent UUIDs and not rely on Bukkit lookup while saving.KHobbits2014-06-07-20/+25
* Use strings for cachemap key, should prevent accidental key issues.KHobbits2014-06-01-11/+7
* Remove online player lookup in usermap.getUUIDMap(), throw log entry on failb...KHobbits2014-05-27-12/+24
* Prevent reading and writing the usermap at the same time.KHobbits2014-05-17-4/+3
* Remove '-' from valid account names again.KHobbits2014-05-05-4/+4
* Update UUID mapping, if uuid for a username changes.KHobbits2014-04-27-1/+1
* Only write to UUIDMap if the entry doesn't exist.KHobbits2014-04-18-2/+6
* Format /seen account history list, optimize map loading.KHobbits2014-04-18-24/+25
* Add previous account tracking to /seenKHobbits2014-04-18-1/+14
* Fix offlineplayers with null names.KHobbits2014-04-17-1/+3
* Optimize uuidmap writing, and use userConf write buffering.KHobbits2014-04-17-76/+23
* Allow usermap to support legacy users, and restore ability to create user on ...KHobbits2014-04-15-8/+38
* Remove Ess object from FakeServer.KHobbits2014-04-14-1/+1
* Essentials UUID conversion.KHobbits2014-04-13-31/+142
* User loading cleanupKHobbits2014-03-03-16/+4
* Constant user file casing.KHobbits2014-02-27-2/+3
* Clean ImportsKHobbits2013-10-11-1/+1
* Add scaling object cap for usermap, prevent huge memory usage, also config fi...KHobbits2013-07-17-1/+2
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-0/+1
* Split util classes.KHobbits2013-06-08-6/+7
* Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronouslyIaccidentally2013-01-31-1/+1
* Don't return null, throw an exceptionsnowleo2012-02-14-4/+13
* Less sanitizing for more performancesnowleo2012-02-13-5/+15
* Revert changes to Usermapsnowleo2012-01-16-44/+32
* Speed improvements for Move and Interact Event.snowleo2012-01-16-33/+44
* Fix double names in /balancetop and show display name in balancetopsnowleo2011-12-19-7/+7
* More work done on config codesnowleo2011-12-06-2/+7
* Using the correct type of Set in UserMap.snowleo2011-12-06-3/+3
* Command CleanupKHobbits2011-12-01-2/+0
* UserMap.getUser() will return null on failure.snowleo2011-11-29-3/+3
* Fix NPE when reading old player filessnowleo2011-11-29-0/+7
* Calculation of /balancetop is now async to prevent slowdown of the serversnowleo2011-11-28-17/+3
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-7/+8
* Updated UserMap to newest Guava-APIsnowleo2011-11-18-30/+38
* Cleanup debug message, code tidy.KHobbits2011-10-25-1/+1
* Ignore ComputationExceptions while loading users asyncsnowleo2011-09-18-0/+7
* Removed unused users mapsnowleo2011-08-19-0/+5
* Users are now loaded async, so we have a new internal structure where they ar...snowleo2011-08-08-0/+107