summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/Essentials.java
Commit message (Expand)AuthorAgeLines
* Fix missed cases from previous user iteration optimizations.md_52014-08-16-5/+3
* Optimize player / user iteration.md_52014-07-19-2/+57
* Force listener cleanup on plugin disable.KHobbits2014-06-19-0/+2
* Extend getUser(Object) to match uuid and offline players.KHobbits2014-05-30-0/+8
* Improve fakeServer modelKHobbits2014-05-27-0/+3
* Utilize write transactions for delaylogin task.KHobbits2014-05-25-0/+1
* Move the teleport timer to an async task.@ArkhamNetwork2014-05-17-0/+6
* Prevent near empty userdata file creation.KHobbits2014-05-17-1/+0
* Better handle TL failover.KHobbits2014-05-05-2/+2
* Add previous account tracking to /seenKHobbits2014-04-18-3/+12
* Force CB 3050+KHobbits2014-04-18-1/+1
* Optimize uuidmap writing, and use userConf write buffering.KHobbits2014-04-17-0/+1
* Remove Ess object from FakeServer.KHobbits2014-04-14-0/+1
* Essentials UUID conversion.KHobbits2014-04-13-6/+13
* Future Java versions may not support _ as identifier.FearFree2014-03-22-24/+22
* User loading cleanupKHobbits2014-03-03-0/+3
* Constant user file casing.KHobbits2014-02-27-0/+4
* Update Bukkit to 1.7.3-R0.3 - Bukkit: 1903 CB: 3020KHobbits2014-02-19-12/+0
* Modifier order consistencyIaccidentally2014-02-04-1/+1
* Raise minimum CB version to 2922 or 1.7.2-R0.1KHobbits2014-02-02-1/+1
* Allow the use of non-development Bukkit builds at runtimeChris Ward2014-01-30-1/+1
* Update to Bukkit Development BuildsChris Ward2014-01-20-1/+12
* Logger cleanup pt 1.KHobbits2013-12-07-1/+2
* Throw meaningful warnings when wrong Essentials version is used with unsuppor...KHobbits2013-11-15-4/+9
* Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuffIaccidentally2013-11-06-2/+4
* Restore getUser APIKHobbits2013-10-18-2/+16
* Extract CommandSender to CommandSource, this should prevent Ess user object l...KHobbits2013-10-16-28/+19
* Clean ImportsKHobbits2013-10-11-4/+4
* Extract user match loopingKHobbits2013-09-28-0/+5
* Update to 1.6.4Iaccidentally2013-09-19-1/+1
* Require latest Bukkit RBChris Ward2013-09-17-1/+1
* Allow alternative command handler to also pass tab complete.KHobbits2013-08-15-0/+30
* Use user object to send messages when possible.KHobbits2013-08-15-2/+2
* Gracefully handle botched plugin startsKHobbits2013-08-13-97/+121
* Added horse armor /spawnmob horse:armor<iron|gold|diamond>okamosy2013-07-17-1/+1
* Update CraftbukkitKHobbits2013-07-14-1/+1
* Try to restore basic api functionalityKHobbits2013-07-14-1/+0
* Wrap ItemDb accessors and move Item string matching to itemdb class.KHobbits2013-07-13-1/+2
* [API] fix implementation?Iaccidentally2013-07-13-1/+1
* [API] Move 2.x API to new package, create dummy classes for compatibilityIaccidentally2013-07-13-2/+5
* Update to 1.6.2, adds new potion effect typesGunfighterJ2013-07-08-2/+2
* Misc cleanupKHobbits2013-07-07-3/+3
* Add command logging for CommandBlocks and other console types.KHobbits2013-07-02-3/+29
* Update Essentials for Bukkit 1.6.1-R0.1-SNAPSHOTGunfighterJ2013-07-01-1/+1
* Block external access to unsupported saveConfig() method.KHobbits2013-06-17-1/+6
* Allow new lines and add secure broadcast keywords.KHobbits2013-06-16-7/+10
* Cleanup broadcast, allow limited keywords in.KHobbits2013-06-16-6/+18
* no permissions is not an error, so dont output it as a warningNecrodoom2013-06-12-1/+1
* Split util classes.KHobbits2013-06-08-1/+2
* Attempt to fix /seen times on vanish.KHobbits2013-06-02-1/+1