Add fake host support (assuming your ircd supports it)
authorMichael Poole <mdpoole@troilus.org>
Sat, 22 May 2004 04:24:57 +0000 (04:24 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sat, 22 May 2004 04:24:57 +0000 (04:24 +0000)
commitbf665239fc97c1a4cf32c75927390e6625a8b87c
tree656796fa0838856e9241566ac3b5298da9a3d291
parentc4bd5657afb2334ebcfcd58dc2e56be2dd1b241b
Add fake host support (assuming your ircd supports it)

Add definitions in various places to support assigning fake hosts to
users.  We will not give you (or make for you) patches to make your
ircd support this feature, so please do not ask.  You must set a
certain srvx.conf setting to be able to assign fakehosts; finding it
is left as an exercise to the reader.
git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-67
13 files changed:
ChangeLog
src/chanserv.c
src/hash.c
src/hash.h
src/log.c
src/nickserv.c
src/nickserv.h
src/opserv.c
src/proto-bahamut.c
src/proto-common.c
src/proto-p10.c
src/proto.h
src/tools.c