summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/ctl_transact.c
Commit message (Collapse)AuthorAgeFilesLines
* Rip out the code that broadcasts talk requests to the localdholland2014-03-291-128/+0
| | | | | | | | | | | | | | | | | | | | | | 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.
* Remove empty header file.dholland2014-03-291-4/+2
|
* Make the code for issuing talk requests to find players actually build.dholland2014-03-291-7/+9
|
* Whitespace.dholland2009-07-041-8/+8
|
* ANSIfy function declarations.dholland2009-07-041-7/+3
|
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-041-4/+4
| | | found harmless.
* Merge with v20030416.wiz2003-06-111-6/+31
|
* select() -> poll()mycroft2002-09-201-13/+7
| | | Also, turn off talk announcements; it's a wretched hack.
* receive, not recievewiz2001-06-121-3/+3
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-201-2/+3
|
* Yet Another Monster Commit:lukem1997-10-101-3/+14
| | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
* hunt version 1993-07-17mrg1997-10-041-0/+101