Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Tue, 31 Jul 2001 20:23:57 +0000 (20:23 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Tue, 31 Jul 2001 20:23:57 +0000 (20:23 +0000)
commit59600ba2b200c0e9223317c51f29fdb515902ff7
treec9e7d8c14e5bacf220058611b5acee6ecaa71441
parent825c2caeaa61efc28c26b1a301821772251f4863
Author: Kev <klmitch@mit.edu>
Log message:

Finally tracked down why ERROR messages from servers we're connecting to
aren't being saved: there was no handler for ERRORs from unregistered
clients!  Curiously enough, handlers.h had a declaration for one.  Anyway,
I added one, with a test for IsUserPort() so that ordinary users can't
abuse us (I hope...), and it now works fine.  Also removed an unused
variable found while trying to track down a bug that causes some servers
and users to not be sent in the BURST--I haven't yet tracked that bug down,
unfortunately.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@546 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
ircd/m_error.c
ircd/parse.c
ircd/s_serv.c