Skip to content

Releases: n0la/rcon

Minecraft mode

31 Dec 10:03
Compare
Choose a tag to compare

A new option was added -m or --minecraft that makes rcon compatible with Minecraft servers. This flag can also be specified in the config file with minecraft = true.

Removal of single packet mode

29 Mar 09:55
Compare
Choose a tag to compare

Single packet mode has been removed, as it is now the default. The corresponding options on the command line and configuration file have been preserved as to not break existing scripts and usages.

OS X and clang support

02 Mar 14:03
Compare
Choose a tag to compare

New features:

  • native build support on OS X
  • support for clang
  • unit test suite for the protocol implementation using check

pledge and BSD support

10 Nov 10:22
Compare
Choose a tag to compare

This new release brings the following features:

  • pledge(2) support
  • The tool now builds and works on *BSD as well as Linux

And also a bug fix:

  • Sending "exec server.cfg" no longer crashes the tool

Bugfix release

19 Oct 09:03
Compare
Choose a tag to compare

This release fixes two bugs:

  • Parameters -h and -H were not handled properly
  • A small memory leak in the srcrcon protocol implementation

Initial release

04 Oct 12:53
Compare
Choose a tag to compare

rcon is a command line utility to interface with the remote console of games based on the Source engine by valve. It can work off the command line, but also be used a simple script interpreter.

Features:

  • Support for Source RCON including multi-packet replies
  • Support for configuration file to hold secrets such as RCON passwords
  • Bash completion
  • Man page