Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Fri, 23 Dec 2005 17:12:06 +0000 (17:12 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Fri, 23 Dec 2005 17:12:06 +0000 (17:12 +0000)
commit411df45b6a2410b07e62affaaa3e07a4e9d45e2d
tree8099917cc1de18d0f15ae3f5ba008e8e587204d6
parentfef6699f9500dbf2d2c88f45ba7d41b866c7d252
Author: Kev <klmitch@mit.edu>
Log message:

Get rid of MAGIC_REMOTE_JOIN_TS--hasn't been needed for a long time, we've
just been lazy.  Also, fix two bugs having to do with remote users joining
channels: 1) If the timestamps were the same, everybody got deopped; 2) the
deops weren't actually happening, just shown.  Now, the deops actually
happen, and the deop loop is only entered if the remote join TS is older
(less than) the channel timestamp or if the channel is a zannel.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1580 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/channel.h
ircd/m_create.c
ircd/m_join.c