mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 03:11:07 -04:00
Update version information, changelog and readme
This commit is contained in:
@ -1,5 +1,14 @@
|
||||
#### Version history:
|
||||
|
||||
###### 0.7.2
|
||||
- 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
|
||||
|
||||
###### 0.7.1
|
||||
- Deprecate `-i` flag for invoking terminal mode
|
||||
- Add workaround to prevent server-side bug.
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2012-2020, Tiiffi <tiiffi at gmail>
|
||||
Copyright (c) 2012-2021, Tiiffi <tiiffi at gmail>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
|
||||
@ -76,8 +76,7 @@ rcon.password=your_rcon_pasword
|
||||
##### Contact:
|
||||
|
||||
* WWW: https://github.com/Tiiffi/mcrcon/
|
||||
* MAIL: tiiffi at gmail
|
||||
* IRC: tiiffi @ quakenet
|
||||
* MAIL: tiiffi+mcrcon at gmail
|
||||
* BUG REPORTS: https://github.com/Tiiffi/mcrcon/issues/
|
||||
|
||||
---
|
||||
|
||||
2
mcrcon.1
2
mcrcon.1
@ -1,7 +1,7 @@
|
||||
.\" Process this file with
|
||||
.\" groff -man -Tascii mcrcon.1
|
||||
.\"
|
||||
.TH MCRCON 1 "January 2020" "Version 0.7.1"
|
||||
.TH MCRCON 1 "October 2021" "Version 0.7.2"
|
||||
.SH NAME
|
||||
mcrcon \- send rcon commands to a Minecraft server
|
||||
.SH SYNOPSIS
|
||||
|
||||
Reference in New Issue
Block a user