Commit Graph

  • dfd840de1f Update BUILDING.md Develop Tiiffi 2024-12-07 21:19:47 +02:00
  • d5515f43ce Update BUILDING.md Tiiffi 2024-12-07 21:18:17 +02:00
  • 4a1da8d373 Convert tab indentation to spaces. This is how normal people do it. :D Tiiffi 2024-12-06 23:41:17 +02:00
  • b1b46ca08c Implement platform specific input buffer flushing Tiiffi 2024-12-06 21:53:39 +02:00
  • 2bb1fafdaa Add hardening flags Tiiffi 2024-12-06 21:53:14 +02:00
  • 0fb17971c0 Fix typo and remove 'Q' as quitting command Tiiffi 2024-12-06 20:26:42 +02:00
  • ec11d77e89 Update CHANGELOG.md Tiiffi 2024-12-06 16:32:11 +02:00
  • 2d29741691 Fixes to Windows utf-8 support + one more Minecraft newline fix Tiiffi 2024-12-06 16:24:04 +02:00
  • cc77044df1 Add experimental utf-8 support for Windows and change the behaviour of Minecraft "stop" hack Tiiffi 2024-12-06 14:43:40 +02:00
  • dba07aacf7 Update CHANGELOG.md Tiiffi 2024-12-06 12:35:30 +02:00
  • bd76b897de Fix missing newlines in Minecraft RCON messages: Tiiffi 2024-12-06 11:00:18 +02:00
  • 1106f27700 Bump version to 0.8.0 Tiiffi 2024-12-06 08:36:57 +02:00
  • 00fc3b5bcb Set select() timeout to 5 seconds and replace putchar() loop with fputs() call Tiiffi 2024-12-06 08:30:26 +02:00
  • a0fe9e1645 Enable input/output buffering and fflush only explicitly Tiiffi 2024-12-04 16:33:49 +02:00
  • 5f460e8912 Remove Valve protocol checks and set select() timeout to 1.5 seconds Tiiffi 2024-12-04 16:30:53 +02:00
  • 6fed74ba74 Implement select() loop to receive all incoming packets: Tiiffi 2024-12-04 12:58:49 +02:00
  • 5d1c87b26f Don't call memcpy() if there is nothing to copy v0.7.3-develop Tiiffi 2024-12-04 08:17:56 +02:00
  • fd77ad7fc0 packet_build(): add [static 1] to generate warning if NULL pointer is passed Tiiffi 2024-12-03 05:40:45 +02:00
  • bc5617407d Update CHANGELOG.md Tiiffi 2024-12-02 10:40:51 +02:00
  • 5ae06f4d37 Update man page Tiiffi 2024-12-02 10:35:00 +02:00
  • 233031cdcb Update README.md Tiiffi 2024-12-02 10:31:38 +02:00
  • ebf5172cd0 Update BUILDING.md Tiiffi 2024-12-02 10:13:38 +02:00
  • 0b72e4d17d Update README.md Tiiffi 2024-12-02 09:56:06 +02:00
  • af70f87bc1 Update README.md Tiiffi 2024-12-02 09:52:30 +02:00
  • 53fd703911 Rename INSTALL.md to BUILDING.md Tiiffi 2024-12-02 09:42:44 +02:00
  • c0d28bcb17 Rename INSTALL.md to BUILDING.md Tiiffi 2024-12-02 09:42:11 +02:00
  • edf8344983 Add "-Wno-gnu-zero-variadic-macro-arguments" flag to suppress Clang warnings about GNU macro extensions Tiiffi 2024-12-02 09:37:08 +02:00
  • a502204e26 Remove unused headers Tiiffi 2024-12-02 09:34:48 +02:00
  • 7162bc6fe6 - add log_error macro - rename "flag_connection_alive" variable back to "global_connection_alive" - return exit code from run_terminal_mode() - rcon_command(): add error messages Tiiffi 2024-12-02 08:55:18 +02:00
  • f270a485b5 Remove url from version string Tiiffi 2024-12-02 07:40:34 +02:00
  • df66816bee Change prefix of flag variables from 'global' to 'flag' Tiiffi 2024-12-02 07:37:12 +02:00
  • 5c7ab407d7 Patch of various fixes, cleanups and unused code removals: Tiiffi 2024-12-02 07:32:07 +02:00
  • c83d96cc91 Add "$(EXENAME).exe" to clean rule so Windows executables are also cleaned up Tiiffi 2024-12-02 06:14:34 +02:00
  • 427fd206ca Oops, uncomment struct field Tiiffi 2024-11-11 23:49:18 +02:00
  • 1a4010cbba Change MAX_PACKET_SIZE and DATA_BUFFSIZE, add notes about packet structure Tiiffi 2024-11-11 22:22:45 +02:00
  • 4488127350 Use fixed width integer types in rcon packet structure Tiiffi 2024-11-10 16:25:19 +02:00
  • 6b563df23d Update README.md Tiiffi 2024-11-09 20:53:55 +02:00
  • 5a2dcf41ac Update README.md Tiiffi 2024-11-09 20:51:36 +02:00
  • 7d3f3c1d61 Update README.md Tiiffi 2024-11-09 20:46:53 +02:00
  • fc040ce5ea Change maximum packet size to correct value (4096 -> 4106) Tiiffi 2024-11-09 15:22:42 +02:00
  • 489306d4a2 Add windows batch scripts Tiiffi 2024-11-09 13:48:23 +02:00
  • a8e2a9349e Exit with appropriate return code if password is not provided, fixes #87 Tiiffi 2024-11-07 21:39:37 +02:00
  • deed43ad61 Makefile macOS fix, resolves #82, resolves #102 Tiiffi 2024-11-07 17:14:25 +02:00
  • aa933d2c1f Add support for Valve style authentication, fixes #106 Tiiffi 2024-11-07 14:37:45 +02:00
  • accae57e4b Remove ".travis.yml" Tiiffi 2024-11-07 14:21:31 +02:00
  • fa25cde79c Modify compilation flags: Tiiffi 2024-11-07 14:04:48 +02:00
  • e96b2eff6e Remove broken Travis CI links and update package list Tiiffi 2024-11-07 13:54:40 +02:00
  • b5951e9634 Merge pull request #83 from Tiiffi/develop master v0.7.2 Tiiffi 2021-10-30 22:34:42 +03:00
  • 7b8ea2bf39 Update copyright year Tiiffi 2021-10-30 22:30:12 +03:00
  • 05aaff88d4 Update version information, changelog and readme Tiiffi 2021-10-30 22:21:25 +03:00
  • fca278e092 - Quit gracefully when Ctrl-D or Ctrl-C is pressed - Remove "exit" and "quit" as quit commands Tiiffi 2021-10-30 22:16:29 +03:00
  • b3147ebe43 Fix erroneous string length check Tiiffi 2021-02-15 04:31:07 +02:00
  • 48c065c304 Use setvbuf() instead of fflush() Tiiffi 2021-02-15 03:29:44 +02:00
  • 29a1c99f82 Merge pull request #53 from AddisonG/master Tiiffi 2021-02-12 04:23:54 +02:00
  • bf11460a0d Merge pull request #39 from kabiroberai/master Tiiffi 2021-02-08 22:51:54 +02:00
  • 3e8acd5e42 Merge pull request #62 from jbaldus/master Tiiffi 2021-02-08 05:16:11 +02:00
  • ada14bb4d9 Fixes typo in ANSI escape sequence for LCYAN jbaldus 2021-01-13 19:22:02 -05:00
  • 336f528668 Fixed compiler bug Addison G 2020-08-12 14:10:58 +10:00
  • 58a7a86bc3 Flush stdout when needed kabiroberai 2020-01-31 17:26:27 +05:30
  • b02201d689 Merge pull request #37 from Tiiffi/develop v0.7.1 Tiiffi 2020-01-02 03:14:12 +02:00
  • 4cff2fe537 Update CHANGELOG.md Tiiffi 2020-01-02 03:11:50 +02:00
  • 0d11c6a4e9 Update README.md Tiiffi 2020-01-02 02:40:05 +02:00
  • 9c68d9cdd4 Update README.md Tiiffi 2020-01-02 02:30:12 +02:00
  • 6d49968df3 Update README.md Tiiffi 2020-01-02 02:28:52 +02:00
  • b118b7b7b9 Change year in copyright texts and manual page Tiiffi 2020-01-02 02:22:44 +02:00
  • 253fb70a72 Merge branch 'develop' Tiiffi 2020-01-02 02:15:27 +02:00
  • f351fb134e - Deprecate -i flag for terminal mode - Use strcasecmp() instead strcmp() to check exit command Tiiffi 2019-12-22 16:27:36 +02:00
  • af5e88b528 Update Makefile Tiiffi 2019-12-22 00:05:31 +02:00
  • 83cdaae362 Update version number Tiiffi 2019-12-21 23:13:19 +02:00
  • 876201fe5a Add workaround to prevent server-side bug. https://bugs.mojang.com/browse/MC-154617 Tiiffi 2019-12-21 23:12:39 +02:00
  • 3c071c0c45 - Add exit string detection - Stylistic change in getopt loop Tiiffi 2019-12-21 22:25:08 +02:00
  • d2ebbd8f12 Update various document files Tiiffi 2019-12-21 22:16:34 +02:00
  • cffa73d223 Remove unused functions Tiiffi 2019-12-20 21:02:21 +02:00
  • c62d5c8a70 Update usage and version texts Tiiffi 2019-12-20 20:58:40 +02:00
  • 8b75ddf4bf Indentation style change Tiiffi 2019-12-20 19:56:05 +02:00
  • 4f3a455095 Add more validation to mcrcon_parse_seconds() Tiiffi 2019-12-19 17:34:19 +02:00
  • 5fb20c2b83 Update mcrcon.1 and README.md Tiiffi 2019-12-19 17:32:47 +02:00
  • 0c48fbb847 Remove unused option characters Tiiffi 2019-12-18 19:34:08 +02:00
  • fcc9d6d09b Tabs are evil Tiiffi 2019-12-18 19:19:30 +02:00
  • 018592abc5 Code cleanups Tiiffi 2019-12-18 19:16:06 +02:00
  • de926b8c26 Merge branch 'develop' of https://github.com/Tiiffi/mcrcon into develop Tiiffi 2019-12-18 19:08:21 +02:00
  • 0f796b6bbc Tidy code formatting Tiiffi 2019-12-18 19:06:37 +02:00
  • f9d9a02348 Update README.md Tiiffi 2019-12-18 18:29:31 +02:00
  • a8863e1fcc Merge branch 'develop' of https://github.com/Tiiffi/mcrcon into develop Tiiffi 2019-12-18 18:19:50 +02:00
  • 83457075b9 Make command throttling argument parsing more robust Tiiffi 2019-12-18 18:02:20 +02:00
  • 2f1f925ac1 Make command throttling more robust Tiiffi 2019-12-18 18:02:20 +02:00
  • 8ff710e231 Update README.md Tiiffi 2019-12-18 18:00:45 +02:00
  • 7737bc2a32 Update mcrcon.1 Tiiffi 2019-12-18 18:00:31 +02:00
  • 52e717a92b Update CHANGELOG.md Tiiffi 2019-12-18 18:00:11 +02:00
  • 6cc26a8d8b Merge pull request #34 from HorlogeSkynet/master v0.6.2-develop Tiiffi 2019-12-16 17:43:12 +02:00
  • 5a0b9ea4e5 Let's avoid one more statement Samuel FORESTIER 2019-12-14 18:06:12 +01:00
  • a16d875626 Adds a -w option to throttle commands execution Samuel FORESTIER 2019-12-14 17:46:08 +01:00
  • 8fdda295e2 Update mcrcon.1 v0.6.1 Tiiffi 2019-11-19 09:47:05 +02:00
  • 0b1853dccc Update INSTALL.md Tiiffi 2019-11-19 09:17:20 +02:00
  • d338537e23 Update README.md Tiiffi 2019-11-19 09:16:11 +02:00
  • fed62d9e14 Update INSTALL.md Tiiffi 2019-11-09 03:50:17 +02:00
  • 4aab776687 Remove TODO Tiiffi 2019-11-08 23:16:03 +02:00
  • 5c47b744f5 Update README.md Tiiffi 2019-11-08 22:20:32 +02:00
  • c27f683573 Update README.md Tiiffi 2019-11-08 22:11:40 +02:00
  • bc33bbe09e Update README.md Tiiffi 2019-11-08 22:10:35 +02:00