Releases: Tiiffi/mcrcon
Releases ยท Tiiffi/mcrcon
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.
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 #62
- Flush stdout when needed by @kabiroberai in #39
- Fixed compiler error by @AddisonG in #53
- Merge develop to master by @Tiiffi in #83
New Contributors
- @jbaldus made their first contribution in #62
- @kabiroberai made their first contribution in #39
- @AddisonG made their first contribution in #53
Full Changelog: v0.7.1...v0.7.2
Checksums for binary releases:
Archive | SHA256 |
---|---|
mcrcon-0.7.2-linux-x86-64-static.zip | 790bfdd4f51245bc40f909e3a915f98cf569f57b0edf47697f5d72e0b86c2877 |
mcrcon-0.7.2-linux-x86-32.tar.gz | 108f81b345c2ce70fe962b44895299308b1d237e2a8cd4062f58313d1e4404e4 |
mcrcon-0.7.2-linux-x86-64.tar.gz | c1883c3f6610c751c935f4faefbf2c52f704a0f71013be2928972eef5918cb68 |
mcrcon-0.7.2-windows-x86-32.zip | 9bc513cd039c4738764a6354df45e776ea4db58eafefaa19f92e845a9147f85e |
mcrcon-0.7.2-windows-x86-64.zip | 47ca5f9e29aac4113283c01a9aa1418ba011c0ba17b791a227c098509e0035a4 |
mcrcon 0.7.1
mcrcon is console based Minecraft rcon client for remote administration and server maintenance scripts.
Changelog:
- A lots of small fixes, touch ups and code cleanups.
0.7.1
- Deprecate
-i
flag for invoking terminal mode - Add workaround to prevent server-side bug.
0.7.0
- Add
-w
option for rcon command throttling- Thanks HorlogeSkynet @ Github
Binary releases are provided for Linux (x86 and x86-64) and Windows (x86-32).
Here are checksums for following archives:
Archive | SHA256 |
---|---|
mcrcon-0.7.1-linux-x86-32.tar.gz | 334f5c4973546ad989b2ea10d3c7a2f69288b475a16fed2d5976371f48ee5c59 |
mcrcon-0.7.1-linux-x86-64.tar.gz | 4ba6245760051f12baf0f7ca9dcae5e48b8d6bf72a9bfe47cd195e0a68e96f86 |
mcrcon-0.7.1-windows-x86-32.zip | 2838d3f0b81edafc7ca37dede24cad4e5bf62562faa2629ce5b95a90212eb57a |
mcrcon 0.6.1
Source only release.
Changes:
- Version numbering changed to more sane system (0.0.5 -> 0.6.1)
- Fixed munged output
- Support for using environment variables to set some basic options
- Cleaned networking code
- Various code cleanups
- Changes and updates in usage text and error reporting
- Version option flag (-v) added
- Man page added
- Proper makefile added
- Color parsing fixed
mcrcon 0.0.5
Minecraft rcon client which is well suited for remote administration and server maintenance scripts.
- IPv6 support
- Bukkit style console colors supported
Binary releases are provided for Linux (x86 and x86-64) and Windows.
Here are checksums for mcrcon executable in following archives:
Archive | MD5 | SHA1 |
---|---|---|
mcrcon-0.0.5-linux-x86.tar.gz | cd1a1d79a4c3dab7236fc77425893243 | 6a8dd6c8518534136172c67f69a77e345091bea5 |
mcrcon-0.0.5-linux-x86-64.tar.gz | e1d9497ac3cbcaa456e23b03a84acaae | bd69c1da5e376f338355afd475c1fe54c11441a9 |
mcrcon-0.0.5-windows.zip | 558f8e2796d8e5bd6730252bbaa01e94 | b836519510d468e89739c6b7ce04eca84d7a4c40 |