Implement a progressive iauth system.
authorMichael Poole <mdpoole@troilus.org>
Thu, 16 Feb 2006 03:49:55 +0000 (03:49 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 16 Feb 2006 03:49:55 +0000 (03:49 +0000)
commitf1acbdf96cb8c8094df4aaf8011b20c7332ba2d6
tree23641f0112e022b2e4bd838334472e61e732d637
parent64add5e6befe48b2b5b6843da32f09952776d486
Implement a progressive iauth system.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1620 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
27 files changed:
ChangeLog
doc/example.conf
doc/readme.features
doc/readme.iauth
doc/snomask.html
include/client.h
include/ircd_auth.h [deleted file]
include/ircd_features.h
include/s_auth.h
include/s_user.h
ircd/Makefile.in
ircd/ircd_auth.c [deleted file]
ircd/ircd_features.c
ircd/ircd_lexer.l
ircd/ircd_log.c
ircd/ircd_parser.y
ircd/list.c
ircd/m_cap.c
ircd/m_pass.c
ircd/m_pong.c
ircd/m_user.c
ircd/s_auth.c
ircd/s_conf.c
ircd/s_misc.c
ircd/s_stats.c
ircd/s_user.c
tools/iauth-test [new file with mode: 0755]