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

Make connid same as connection fd.

This commit is contained in:
Florian Westphal
2006-02-08 15:20:21 +00:00
parent 1249acfdba
commit a17745d6d7
5 changed files with 132 additions and 136 deletions

View File

@@ -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 $