-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d25c144
commit 300da10
Showing
4 changed files
with
56 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
~~Finish transition to installer.h~~ DONE | ||
|
||
~~Add an interactive installation option~~ DONE | ||
|
||
~~Add multiple langage support~~ DONE | ||
|
||
~~Add compatibility to install.sh for non-apt repos~~ DONE | ||
|
||
~~Add checkers to install.sh for a friendlier experience~~ DONE | ||
|
||
Make it a true daemon (to not depend on systemd) by using std::thread | ||
|
||
~~Try to move away from system() to compensate for non-Bash shells~~ DONE | ||
|
||
Add a start.sh compatibility option (offer to be middleware for existing scripts or programs that depend on start.sh) | ||
|
||
Add "intelligent configuration" which detects for existing server .jar files and automagically configures the files | ||
|
||
~~Add colors to the output messages~~ DONE | ||
|
||
Add more file logging features (log rotation, auto-zip) | ||
|
||
~~Add compatibility for sysVinit~~ DONE | ||
|
||
~~Add one-step installation from command line (curl, wget?)~~ DONE: see command in readme | ||
|
||
~~Add multi-server support with multithreading (tricky, requires dynamic allocation of objects)~~ DONE | ||
|
||
Add bStats support (create a dummy Java file just for bStats and run it upon startup) | ||
|
||
~~Change the default server.conf to server.server for more descriptive filenames~~ WON'T ADD | ||
|
||
Add a feature that explains each flag when prefixed with -h or --help | ||
|
||
Add a feature to install server .jar files with one step |