mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 06:10:28 +00:00
Removed kqueue bug fix (never released), rephrased some internal changes,
and added "time shift" bug fix.
This commit is contained in:
parent
2af87e9152
commit
a65eb347ec
10
ChangeLog
10
ChangeLog
@ -11,9 +11,11 @@
|
|||||||
|
|
||||||
|
|
||||||
ngIRCd CVSHEAD
|
ngIRCd CVSHEAD
|
||||||
- kqueue() support was (almost..) completely broken. Fixed.
|
|
||||||
- Internal: For outgoing (Server) connections, allocte Connstruct after
|
- The ngIRCd handles time shifts backwards more gracefully now (the
|
||||||
successfull connect(). Made Conn-ID equal to connection file descriptor.
|
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.
|
- Internal: Simplified resolver code.
|
||||||
- JOIN now supports more than one channel key at a time.
|
- JOIN now supports more than one channel key at a time.
|
||||||
- Implementec numeric "333": Time and user name who set a channel topic.
|
- 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 $
|
||||||
|
Loading…
Reference in New Issue
Block a user