1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 14:26:02 +00:00

New configuration option "Listen" to bind the server to a specific ip.

This commit is contained in:
Alexander Barton
2003-09-11 12:05:28 +00:00
parent d8f3c2b42b
commit e33ab90379
7 changed files with 55 additions and 9 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd CVS-HEAD
- Added new configuration variable "Listen" to bind all listening
sockets of the server to a single IP address.
- Suppress misleading error message of diff during make run.
- Enhanced test-suite and made it work on GNU/Hurd.
- Fixed minor typo in debug output :-)
@@ -464,4 +466,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.210 2003/09/09 13:24:41 alex Exp $
$Id: ChangeLog,v 1.211 2003/09/11 12:05:28 alex Exp $