Skip to content

Releases: viral32111/rcon

1.1.1

20 Aug 12:35
1.1.1
7294d64
Compare
Choose a tag to compare
  • Updated Go to 1.20.
  • Removed deprecated random seeding.
  • Added builds for 64-bit ARM (arm64), 32-bit ARM (arm) and 32-bit x86 (386).

Checksums are now uploaded as files instead of in the release description.

1.1.0

05 Aug 19:04
1.1.0
9b1ec87
Compare
Choose a tag to compare

This release has the following changes:

  • Added support for executing multiple commands, along with an optional -interval <seconds> flag for specifying the time to wait between sending each command.
  • Added more information (project information & full usage line) to the -help flag.
  • Fixed a bug where the program would error when it could not find a trailing line to remove for the Source Engine protocol.
  • Support building for Linux 64-bit using musl.

Full commit changelog: 1.0.0...1.1.0.

See the updated usage documentation for this version.

The provided binaries provided are for Linux 64-bit using glibc, Linux 64-bit using musl, and Windows 64-bit.

File information and SHA-256 checksums of the provided binaries:

rcon-linux-amd64-glibc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, Go BuildID=o5seyeqLaStH3NEhIYal/HKch1r6BTmFE4ew7sN-z/ShR34_CKecuODLUHwVxi/eL2CPzTRU6Bqe6buPXNq, stripped
rcon-linux-amd64-musl:  ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=5Fp_ubuWNmdDbqR836lS/KG_IzKmfxxejS5d8Qtr0/ShR34_CKecuODLUHwVxi/Wi0ba4STRoeFvbEqsU_B, stripped
rcon-windows-amd64.exe: PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows

c5cacd1e022e8cc67eeef4d0fd08f00d920ef8b5e487b64cb5e7abf4795bcfe8  rcon-linux-amd64-glibc
0f94388e4380f6a965494691ecda39b0b39eb91d08f4d5a66febf6bc00a9a5f4  rcon-linux-amd64-musl
d5630ebee5a079287b1e2507a6fb13f3c178ca06d5a44418b28ac02225b7ca2b  rcon-windows-amd64.exe

1.0.0

31 Jul 13:15
1.0.0
43bdead
Compare
Choose a tag to compare

This is the first stable release that supports both Minecraft (-minecraft flag) and the Source Engine (-sourceengine flag).

The binaries provided are for Linux (64-bit) and Windows (64-bit). The Linux build is for glibc, but musl builds are planned for a later date.

See the usage documentation for information about the flags, arguments and examples.

File information and SHA-256 checksums of the provided binaries:

rcon-linux-amd64:       ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, Go BuildID=RseAr7TCaQ004DkzokoJ/9sAJoOxtS3TIagYNhs9v/EWD2Uzo5Lvtrz-st14QR/olaX34FuT6k1Wk1AbIOw, stripped
rcon-windows-amd64.exe: PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows

b853fafa687e8a54a74f8f760955bec5f0cee9e619cfb2db5b62b1967a28b8fe  rcon-linux-amd64
dd0d5e294ee0f157d489a32cbeaaa7921c0e8eb563197b1cffcdfe1ab39d5309  rcon-windows-amd64.exe

Source Engine

29 Jul 21:21
0.1.0
68cf055
Compare
Choose a tag to compare
Source Engine Pre-release
Pre-release

This release implements the Source Engine protocol, the Minecraft protocol will be implemented at a later date.

Use the -sourceengine flag to enable this protocol.

See the usage documentation for further information on the command-line flags, arguments, and examples on Source Engine games.

The provided binary is only for Linux (64-bit) using glibc, as that is what I am creating this for. The final release will have binaries for Linux using musl, and Windows.

File information and SHA-256 checksum of the provided binary:

rcon-linux-x64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, Go BuildID=nebNsBe9RxQCc_TDRFsH/9Mx5fSKIeyH9I5SXl5SD/s9pvMwVGkU9hVfFeNtNl/ybxpUFJvx9FlHueHbBYv, stripped

d1f123219f3f4cfe992f5272155b0e9726d96093c3f2299116781cea78cc3418  rcon-linux-x64