| Age | Commit message (Collapse) | Author |
|
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.
|
|
In file included from hash.c:24:
../tool/tool.h:27: warning: `struct in_addr' declared inside parameter list
|
|
ngircd would always use INADDR_ANY for outgoing connections;
which might not be desirable. Added new [Server] option
"Bind" to set source ip.
|
|
use stdbool.h / inttypes.h if available.
|
|
|
|
|