summaryrefslogtreecommitdiff
path: root/games/hunt
AgeCommit message (Collapse)Author
2000-02-10stdcDavid Leonard
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
1999-12-12sync with answer.c. reviewed by pjanzen@David Leonard
1999-12-12document -D. remove stuff about editing etc/services. accurately describe ↵David Leonard
broadcast behaviour. Va variables. add FILES section. reviewed by pjanzen@
1999-12-12User netdb to get well known port.David Leonard
Remove unused 3rd arg to main(). Revoke any setgid privs (unnecessary?) Add -D for command-line configuration options. Properly handle new, spawning connections. Fix that evil repeated-quit problem in two places. Fix a bug where a server would quit only if it were questioned for stats. Allow port sharing. Clean up havechar(). Don't allow write() to block. reviewed by pjanzen@
1999-12-12better error msg. hook to parse command line options. reviewed by pjanzen@David Leonard
1999-12-12Use socklen_tDavid Leonard
Cope with fragmented reads in the initial cilent connect a lot better/simpler. Check the team name. Caller must free allocated 'spawn' structures. reviewed by pjanzen@
1999-12-12Catch some bad draw characters (like NUL).David Leonard
Use display_beep() instead of write(,"\7",) Report read errors from stdin. reviewed by pjanzen@
1999-12-12Use netdb to find the hunt service port.David Leonard
Use the new probe_drivers(). Better warning messages about the -t option. Correct error message for monitors that find nothing. In the screen where the user has to choose the huntd host, show new hosts as they come in. Check statistics information for 'bad' characters. Allow space to be a team name (same as no team) reviewed by pjanzen@
1999-12-12fix variable name, refer to huntd configs. reviewed by pjanzen@David Leonard
1999-12-12clear an array before filling. reviewed by pjanzen@David Leonard
1999-12-12isplit complicated probe_drivers() out to own file. reviewed by pjanzen@David Leonard
1999-12-12describe the hunt client-server protocol. reviewed by pjanzen@David Leonard
1999-08-30socklen_tDavid Leonard
1999-08-30Mention that chance values are percentages.David Leonard
Add my name to authors! (pjanzen@ thinks that I made sufficient changes)
1999-08-30 -WallDavid Leonard
1999-08-30Kill comment about driving up the load average.David Leonard
Captilize statistics names to match program output. Mention that hunt historically started huntd, but that this is no longer the case.
1999-08-30No need to have huntd in the .PATH any moreDavid Leonard
1999-08-30check malloc returnDavid Leonard
1999-08-30add semicolon to pacify gcc -WallDavid Leonard
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-05-30Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-22More accurate man page; more informative logging; use random() instead ofPaul Janzen
old internal routine (seems to minimize instant death on re-entry).
1999-03-14Access control works now; also, some minor tidying and man page fixes.Paul Janzen
1999-02-01avoid denial of service attacks on server port; extra conf vars; fix ottoDavid Leonard
1999-01-29major changes: security, curses, configDavid Leonard
1999-01-21identDavid Leonard
1999-01-21ident for OpenBSDDavid Leonard
mandoc-ify manual pages use -locurses
1999-01-21hunt (from NetBSD)David Leonard