Track in-progress LISTs by next hash bucket to send, rather than a
authorMichael Poole <mdpoole@troilus.org>
Thu, 14 Oct 2004 04:02:52 +0000 (04:02 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 14 Oct 2004 04:02:52 +0000 (04:02 +0000)
commit6978c1326bbe28f7dac9ef26bfd9995c32113e51
tree89371098a8bd740ba10e647609295edb917170b4
parentb64fc85e8e6248a2d7bea07c026c6f6708de0379
Track in-progress LISTs by next hash bucket to send, rather than a
channel, to avoid locking channels (idea borrowed from Hybrid).

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1245 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/channel.h
include/hash.h
ircd/Makefile.in
ircd/channel.c
ircd/hash.c
ircd/m_burst.c
ircd/m_list.c
ircd/s_bsd.c
ircd/s_misc.c