about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2006-02-08 15:20:21 +0000
committerFlorian Westphal <fw@strlen.de>2006-02-08 15:20:21 +0000
commita17745d6d7c37bebbd5e0cb651579a727389a87f (patch)
tree9a841ae1f934e68a97a01aeea1adc21648413892 /ChangeLog
parent1249acfdba2ab619969c11042a130fc9ad9954de (diff)
downloadngircd-a17745d6d7c37bebbd5e0cb651579a727389a87f.tar.gz
ngircd-a17745d6d7c37bebbd5e0cb651579a727389a87f.zip
Make connid same as connection fd.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b748709..c78d8105 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 
 ngIRCd CVSHEAD
 
+  - Internal: For outgoing (Server) connections, allocte Connstruct after
+    successfull connect(). Made Conn-ID equal to connection file descriptor.
   - 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.
@@ -647,4 +649,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.297 2005/10/31 21:40:17 alex Exp $
+$Id: ChangeLog,v 1.298 2006/02/08 15:20:21 fw Exp $