<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mcserver-wrapper/mcwrapper, branch v0.5</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>Split status and players to separate classes</title>
<updated>2016-10-30T21:44:34+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-10-30T21:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=35d2ae9a115a17df2267cf0673d59419f4fd2a2f'/>
<id>35d2ae9a115a17df2267cf0673d59419f4fd2a2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load mod file every time new message is going to be printed</title>
<updated>2016-10-23T13:18:15+00:00</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-10-23T13:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f'/>
<id>d7b7cdf04c4a04eae1a44b53a8091fd1cda9d90f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
