Commit Graph

150 Commits

Author SHA1 Message Date
f9595188d5 manpage improvements. 2016-11-15 19:48:28 +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
449eac6358 Added manpage to the project. 2016-11-13 14:16:14 +02:00
88c91d4096 Updated compiler flags. 2016-11-13 14:15:29 +02:00
786767e9f1 License update. 2016-11-13 14:12:30 +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
3e60b0d28f Added Windows support to Makefile. 2016-10-28 01:41:38 +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
4b663958aa README.md update. 2016-10-27 03:33:04 +03:00
cbbdbcca93 net_init_WSA() function and error reporting improvements. 2016-10-27 03:25:28 +03:00
c9e3f86a89 Makefile improvements. 2016-10-27 03:23:32 +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
0a803aab55 .gitignore update. 2015-11-04 22:07:53 +02:00
7e10b01691 Merge pull request #11 from Kotobaminers/develop
Cross compile support + gnu99
2015-10-15 00:59:23 +03:00
660a2a1e27 Cross compile support 2015-10-15 00:45:56 +03:00
915f9a7972 Update README.md 2015-01-20 04:53:47 +02:00
1c367aa725 Update README.md 2015-01-20 04:48:40 +02:00
4f1ec0c0f9 Update README.md 2015-01-20 04:45:36 +02:00
e4e0d95e5e Update README.md 2015-01-20 04:45:12 +02:00
26159e7cc3 Updated LICENSE. 2015-01-19 03:04:35 +02:00
873e7672fb Updated years in license text. 2015-01-19 02:12:33 +02:00
e924373898 Removed "more info" link from readme. 2015-01-19 02:10:54 +02:00
c503dedd37 Update README.md 2015-01-19 02:08:19 +02:00
e2b3bb16e3 Update README.md 2015-01-19 02:06:27 +02:00
5f05286170 Moving version history from source file to readme. 2015-01-19 02:02:42 +02:00
3ab3e51889 Merge pull request #8 from Kotobaminers/develop
Ignoring built file
2015-01-19 01:03:37 +02:00
0a117b008c Ignoring built file 2015-01-19 00:48:21 +02:00
d1266e97b3 Minor formatting changes. 2015-01-13 20:05:10 +02:00
1d8175faba Update README.md 2015-01-13 15:02:55 +02:00
79f0d7ad09 Merge pull request #6 from Kotobaminers/readme
Updating README.md with fixed indent (retry)
2015-01-13 14:49:24 +02:00
670e599554 Fixing indent 2015-01-13 14:38:13 +02:00
957ff80842 Merge pull request #3 from Kotobaminers/Makefile
Creating Makefile to easy compile
2015-01-13 14:32:40 +02:00
f5c0ab9fde Enable rcon section to README.md 2015-01-13 08:24:39 +02:00
062156a006 Adding Usage section to readme.md 2015-01-13 08:16:46 +02:00
044cd6640e Creating Makefile to easy compile 2015-01-13 07:54:14 +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
d2a9565dfb Added .gitignore. v0.0.5 2015-01-05 04:55:46 +02:00
c6c4ff3c21 README.md edited online with Bitbucket 2015-01-03 08:36:50 +00:00
37c9c0258d Update mcrcon.c
Typo fix.
2013-08-31 18:27:38 +03:00
b294b9ea29 Update README.md 2013-06-21 14:37:47 +03:00
c45d5d94bd Update README.md 2013-06-19 05:27:01 +03:00
0131325adb Initial commit. 2013-06-19 05:21:34 +03:00