about summary refs log tree commit diff
path: root/src/tool/tool.c
AgeCommit message (Collapse)Author
2009-09-11Fix "implicit conversion shortens 64-bit value" warningAlexander Barton
This patch fixes the following gcc warning in our sources: "implicit conversion shortens 64-bit value into a 32-bit value"
2008-09-23New function ngt_UpperStr()Alexander Barton
2008-02-26IPv6 support.Florian Westphal
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.
2007-11-25include <arpa/inet.h> inside tool.hFlorian Westphal
In file included from hash.c:24: ../tool/tool.h:27: warning: `struct in_addr' declared inside parameter list
2007-11-23bind ListenAddress for outgoing connectionsFlorian Westphal
ngircd would always use INADDR_ANY for outgoing connections; which might not be desirable. Added new [Server] option "Bind" to set source ip.
2006-04-09Fix up ngt_TrimStr() once more ... :-/Alexander Barton
2006-03-24fix ngt_TrimStr(), fix format stringFlorian Westphal
2006-03-22ngt_TrimStr(): code cleanup.Alexander Barton
2005-03-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
use stdbool.h / inttypes.h if available.
2005-01-25New function ngt_TrimLastChr(), prototype by Florian Westphal.Alexander Barton
2003-01-13- new library "libngtool", reorganized code and directory structure therefore.Alexander Barton