CVS commit: src/games/hunt/huntd

2021-04-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 15 01:55:21 UTC 2021 Modified Files: src/games/hunt/huntd: Makefile Log Message: one port complains about string overflow here that i can't see. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/games/hunt/huntd

2021-04-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 15 01:55:21 UTC 2021 Modified Files: src/games/hunt/huntd: Makefile Log Message: one port complains about string overflow here that i can't see. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/games/hunt/huntd

2019-10-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 13 07:42:57 UTC 2019 Modified Files: src/games/hunt/huntd: shots.c Log Message: adjust a fallthru comment and add a missing break. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/hunt/huntd/shots.c

Re: CVS commit: src/games/hunt/huntd

2014-03-29 Thread David Holland
On Fri, Mar 28, 2014 at 05:49:11PM +, Alan Barrett wrote: Module Name: src Committed By:apb Date:Fri Mar 28 17:49:11 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: If you are going to use memcpy instead of struct

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:01:00 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: simplify silly logic To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/get_names.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:02:12 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: const To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/hunt/huntd/get_names.c Please note that diffs are not

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:03:21 UTC 2014 Modified Files: src/games/hunt/huntd: faketalk.c Log Message: typo in error message To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/faketalk.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:26:28 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: Use getaddrinfo() instead of gethostbyname(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:41:11 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c draw.c driver.c execute.c extern.c faketalk.c hunt.h makemaze.c shots.c Log Message: don't declare own boolean type To generate a diff of

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:33:03 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c Log Message: use random(), not a handrolled 16-bit generator To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:10:10 UTC 2014 Modified Files: src/games/hunt/huntd: ctl.c ctl_transact.c driver.c faketalk.c get_names.c hunt.h Log Message: Make the code for issuing talk requests to find players actually build.

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:12:12 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c faketalk.c Log Message: Use setproctitle() instead of handrolled version. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:16:09 UTC 2014 Modified Files: src/games/hunt/huntd: ctl.c ctl_transact.c faketalk.c get_names.c hunt.h Removed Files: src/games/hunt/huntd: bsd.h Log Message: Remove empty header file. To

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:32:04 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile faketalk.c huntd.6 Removed Files: src/games/hunt/huntd: ctl.c ctl_transact.c get_names.c talk_ctl.h Log Message: Rip out the code that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:35:30 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile driver.c Removed Files: src/games/hunt/huntd: faketalk.c Log Message: remove stubbed-out function To generate a diff of this commit: cvs

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:41:57 UTC 2014 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: const in unused code To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/makemaze.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:44:20 UTC 2014 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: tsort contents of file To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/makemaze.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:24:56 UTC 2014 Modified Files: src/games/hunt/huntd: pathname.c Log Message: Remove tautological #if DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/pathname.c Please

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:27:08 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c pathname.c Log Message: Move definitions to the file they're used in. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:27:40 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile Removed Files: src/games/hunt/huntd: pathname.c Log Message: Flush unwanted file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:33:41 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c expl.c extern.c hunt.h Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/hunt/huntd/driver.c cvs

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:38:54 UTC 2014 Modified Files: src/games/hunt/huntd: execute.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:43:19 UTC 2014 Modified Files: src/games/hunt/huntd: shots.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:43:46 UTC 2014 Modified Files: src/games/hunt/huntd: hunt.h Log Message: Group function declarations by which source file they come from, and delete several that don't actually exist. To generate a diff of this

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 22:29:55 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile answer.c driver.c hunt.h Added Files: src/games/hunt/huntd: support.c Log Message: Reduce ifdefs by making a common function to talk to either

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 22:30:28 UTC 2014 Modified Files: src/games/hunt/huntd: support.c Log Message: Er oops, fix previous. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/hunt/huntd/support.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 23:44:38 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c Log Message: fix non-INTERNET build To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/answer.c cvs rdiff -u

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 00:26:58 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c extern.c hunt.h Log Message: Clean up the names of the various pieces of socket apparatus. Systematic naming is easier to follow... To

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 01:44:37 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c hunt.h huntd.6 Log Message: Remove all the conditional compilation for INTERNET. Now you can run this on either a local or internet socket

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:53:12 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c hunt.h Log Message: Use bool (not int) for a boolean return type. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:01:00 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: simplify silly logic To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/get_names.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:02:12 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: const To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/hunt/huntd/get_names.c Please note that diffs are not

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:03:21 UTC 2014 Modified Files: src/games/hunt/huntd: faketalk.c Log Message: typo in error message To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/faketalk.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:26:28 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: Use getaddrinfo() instead of gethostbyname(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 19:41:11 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c draw.c driver.c execute.c extern.c faketalk.c hunt.h makemaze.c shots.c Log Message: don't declare own boolean type To generate a diff of

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:10:10 UTC 2014 Modified Files: src/games/hunt/huntd: ctl.c ctl_transact.c driver.c faketalk.c get_names.c hunt.h Log Message: Make the code for issuing talk requests to find players actually build.

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:12:12 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c faketalk.c Log Message: Use setproctitle() instead of handrolled version. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:16:09 UTC 2014 Modified Files: src/games/hunt/huntd: ctl.c ctl_transact.c faketalk.c get_names.c hunt.h Removed Files: src/games/hunt/huntd: bsd.h Log Message: Remove empty header file. To

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:32:04 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile faketalk.c huntd.6 Removed Files: src/games/hunt/huntd: ctl.c ctl_transact.c get_names.c talk_ctl.h Log Message: Rip out the code that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:35:30 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile driver.c Removed Files: src/games/hunt/huntd: faketalk.c Log Message: remove stubbed-out function To generate a diff of this commit: cvs

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:41:57 UTC 2014 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: const in unused code To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/makemaze.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 20:44:20 UTC 2014 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: tsort contents of file To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/makemaze.c Please note that

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:24:56 UTC 2014 Modified Files: src/games/hunt/huntd: pathname.c Log Message: Remove tautological #if DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/pathname.c Please

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:27:08 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c pathname.c Log Message: Move definitions to the file they're used in. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:27:40 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile Removed Files: src/games/hunt/huntd: pathname.c Log Message: Flush unwanted file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:33:41 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c expl.c extern.c hunt.h Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/hunt/huntd/driver.c cvs

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:38:54 UTC 2014 Modified Files: src/games/hunt/huntd: execute.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:43:19 UTC 2014 Modified Files: src/games/hunt/huntd: shots.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 21:43:46 UTC 2014 Modified Files: src/games/hunt/huntd: hunt.h Log Message: Group function declarations by which source file they come from, and delete several that don't actually exist. To generate a diff of this

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 22:29:55 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile answer.c driver.c hunt.h Added Files: src/games/hunt/huntd: support.c Log Message: Reduce ifdefs by making a common function to talk to either

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 29 23:44:38 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c Log Message: fix non-INTERNET build To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/answer.c cvs rdiff -u

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 00:26:58 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c extern.c hunt.h Log Message: Clean up the names of the various pieces of socket apparatus. Systematic naming is easier to follow... To

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 01:44:37 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c hunt.h huntd.6 Log Message: Remove all the conditional compilation for INTERNET. Now you can run this on either a local or internet socket

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:53:12 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c hunt.h Log Message: Use bool (not int) for a boolean return type. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/games/hunt/huntd

2014-03-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 28 17:49:11 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: If you are going to use memcpy instead of struct assignment, then at least use sizeof(the correct variable). The use of memcmp to test two

CVS commit: src/games/hunt/huntd

2014-03-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Mar 28 17:49:11 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: If you are going to use memcpy instead of struct assignment, then at least use sizeof(the correct variable). The use of memcmp to test two

CVS commit: src/games/hunt/huntd

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:58:44 UTC 2011 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: #if 0 some unused code. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/games/hunt/huntd/makemaze.c Please note that

CVS commit: src/games/hunt/huntd

2009-07-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 4 06:19:05 UTC 2009 Modified Files: src/games/hunt/huntd: shots.c Log Message: more whitespace To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/shots.c Please note that diffs are

CVS commit: src/games/hunt/huntd

2009-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 4 01:01:19 UTC 2009 Modified Files: src/games/hunt/huntd: answer.c ctl_transact.c driver.c execute.c expl.c faketalk.c get_names.c shots.c Log Message: Remove a pile of bogus casts. One object file diff,

CVS commit: src/games/hunt/huntd

2009-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 4 03:27:57 UTC 2009 Modified Files: src/games/hunt/huntd: hunt.h Log Message: __attribute__((__noreturn__)) - __dead To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/hunt/huntd/hunt.h Please

CVS commit: src/games/hunt/huntd

2009-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 4 03:29:21 UTC 2009 Modified Files: src/games/hunt/huntd: hunt.h Log Message: Sigh, more of the same (missed two) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/hunt/huntd/hunt.h Please note

CVS commit: src/games/hunt/huntd

2009-06-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 28 18:59:37 UTC 2009 Modified Files: src/games/hunt/huntd: answer.c Log Message: Fix possible remote DoS of a running hunt game, and prevent a possible theoretical attack involving = 1 billion ammo. To generate a diff

CVS commit: src/games/hunt/huntd

2009-06-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 28 21:12:35 UTC 2009 Modified Files: src/games/hunt/huntd: answer.c draw.c driver.c execute.c faketalk.c shots.c Log Message: sprintf - snprintf To generate a diff of this commit: cvs rdiff -u -r1.10