Author: Isomer <isomer@coders.net>
authorPerry Lorier <isomer@undernet.org>
Sun, 9 Jul 2000 04:52:59 +0000 (04:52 +0000)
committerPerry Lorier <isomer@undernet.org>
Sun, 9 Jul 2000 04:52:59 +0000 (04:52 +0000)
commite93ba1690ac9c73ad17a9fdf41e672bb6ccac466
tree63ab44f39b8990422c6420825c7592854d7f4c6b
parentfe7e9df87467447f02ff96dfb2c1027a0e0c2fcd
Author: Isomer <isomer@coders.net>
Log message:

* Updated doc/ircd.8, it was 12 years out of date.
* rewrote m_whois.c, much clearer how it works, fixed a couple of it's quirks
and documented how it works.  Should work the same as the old version.
If the phase of the moon is in the right quarter it may even use less cpu.
* updated rfc1459.unet
* fixed some IPcheck funnies.
* fixed the numeric nick collision funnies? (unsure)
* We're now keeping track of server connections in IPcheck to prevent us having
to special case them all over the place.

Testing required:
 * does it run.
 * does whois work as expected?
 * does ipcheck still core?
 * are the docs all up to date?

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@265 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
13 files changed:
ChangeLog
RELEASE.NOTES
config/config-sh.in
doc/Configure.help
doc/example.conf
doc/ircd.8
doc/p10.html
include/IPcheck.h
ircd/IPcheck.c
ircd/channel.c
ircd/m_nick.c
ircd/m_whois.c
ircd/s_bsd.c