Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Thu, 14 Dec 2000 16:32:04 +0000 (16:32 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Thu, 14 Dec 2000 16:32:04 +0000 (16:32 +0000)
commiteef0266ff4630479b9fafec826c249564125b948
tree4fc4e150798b388e5ce6606ca543094d3d29409a
parentfda0e2796ececf42f7a36f8066cc63fa1ef736fc
Author: Kev <klmitch@mit.edu>
Log message:

This is it!  Connection information in struct Client has been pulled out
into its own structure, struct Connection.  I've also added a couple of
fields to struct Connection to enable me to create a more efficient
implementation of flush_connections() in the future...

Testing:

Compiles and runs without any apparent problems.  We need to bombard it
with clones up the wazoo to verify the integrity of make_client() and
free_client().

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@337 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/client.h
ircd/ircd.c
ircd/list.c
ircd/s_debug.c