implement IAUTH client code to query a separate server before allowing
authorMichael Poole <mdpoole@troilus.org>
Wed, 30 Jun 2004 22:59:10 +0000 (22:59 +0000)
committerMichael Poole <mdpoole@troilus.org>
Wed, 30 Jun 2004 22:59:10 +0000 (22:59 +0000)
commit141e9484fbf4e609601b69f4c0e48d1b1595d361
treec302ef5344cc56c1f8783990ecb895bfe41574c5
parent04c8e6162ef4684cd531ca0311fec858186fe819
implement IAUTH client code to query a separate server before allowing
a user onto IRC.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1083 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
13 files changed:
ChangeLog
doc/example.conf
doc/readme.iauth [new file with mode: 0644]
include/client.h
include/ircd_auth.h [new file with mode: 0644]
ircd/Makefile.in
ircd/iauth.c [deleted file]
ircd/ircd_auth.c [new file with mode: 0644]
ircd/ircd_lexer.l
ircd/ircd_parser.y
ircd/s_conf.c
ircd/s_misc.c
ircd/s_user.c