Skip to content

mcjoin v2.5

Compare
Choose a tag to compare
@troglobit troglobit released this 23 Feb 05:55
· 232 commits to master since this release
  • Add Dockerfile, thanks to Graeme Lawes
  • FreeBSD support, by Ryan Libby
  • Replaced mutually exclusive options -q and -d with -l level. Default log level is notice, for true quiet mode, use -l none
  • Added new daemon mode, which makes mcjoin detach from its controlling terminal and run in the background, with all output except progress redirected to syslog
  • Fix possible file descriptor leak
  • Improve error detection if mcjoin cannot find a default interface, a valid (source) IP address, or anything else goes wrong
  • Add support for -w SEC, initial delay before actually starting. Useful if started very early in a system bootstrap before network has come up properly