1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 06:46:01 +00:00

Fixes the wrong logging output when nested servers are introduced

to the network as well as the wrong output of the LINKS command.
This commit is contained in:
Alexander Barton
2007-11-20 20:02:40 +00:00
parent c7d4d85666
commit 53b98fd7e9
2 changed files with 12 additions and 7 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd HEAD
- Fixes the wrong logging output when nested servers are introduced
to the network as well as the wrong output of the LINKS command.
- Fix code to compile using K&R C compiler and ansi2kr again.
- New config option NoDNS: Disables DNS lookups when clients connect.
- Fixed propagation of channel mode 'P' on server links.
@@ -710,4 +712,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.326 2007/11/18 15:05:35 alex Exp $
$Id: ChangeLog,v 1.327 2007/11/20 20:02:40 alex Exp $