Commit Graph

38 Commits

Author SHA1 Message Date
989dfd6928 Remove unused code 2019-10-20 16:01:45 +03:00
6bfd6801c9 Update version number and man page 2019-10-20 15:49:06 +03:00
f0580220e3 Merge from upstream develop 2019-10-20 15:39:44 +03:00
0525c3776e Handle fragmented data transmission
* Resolve #25
2019-10-17 16:06:35 +09:00
408ec3b1c1 Add *.plist to .gitignore and change exit code (fix #29) 2019-10-15 15:30:43 +03:00
21337ef5d7 Small fix. :-D 2019-09-20 13:50:20 +03:00
ac31d9bc5a Added check for fgets() return value. 2019-09-20 13:36:49 +03:00
60fa0e42d8 Added 'global' prefix for global variables and fixed 'rsock' variable shadowing. 2019-09-20 13:20:35 +03:00
872ddccbfc Set default address to localhost 2019-07-01 00:03:41 -04:00
a2b2117af5 Incrementing version number 2019-04-15 09:03:49 +03:00
42f06c89a8 Fix UTF-8 and something about color code 2017-08-17 23:36:04 +08:00
02ae39747e Changes per feedback on #16 2017-01-03 15:40:43 -05:00
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