1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #310 from donkers/master More... over 9 years ago
Prevent info about unset server version being printed during logroll or config command More... over 9 years ago
Fix bug where in some situations $SERVER_PATH was being prepended to $*_PATH variables unnecessarily. More... over 9 years ago
Missed a ; in the versionable_properties list. Damn it. More... over 9 years ago
Change case of `local versionable_properties` to match precedence. More... over 9 years ago
Defined a list of properties that can be versioned, the regex filter was not strict enough. More... over 9 years ago
Merge branch 'versionable_properties' More... over 9 years ago
Applied the 'script /dev/null' fix to the screen -r command in the command_server_console() function. More... over 9 years ago
refactor of server_set_property(), move content of if block into the case statement and check if path is already absolute. More... over 9 years ago
Call read_server_conf() when reading set_property lines in versioning files. This allows overrides of version properties in the server.properties. More... over 9 years ago
Moved the server.properties checking to it's own function, read_server_conf(). More... over 9 years ago
Code re-factoring: Move case statment applying post-changes to values to the server_set_property() function. More... over 9 years ago
Add LOG_PATH to version files. More... over 9 years ago
Only return 0 if this is a CONSOLE_ variable. More... over 9 years ago
Change if conditions so versioning files are read for *_PATH as well as CONSOLE_* variables. More... over 9 years ago
Move the if block for making paths absolute into the server_set_property() function. More... over 9 years ago
Use the server_set_property() function to set property values in all cases. More... over 9 years ago
Add set_property() function to load properties from versioning files. More... over 9 years ago
bumped version More... over 9 years ago
updated for 0.9.3 More... over 9 years ago
Merge pull request #308 from donkers/master More... over 9 years ago
Update LOG_PATH for Minecraft 1.7.0. This will need to be manually set for versions < 1.7.0 until this is made a version-able property. More... over 9 years ago
Add minecraft/1.7.0 to versioning manifest file. More... over 9 years ago
No longer required now tail has --follow=name --retry More... over 9 years ago
Hide errors from tail if server log get rolled during command_server_cmdlog(), server_log_get_line() or server_log_dots_for_lines(). More... over 9 years ago
Add retry to tail, for cases where server rolls own log. More... over 9 years ago
Fix escaping fail on awk command in log_line_get_time() More... over 9 years ago
Add 1.7.0 versioning file. More... over 9 years ago
Update awk comand for time_string to support pre and post 1.7 log format More... over 9 years ago
Moved LOG_REGEX variable to versioning file. More... over 9 years ago