Author: Isomer <isomer@coders.net>
authorPerry Lorier <isomer@undernet.org>
Tue, 1 May 2001 11:38:34 +0000 (11:38 +0000)
committerPerry Lorier <isomer@undernet.org>
Tue, 1 May 2001 11:38:34 +0000 (11:38 +0000)
commit1bb595941fde6996f1b5ebd3adab5b2e25cb35e5
tree21281e75bc54269506eb22a0e259eb863b892ba9
parent32bebbce4d986728924a2bf4650c6cfd30ac6710
Author: Isomer <isomer@coders.net>
Log message:

doc/iauth.txt - Hybrid's iauth protocol.  I intend to try and be compatible
with this at least with only minor extentions that we require (and then try
and get those extensions merged back into the Hybrid tree).  IRCnet has an
iauth protocol but theres is A) wasteful of FD's  B) they haven't been
cooperative in the past in sync'ing up between daemons.

doc/linux-poll.patch - Patch required to stop linux 2.2 deadlocking when under
lots of strain (thousands of clients)

{ircd,include}/iauth.{c,h} - Starts of an iauth implementation.  I have to
sleep now, so I'll try and finish it later.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@442 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
doc/iauth.txt [new file with mode: 0644]
doc/linux-poll.patch [new file with mode: 0644]
include/iauth.h [new file with mode: 0644]
ircd/iauth.c [new file with mode: 0644]