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

Better logging while establishing and shutting down connections.

Results of the resolver are now discarded after the client is registered.
This commit is contained in:
Alexander Barton
2004-02-28 02:01:01 +00:00
parent eaa550d690
commit 33f4e6763b
2 changed files with 34 additions and 14 deletions

View File

@@ -12,6 +12,9 @@
ngIRCd CVSHEAD
- Results of the resolver (hostnames and IDENT names) are discarded after
the client is successfully registered with the server.
- Better logging while establishing and shutting down connections.
- The type of service (TOS) of all sockets is set to "interactive" now.
- Added short command line option "-t" as alternative to "--configtest".
- Added optional support for "IDENT" lookups on incoming connections. You
@@ -501,4 +504,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.226 2004/02/05 14:27:16 alex Exp $
$Id: ChangeLog,v 1.227 2004/02/28 02:01:01 alex Exp $