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:           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 broadcasts talk requests to the local
hunt-players mailing list.

In this day and age it doesn't even begin to work: even if you were to
have such a mailing list locally, sendmail wouldn't expand it for you,
the addresses you got back wouldn't be talk-requestable addresses,
talk requests don't cross NAT or firewalls safely, talk doesn't
support ipv6, and nobody runs talkd anyway.

It doesn't make sense to try to replace it with some other kind of
notify scheme either; there might still be a multiuser machine
somewhere with enough simultaneous users that broadcasting something
akin to talk requests locally might make sense, and where a nontrivial
number of the users actually play hunt, but probably not, and if so
those users are likely to be better off using wall(1) anyway. Nowadays
games will be set up by looking for people in chat or by emailing or
texting friends.

Theoretically someone could set up an internet hunt metaserver for
finding hunt games, but that would be something entirely different
anyway and I doubt there's demand.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/hunt/huntd/Makefile
cvs rdiff -u -r1.7 -r0 src/games/hunt/huntd/ctl.c \
    src/games/hunt/huntd/talk_ctl.h
cvs rdiff -u -r1.11 -r0 src/games/hunt/huntd/ctl_transact.c
cvs rdiff -u -r1.23 -r1.24 src/games/hunt/huntd/faketalk.c
cvs rdiff -u -r1.16 -r0 src/games/hunt/huntd/get_names.c
cvs rdiff -u -r1.10 -r1.11 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