Author: Isomer <isomer@coders.net>
authorPerry Lorier <isomer@undernet.org>
Sat, 1 Jul 2000 12:37:03 +0000 (12:37 +0000)
committerPerry Lorier <isomer@undernet.org>
Sat, 1 Jul 2000 12:37:03 +0000 (12:37 +0000)
commit30379f0e863c642fe8843eaf2bdbba81dabf4465
treeebf12335cb97df8ead03ec913884a1850121705d
parentf17f0487c981da8c0c2b450fff45f13fd481a176
Author: Isomer <isomer@coders.net>
Log message:

Fixed the "bug" that admin's keep reporting that people are slipping through
they're K:'s and when they /rehash they see a whole heap suddenly get removed.

What really happens:
 When a /rehash comes in everyones compared against all the glines and klines,
including unregistered people that haven't had the tests done yet.  So the
reason that they see people being 'glined' is because they haven't been tested
yet.

The fix?  We now say "Gline active for Unregistered Client foo" where
appropriate.  Thus making it more obvious to everyone whats going on.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@262 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
include/IPcheck.h
ircd/s_conf.c