]> jfr.im git - irc/ircd-hybrid/bopm.git/commit
bopchecker.c:
authorandy <redacted>
Tue, 29 Jan 2002 00:23:21 +0000 (00:23 +0000)
committerandy <redacted>
Tue, 29 Jan 2002 00:23:21 +0000 (00:23 +0000)
commitdbad9c7f53776ae2965fc76dfdae506552f343f6
treeef12195d14237abfa415291a23fc2674a421346a
parentba8b0b947a9dab8b6acc75584c91ebc31b19f647
bopchecker.c:
Some reorganisation.

"req" field of config hash is now zero'd for all but the parameters
we need for bopchecker to operate.

Used a sleep(1) to reduce CPU usage.

bopchecker.h:
Exit values have changed again!  0 and 1 are already in use within
bopm, so now 15-255 are reserved for bopchecker.

HTTP    =  16
WinGate =  32
SOCKS4  =  64
SOCKS5  = 128

config.c:
Terminated the config hash with a zero'd entry so that it is easy
to tell where it ends.
bopchecker.c
bopchecker.h
config.c