mcrcon 0.7.2
[!NOTE]
Edit 18.12.2024
Added statically linked build for Linux. This should work in majority of distros including Alpine linux.
https://github.com/Tiiffi/mcrcon/releases/download/v0.7.2/mcrcon-0.7.2-linux-x86-64-static.zip
This version is recommended for Linux users.
0.7.2 Summary
- Quit gracefully when Ctrl-D or Ctrl+C is pressed
- Remove "exit" and "quit" as quitting commands
- these are actual rcon commands on some servers
- Suppress compiler warning (strncpy)
- fix erroneous string length in packet building function
- Fix typo in ANSI escape sequence for LCYAN
- Make stdout and stderr unbuffered
What's Changed
- Fixes typo in ANSI escape sequence for LCYAN by @jbaldus in https://github.com/Tiiffi/mcrcon/pull/62
- Flush stdout when needed by @kabiroberai in https://github.com/Tiiffi/mcrcon/pull/39
- Fixed compiler error by @AddisonG in https://github.com/Tiiffi/mcrcon/pull/53
- Merge develop to master by @Tiiffi in https://github.com/Tiiffi/mcrcon/pull/83