aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Load mod file every time new message is going to be printedKarel Kočí2016-10-23
|
* Update setup.py small fix README.md and 0.4 releasev0.4Karel Kočí2016-10-23
|
* Add message of the day featureKarel Kočí2016-10-23
|
* Specify minimal required version of Python3.3Karel Kočí2016-03-31
| | | | | We use daemon argument of Thread class and this was added in 3.3 version.
* Add installation instructions to README.mdKarel Kočí2016-03-31
|
* Setting up Python packageKarel Kočí2016-03-31
| | | | | Adding support for installing using pip. This will be default way to install mcwrapper.
* Removing configuration files and moreKarel Kočí2016-03-30
| | | | | | | 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.
* Add Travis status image and fix .travis.ymlKarel Kočí2016-03-09
| | | | | In travis configuration was missing some programs for testing. Also fix problems reported by style check.
* Cleaner output, input and output thread runs as daemonsKarel Kočí2016-03-07
| | | | | | | | | | 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).
* Fix some mistakes in readmeKarel Kočí2016-01-08
|
* Change documentation and add configfile argumentKarel Kočí2016-01-08
| | | | | | | | | | | | 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.
* Document new status file server.pidv0.2Karel Kočí2016-01-07
|
* Add automatic server shutdownKarel Kočí2015-12-11
| | | | | Wrapper can be set to stop server if no player is online for certain time.
* Remove actions from mcwrapperKarel Kočí2015-11-14
| | | | | | | 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.
* Update README.mdKarel Kočí2015-11-07
| | | | | Also server configuration variable folder renamed to more precise directory.
* Reformat README.mdKarel Kočí2015-11-07
|
* Add READMEv0.1Karel Kočí2015-08-14