Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games/hunt/huntd
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 (including via inetd on
either) and it will, or is supposed to, DTRT.
Does not really support ipv6 yet, but in a number of places will no
longer vomit or exhibit UB if it encounters an ipv6 address.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/games/hunt/huntd/answer.c
cvs rdiff -u -r1.34 -r1.35 src/games/hunt/huntd/driver.c
cvs rdiff -u -r1.28 -r1.29 src/games/hunt/huntd/hunt.h
cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/huntd.6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index