Update CHANGELOG.md and README.md

This commit is contained in:
Tiiffi
2025-11-21 16:07:05 +02:00
parent 142479f9ee
commit f0ef884cd5
2 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
- Add experimental UTF-8 support for Windows - Add experimental UTF-8 support for Windows
- Change maximum packet size to correct value (4096 -> 4106) - Change maximum packet size to correct value (4096 -> 4106)
- Attempt to add missing newlines in bugged Minecraft servers - Attempt to add missing newlines in bugged Minecraft servers
* Implemented for responses to the 'help' command and unknown commands * Implemented for responses to the 'help' command and "Unknown or incomplete.." commands
- Print auth failed message to stderr instead of stdout - Print auth failed message to stderr instead of stdout
- Fail immediately if received packet size is out of spec - Fail immediately if received packet size is out of spec
- Return proper exit code from run_terminal_mode() - Return proper exit code from run_terminal_mode()

View File

@@ -1,9 +1,8 @@
# mcrcon # mcrcon
mcrcon is a command-line [rcon](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client intended for remote server administration and maintenance automation. mcrcon is a command-line [RCON](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client designed for remote server administration and automation of maintenance tasks.
Though originally developed for Minecraft servers, it also works with a variety of other servers using the Valve or Minecraft-style rcon protocol.
Originally written for Minecraft servers, this tool is also compatible with other servers using the Valve- or Minecraft-style RCON protocol.
--- ---
@@ -11,7 +10,7 @@ Though originally developed for Minecraft servers, it also works with a variety
##### Binary releases ##### Binary releases
Pre-built binaries are provided for Linux and Windows: https://github.com/Tiiffi/mcrcon/releases/latest Pre-built binaries for Linux and Windows: https://github.com/Tiiffi/mcrcon/releases/latest
##### Via package manager ##### Via package manager
See https://pkgs.org/download/mcrcon and https://repology.org/project/mcrcon/packages for available packages in various Linux distros (note that some packages might be outdated). See https://pkgs.org/download/mcrcon and https://repology.org/project/mcrcon/packages for available packages in various Linux distros (note that some packages might be outdated).
@@ -99,7 +98,7 @@ mcrcon -H my.minecraft.server -p password -w 5 "say Server is restarting!" save-
>- Issue Description: Clearly describe the problem you're encountering and the expected behavior. >- Issue Description: Clearly describe the problem you're encountering and the expected behavior.
>- Steps to reproduce >- Steps to reproduce
> >
>If you're tech-savvy, consider providing a packet capture file (PCAP). Remember to use a fake password. >Consider providing a packet capture file (PCAP) if possible. Remember to use a bogus password.
--- ---