]> arthur.barton.de Git - ngircd.git/commit
IPv6 support.
authorFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:50:35 +0000 (23:50 +0100)
committerFlorian Westphal <fw@strlen.de>
Tue, 26 Feb 2008 22:50:35 +0000 (23:50 +0100)
commitfeb31e4200b42e0a5e9fb9637fa5f03c7ec05fcb
treeb572467ece1a378bc5939b7094c46f2e97fd1963
parentc31ad221a6cc48b709af056181d8d0be09898910
IPv6 support.

all references to struct sockaddr/in_addr have been
removed from src/ngircd.
libngipaddr (in src/ipaddr/) hides all the gory details.
See src/ipaddr/ng_ipaddr.h for API description.
18 files changed:
ChangeLog
NEWS
configure.in
src/Makefile.am
src/ipaddr/.cvsignore [new file with mode: 0644]
src/ipaddr/Makefile.am [new file with mode: 0644]
src/ipaddr/ng_ipaddr.c [new file with mode: 0644]
src/ipaddr/ng_ipaddr.h [new file with mode: 0644]
src/ngircd/Makefile.am
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/conn.c
src/ngircd/conn.h
src/ngircd/ngircd.c
src/ngircd/resolve.c
src/ngircd/resolve.h
src/tool/tool.c
src/tool/tool.h