<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mcserver-wrapper, branch v0.3</title>
<subtitle>Minecraft server wrapper written in Python3 that extracts server status and lists of online players</subtitle>
<id>http://git.cynerd.cz/mcserver-wrapper/atom?h=v0.3</id>
<link rel='self' href='http://git.cynerd.cz/mcserver-wrapper/atom?h=v0.3'/>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/'/>
<updated>2016-03-31T19:17:33Z</updated>
<entry>
<title>Change setup script and add ignores for build folder</title>
<updated>2016-03-31T19:17:33Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-31T18:11:43Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=46bcaf84cbc806fc34213c3fb88a62bec7d761e4'/>
<id>urn:sha1:46bcaf84cbc806fc34213c3fb88a62bec7d761e4</id>
<content type='text'>
Fixing setup script while setting up project to pypi.
</content>
</entry>
<entry>
<title>Fix execution without command</title>
<updated>2016-03-31T08:23:28Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-31T08:23:28Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=77cab339c532207378212ae09f4ba377d537cfcd'/>
<id>urn:sha1:77cab339c532207378212ae09f4ba377d537cfcd</id>
<content type='text'>
When no command is specified, help is printed but execution was
continuing. This is now fixed.
</content>
</entry>
<entry>
<title>Setting up Python package</title>
<updated>2016-03-30T22:29:17Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-30T22:29:17Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=2a8ad733fb5dc2e763256207332e42c90a3d6a6d'/>
<id>urn:sha1:2a8ad733fb5dc2e763256207332e42c90a3d6a6d</id>
<content type='text'>
Adding support for installing using pip. This will be default way to
install mcwrapper.
</content>
</entry>
<entry>
<title>Removing configuration files and more</title>
<updated>2016-03-30T21:41:15Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-30T21:33:27Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=7c635fe498b2c7d158a44ceaa525fe7317adb079'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Update example config</title>
<updated>2016-03-10T09:44:55Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-10T09:44:55Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=51278d4ef4aaa5d7b9e497fd333bd4e61f582fc9'/>
<id>urn:sha1:51278d4ef4aaa5d7b9e497fd333bd4e61f582fc9</id>
<content type='text'>
Example config is little bit changed and its documentation is
reformatted.
</content>
</entry>
<entry>
<title>Add Travis status image and fix .travis.yml</title>
<updated>2016-03-09T09:09:13Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-09T08:38:33Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=71e77dd87af79e0374b0f502066be0e191cb6667'/>
<id>urn:sha1:71e77dd87af79e0374b0f502066be0e191cb6667</id>
<content type='text'>
In travis configuration was missing some programs for testing.
Also fix problems reported by style check.
</content>
</entry>
<entry>
<title>Add Travis test</title>
<updated>2016-03-09T08:32:23Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-09T08:32:23Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=a149a27041e90674f34228e7ef1b05b6f1a61ca5'/>
<id>urn:sha1:a149a27041e90674f34228e7ef1b05b6f1a61ca5</id>
<content type='text'>
For beginning only coding standards are check. In future should be
tested at least basic features.
</content>
</entry>
<entry>
<title>Cleaner output, input and output thread runs as daemons</title>
<updated>2016-03-07T09:35:24Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-03-07T09:35:24Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=ec37e36a622614ac233d986911889bac1e59fc46'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fix some mistakes in readme</title>
<updated>2016-01-08T16:53:15Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-01-08T16:51:23Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=d9bbff52b91feb856325f52880ede00ecd1767dd'/>
<id>urn:sha1:d9bbff52b91feb856325f52880ede00ecd1767dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove todo file</title>
<updated>2016-01-08T16:49:08Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-01-08T16:49:08Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=246977234542344e8621ddb7a386c5fe033c2665'/>
<id>urn:sha1:246977234542344e8621ddb7a386c5fe033c2665</id>
<content type='text'>
All todos were obsolete and wasn't consistent any more with direction of
this project.
</content>
</entry>
</feed>
