summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/com/earth2me/essentials/update/UpdateProcess.java
Commit message (Collapse)AuthorAgeLines
* Removing EssentialsUpdate from 2.9 branch.KHobbits2012-08-18-199/+0
| | | | Development may be continued in 3.x branch.
* CB #2289 Bukkit #1512ementalo2012-08-04-2/+2
| | | | Change PlayerChatEvent to AsyncPlayerChatEvent
* Its a good idea to actually register the listenersmd_52012-02-15-2/+1
|
* Make Essentials Update use new Listener system, and fix a few general ↵md_52012-02-15-22/+12
| | | | mistakes, including that of the config
* Don't block /essentialsupdate command after selfupdatesnowleo2011-10-27-2/+23
|
* After the selfupdate, check for the bukkit version. We will not ↵snowleo2011-10-27-1/+11
| | | | automatically update bukkit, so the player is displayed a message, if he tries to update or install.
* Some cleanup, refactoring of EssentialsHelp classsnowleo2011-10-27-1/+1
|
* Removing automatic updatessnowleo2011-10-26-17/+0
| | | | | | It's a bad idea to automatically overwrite files, without asking the player first. This would be triggered by the selfupdate after the reload.
* The state machine now handles both manual updating and installation.snowleo2011-10-26-20/+39
|
* Cleanupsnowleo2011-10-26-7/+10
|
* Cleanly resume the installation, if the player quits the game and reconnectssnowleo2011-10-26-0/+22
| | | | If the installation is already running in background after the wizard, it will not stop, if the player quits the game.
* Statemachine for installation wizard (WIP)snowleo2011-10-23-19/+43
|
* EssentialsUpdate WIPsnowleo2011-10-12-0/+128