1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 06:16:01 +00:00

Fixed a wrong assert() which could cause the daemon to exit spuriously

when closing down connections.
This commit is contained in:
Alexander Barton
2004-04-25 14:06:11 +00:00
parent 292c7bd4c0
commit 1d8da4b525
2 changed files with 6 additions and 3 deletions

View File

@@ -12,6 +12,8 @@
ngIRCd CVSHEAD
- Fixed a wrong assert() which could cause the daemon to exit spuriously
when closing down connections.
- Better logging of decompression errors returned by zlib.
- Servers other than the destination server didn't clean up the invite
list of an "invite-only" channel properly when an INVITE'd user joined.
@@ -511,4 +513,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.231 2004/04/25 13:55:34 alex Exp $
$Id: ChangeLog,v 1.232 2004/04/25 14:06:11 alex Exp $