Commit Diff
Diff:
2af87e91520a333f79519f597b0d454c6c981aab
a65eb347ec46282b4b47db4da106baaa6c716ab3
Commit:
a65eb347ec46282b4b47db4da106baaa6c716ab3
Tree:
00c9e2795c9f4bedbdb5d11876d0e38905f75d0d
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Tue May 9 15:45:30 2006 UTC
Message:
Removed kqueue bug fix (never released), rephrased some internal changes, and added "time shift" bug fix.
blob - e408772e2afbb70867c1d3e032b9310d37379274
blob + da033c35325a8a98a09caa3d43a938a900157447
--- ChangeLog
+++ ChangeLog
@@ -11,9 +11,11 @@
ngIRCd CVSHEAD
- - kqueue() support was (almost..) completely broken. Fixed.
- - Internal: For outgoing (Server) connections, allocte Connstruct after
- successfull connect(). Made Conn-ID equal to connection file descriptor.
+
+ - The ngIRCd handles time shifts backwards more gracefully now (the
+ timeout handling doesn't disconnect clients by mistake any more).
+ - Internal: Restructured connection handling (the connection ID is equal
+ to the file descriptor of the connection).
- Internal: Simplified resolver code.
- JOIN now supports more than one channel key at a time.
- Implementec numeric "333": Time and user name who set a channel topic.
@@ -649,4 +651,4 @@ ngIRCd 0.0.1, 31.12.2001
--
-$Id: ChangeLog,v 1.299 2006/05/07 10:55:43 fw Exp $
+$Id: ChangeLog,v 1.300 2006/05/09 15:45:30 alex Exp $
IRCNow