<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mcserver-wrapper/mcwrapper, branch v0.4</title>
<subtitle>Minecraft server wrapper written in Python3 that extracts server status and lists of online players</subtitle>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/'/>
<entry>
<title>Handle missing mod file</title>
<updated>2016-10-23T11:02:41+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-10-23T11:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=27f674958baff078563d02528c4b89e48854e35b'/>
<id>27f674958baff078563d02528c4b89e48854e35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add message of the day feature</title>
<updated>2016-10-23T10:53:45+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-10-23T10:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=f556c681a5afae36a7d7c11ade5854a6de4a0896'/>
<id>f556c681a5afae36a7d7c11ade5854a6de4a0896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix execution without command</title>
<updated>2016-03-31T08:23:28+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-31T08:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=77cab339c532207378212ae09f4ba377d537cfcd'/>
<id>77cab339c532207378212ae09f4ba377d537cfcd</id>
<content type='text'>
When no command is specified, help is printed but execution was
continuing. This is now fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no command is specified, help is printed but execution was
continuing. This is now fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Setting up Python package</title>
<updated>2016-03-30T22:29:17+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-30T22:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=2a8ad733fb5dc2e763256207332e42c90a3d6a6d'/>
<id>2a8ad733fb5dc2e763256207332e42c90a3d6a6d</id>
<content type='text'>
Adding support for installing using pip. This will be default way to
install mcwrapper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding support for installing using pip. This will be default way to
install mcwrapper.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing configuration files and more</title>
<updated>2016-03-30T21:41:15+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-30T21:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=7c635fe498b2c7d158a44ceaa525fe7317adb079'/>
<id>7c635fe498b2c7d158a44ceaa525fe7317adb079</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Travis status image and fix .travis.yml</title>
<updated>2016-03-09T09:09:13+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-09T08:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=71e77dd87af79e0374b0f502066be0e191cb6667'/>
<id>71e77dd87af79e0374b0f502066be0e191cb6667</id>
<content type='text'>
In travis configuration was missing some programs for testing.
Also fix problems reported by style check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In travis configuration was missing some programs for testing.
Also fix problems reported by style check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaner output, input and output thread runs as daemons</title>
<updated>2016-03-07T09:35:24+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-07T09:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=ec37e36a622614ac233d986911889bac1e59fc46'/>
<id>ec37e36a622614ac233d986911889bac1e59fc46</id>
<content type='text'>
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).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception when writing to input pipe</title>
<updated>2016-01-08T16:47:36+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-01-08T16:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=30c9d38bd7333299b1ce5d49fbe24684394b4a97'/>
<id>30c9d38bd7333299b1ce5d49fbe24684394b4a97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exit hangup when timeout enabled</title>
<updated>2016-01-08T16:05:52+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-01-08T16:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=852b2bfa78c02de39cdf6a04959dce526c15b352'/>
<id>852b2bfa78c02de39cdf6a04959dce526c15b352</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change documentation and add configfile argument</title>
<updated>2016-01-08T15:09:37+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-01-08T15:09:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=9073bf1ccac68cfaa93d4bbe5c9b1b3fe98fcd8c'/>
<id>9073bf1ccac68cfaa93d4bbe5c9b1b3fe98fcd8c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
