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.
This commit is contained in:
Florian Westphal
2008-02-26 23:50:35 +01:00
parent c31ad221a6
commit feb31e4200
18 changed files with 826 additions and 288 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
ngIRCd HEAD
- Add IPv6 support.
- Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
- Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
enhanced test suite to check these commands. (Dana Dahlstrom)
@@ -758,4 +759,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.343 2008/02/26 20:35:43 alex Exp $
$Id: ChangeLog,v 1.344 2008/02/26 22:05:42 fw Exp $