Commit Graph

26 Commits

Author SHA1 Message Date
0198ca77a7 Touchups for MacOS 2016-12-26 22:12:00 -05:00
3fdf9d570d Version history draft for v0.6.0, updated version numbering and changed console prompt character back to original one. 2016-12-17 20:17:32 +02:00
d0e293f249 Changed program return values to EXIT_FAILURE and EXIT_SUCCESS macros. 2016-12-16 21:39:30 +02:00
2f8c462c0f Added support for setting basic options with environment variables. 2016-12-16 21:13:01 +02:00
b878ff1255 Comment cleanups and munged output bug (https://github.com/Tiiffi/mcrcon/issues/2) fixed. 2016-12-14 00:10:49 +02:00
57d0cdbf95 Minor cleanups. 2016-11-15 21:59:30 +02:00
f879937329 Typo fix. 2016-11-15 21:13:48 +02:00
a0e638edc9 Code style changes. 2016-11-15 20:28:33 +02:00
c1bfcbb611 Improved error messages and version flag info added to usage helper. 2016-11-15 19:48:10 +02:00
d92a60bed4 Added Install / uninstall rules to Makefile and made changes to error printing. Also now password is not set by default and terminal mode is activated automatically if there are no commands to execute. 2016-11-13 18:12:03 +02:00
edc750ccef Added packet_build_malloc() forward declaration and type cast to 2nd argument of send() function to silence windows compiler warnings. 2016-10-28 03:21:16 +03:00
a0d3d7f52e Commented windows version define and changed net_init_WSA() to request Winsock version 2.2 instead of old 1.1. 2016-10-28 01:40:38 +03:00
cbbdbcca93 net_init_WSA() function and error reporting improvements. 2016-10-27 03:25:28 +03:00
c5731c1109 New indentation and changes in net_connect error reporting. 2016-10-26 21:08:09 +03:00
9c6c8e3069 Replaced some networking functions with new ones. 2015-11-19 07:16:00 +02:00
7605586324 Changed port in example command. 2015-11-04 22:31:09 +02:00
e8f685ff0a README and help tweaks. 2015-11-04 22:08:44 +02:00
873e7672fb Updated years in license text. 2015-01-19 02:12:33 +02:00
5f05286170 Moving version history from source file to readme. 2015-01-19 02:02:42 +02:00
5b6c192686 Fixed indentation. 2015-01-05 11:02:50 +02:00
91ac3e3fac Reformatted help string. 2015-01-05 05:24:03 +02:00
64dc3ac2d0 Added "r" to options handler string. 2015-01-05 05:19:53 +02:00
9809d13d63 Updated help function and added raw output functionality in "packet_print" function. 2015-01-05 05:15:25 +02:00
b1a42cb993 New option -r (raw output) for opts parser. 2015-01-05 05:06:30 +02:00
37c9c0258d Update mcrcon.c
Typo fix.
2013-08-31 18:27:38 +03:00
0131325adb Initial commit. 2013-06-19 05:21:34 +03:00