Author: Isomer <isomer@coders.net>
authorPerry Lorier <isomer@undernet.org>
Sat, 1 Jul 2000 05:24:56 +0000 (05:24 +0000)
committerPerry Lorier <isomer@undernet.org>
Sat, 1 Jul 2000 05:24:56 +0000 (05:24 +0000)
commitf17f0487c981da8c0c2b450fff45f13fd481a176
tree264aac709e5dd111c20f43f1bfe0a23b29ca522c
parent8079138defb64c4d8955d9eb974466cd275965c5
Author: Isomer <isomer@coders.net>
Log message:

Well, heres my IPcheck changes.
First note that this INTENTIONALLY doesn't compile - to people that like to
regularly have the bleeding edge version to bug test - thanks, but this
version is just far too unstable, I don't like committing knowingly buggy
code, but this is it. (On the other hand, changing a #if 1 to #if 0 makes it
compile again if your really feeling insane).

I'm interested in various coders to have a look at this, currently this
doesn't deal with nick collisions at all, is this my bug? or something left
over from what kev did?

Theres assert()'s all over the place, if it miscounts then you should have
a nice core for you to examine.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@261 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
16 files changed:
ChangeLog
config/config-sh.in
doc/Configure.help
include/IPcheck.h
ircd/IPcheck.c
ircd/Makefile.in
ircd/ircd.c
ircd/list.c
ircd/m_nick.c
ircd/parse.c
ircd/s_auth.c
ircd/s_bsd.c
ircd/s_conf.c
ircd/s_misc.c
ircd/s_serv.c
ircd/s_user.c