]> arthur.barton.de Git - ngircd.git/commit
make Listen parameter a comma-seperated list of addresses.
authorFlorian Westphal <fw@strlen.de>
Sun, 18 May 2008 22:12:41 +0000 (00:12 +0200)
committerFlorian Westphal <fw@strlen.de>
Mon, 19 May 2008 12:27:04 +0000 (14:27 +0200)
commitb2c0a89f45fdb8dc5504881bb6fb267c2bf82462
treee04ca6c2056121b5f2591a381234b83e573fcd71
parentf44007f42f8537da7f9a093fa365b4867d5dac5c
make Listen parameter a comma-seperated list of addresses.

this also obsoletes ListenIPv4 and ListenIPv6 options.
If Listen is unset, it is treated as Listen="::,0.0.0.0".

Note: ListenIPv4 and ListenIPv6 options are still recognized,
but ngircd will print a warning if they are used in the config file.

Also, some plattforms require that ai_socktype
is set in the getaddrinfo() hints structure.
doc/sample-ngircd.conf
man/ngircd.conf.5.tmpl
src/ipaddr/ng_ipaddr.c
src/ipaddr/ng_ipaddr.h
src/ngircd/conf.c
src/ngircd/conf.h
src/ngircd/conn.c