8000 Tags · isaacay/mineos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: isaacay/mineos

Tags

v0.6.9

Toggle v0.6.9's commit message
update init scripts for bsd

deliberately specifying 2.7 since this is the minimum version and solves
issue with python being a symlink to 3.x.  Also, this will make it
FreeBSD10 compat, as the FBSD10 pkg does not create the versionless
symlink

v0.6.8

Toggle v0.6.8's commit message
Merge pull request hexparrot#72 from mgilfillan/master

Fixed some of the css oddities

v0.6.7

Toggle v0.6.7's commit message
added timeout to ping function

help alleviate issues where socket is open but unresponsive and ends up
blocking the entire webui

v0.6.6

Toggle v0.6.6's commit message
fixed issue: cannot start server w/o mineos.conf

The logic path for manually starting server.py never succeeded, as
misc.base_directory is referenced in mounts.py but is never set except
if an existing mineos.conf existed

v0.6.5

Toggle v0.6.5's commit message
bug: mineos_console.py cant create servers

fixed issue where server couldnt be created with mineos_console.py
because has_server_rights came back false on nonexistent path

v0.6.4

Toggle v0.6.4's commit message
changed default basedir to /var/games/minecraft

since the majority of operation occurs at /var/games/minecraft, this
change allows quick access to servers without having to supply -d
argument

v0.6.3

Toggle v0.6.3's commit message
added "--this" to mineos_console.py

+ "mineos_console.py --this start"
"--this" substitutes for -d and -s by extracting them from the present
working directory
+ added command_debug to aid in command line debugging of java errors

v0.6.2

Toggle v0.6.2's commit message
Merge pull request hexparrot#25 from hexparrot/172compat

172compat

v0.6.1

Toggle v0.6.1's commit message
corrected issue where scheduled archive/backup wouldn't occur if /bac…

…kup/[server] existed, but /servers/[server] did not.

v0.6.0-release

Toggle v0.6.0-release's commit message
improved formatting of readme

0