| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
| |
We use daemon argument of Thread class and this was added in 3.3
version.
|
| |
|
|
|
|
|
| |
Adding support for installing using pip. This will be default way to
install mcwrapper.
|
|
|
|
|
|
|
| |
Such small application doesn't requires configuration files. Originally
intended for more expansion, but now those features are developed
separately. This is not indented as simple SystemD friendly wrapper
simple as possible.
|
|
|
|
|
| |
In travis configuration was missing some programs for testing.
Also fix problems reported by style check.
|
|
|
|
|
|
|
|
|
|
| |
Output printing is now more standardized across script and allows
defined Minecraft server like output.
Input and output thread for server is now implemented more simple as
daemons and wrapper exit is handled by waiting for server exit.
Example configuration is little bit changed. It adds type information
for all options.
Vim configuration line added for both files (mcwrapper and example.conf).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Configuration options are from previous commit documented directly in
example configuration file. So they don't have to be documented in
readme.
New argument configfile was added because if user uses default paths
for configuration files, it can be sometime unclear what file was used.
This prints path to used file.
Also as small feature, if no identifier is specified as argument neither
in configuration file help text is printed.
|
| |
|
|
|
|
|
| |
Wrapper can be set to stop server if no player is online for certain
time.
|
|
|
|
|
|
|
| |
Actions that would be send to server are useless when as same fast is
possible write to file pipe. This way is code more clear and allows
more expansions to the future. Also is consistent with planed Man in
the middle server.
|
|
|
|
|
| |
Also server configuration variable folder renamed to more precise
directory.
|
| |
|
|
|