about summary refs log tree commit diff
path: root/src/tool/tool.h
AgeCommit message (Collapse)Author
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.
2005-03-19Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.Florian Westphal
use stdbool.h / inttypes.h if available.
2005-02-04Add ngt_TrimLastChr() to header file. By Florian Westphal.Alexander Barton
2003-01-13- new library "libngtool", reorganized code and directory structure therefore.Alexander Barton