<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mcserver-wrapper/mcwrapper, branch v0.2</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.2</id>
<link rel='self' href='http://git.cynerd.cz/mcserver-wrapper/atom?h=v0.2'/>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/'/>
<updated>2016-01-07T12:45:25Z</updated>
<entry>
<title>Add check if server is running by pid</title>
<updated>2016-01-07T12:45:25Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2016-01-07T12:41:53Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=be44548efb98939091b30950496bbfc1471a4cb7'/>
<id>urn:sha1:be44548efb98939091b30950496bbfc1471a4cb7</id>
<content type='text'>
This ensures that it is possible to start new process even when
previous execution was terminated without cleaning files. Also prints
warning if it detects existing file and no running process about forced
process termination.
</content>
</entry>
<entry>
<title>Change verbose level for printing auto-shutdown messages</title>
<updated>2015-12-11T19:02:20Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-12-11T19:02:20Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=ef0c99bfbb28a5cdf95711d3de7a0f0d9295722e'/>
<id>urn:sha1:ef0c99bfbb28a5cdf95711d3de7a0f0d9295722e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change way to set alternative configuration file</title>
<updated>2015-12-11T18:55:39Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-12-11T18:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=324c3a64ef7a003b07eb902c4d8f07b8375690e9'/>
<id>urn:sha1:324c3a64ef7a003b07eb902c4d8f07b8375690e9</id>
<content type='text'>
Until now was configuration loaded when script was started. From now on
will be loaded after argument parsing. This allows setting other than
standard configuration files from command line. It was possible, but
only by environment variable.
</content>
</entry>
<entry>
<title>Move some variable definitions</title>
<updated>2015-12-11T17:54:12Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-12-11T17:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=89623a6e6d304c71285cb325ff6988fe9af0374c'/>
<id>urn:sha1:89623a6e6d304c71285cb325ff6988fe9af0374c</id>
<content type='text'>
Server specific variables are now defined on one place. Before they
were defined on two separated places.
</content>
</entry>
<entry>
<title>Add automatic server shutdown</title>
<updated>2015-12-11T17:51:23Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-12-11T17:51:23Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=d3bcf2e4366093049b5b372fbdbe14f902ae35be'/>
<id>urn:sha1:d3bcf2e4366093049b5b372fbdbe14f902ae35be</id>
<content type='text'>
Wrapper can be set to stop server if no player is online for certain
time.
</content>
</entry>
<entry>
<title>Fix write to status file of starting status</title>
<updated>2015-12-02T13:48:01Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-12-02T13:48:01Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=b965c6e8d9ac5009a7a7f4c647e092289618e634'/>
<id>urn:sha1:b965c6e8d9ac5009a7a7f4c647e092289618e634</id>
<content type='text'>
Previously no new line was written and so no output was written to file.
</content>
</entry>
<entry>
<title>Fix wrong file name definition for players file</title>
<updated>2015-12-02T13:45:33Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-12-02T13:45:33Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=9f6d022b58f9b788e12d27b82dc53d58a6657e31'/>
<id>urn:sha1:9f6d022b58f9b788e12d27b82dc53d58a6657e31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrong variable access and missing player set</title>
<updated>2015-11-30T20:57:07Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-11-30T20:45:35Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=7b20981ab533727e6870347ac0324f6266b731b1'/>
<id>urn:sha1:7b20981ab533727e6870347ac0324f6266b731b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use atexit for server files cleaning</title>
<updated>2015-11-30T20:41:46Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-11-30T20:39:01Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=842bf710322f9e8b1cd5cac1b81e08d3d3840980'/>
<id>urn:sha1:842bf710322f9e8b1cd5cac1b81e08d3d3840980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix config files loading</title>
<updated>2015-11-30T19:49:57Z</updated>
<author>
<name>Karel Kočí</name>
<email>cynerd@email.cz</email>
</author>
<published>2015-11-30T19:47:13Z</published>
<link rel='alternate' type='text/html' href='http://git.cynerd.cz/mcserver-wrapper/commit/?id=0f8439a2cfa89a12a4eeb147f213552f687dbe5c'/>
<id>urn:sha1:0f8439a2cfa89a12a4eeb147f213552f687dbe5c</id>
<content type='text'>
Configuration wasn't loaded from some location, because it wasn't
expanded from posix '~'.
</content>
</entry>
</feed>
