summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2012-07-01 18:23:12 +0200
committerJoel Rosdahl <joel@rosdahl.net>2012-07-01 18:37:14 +0200
commit57f15c089067fddd3d1a712c23f46fd31bba0276 (patch)
tree9ab6619a2e8c110b320523496be29123bbe03f15 /CHANGES
parent5f64e56973deddd5f80ae0bf78cec2932fbb7b9a (diff)
downloadminiircd-57f15c089067fddd3d1a712c23f46fd31bba0276.tar.gz
miniircd-57f15c089067fddd3d1a712c23f46fd31bba0276.zip
Fix crash when the write queue for a disconnected client is non-empty
Reported by Jim Leonard.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ca45883..5ffaff4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ UNRELEASED
* 422 message is now sent after registration when no MOTD is available.
* Added support for WALLOPS command.
* Added option to store persistent state (currently channel topic and key).
+ * Fixed crash when the write queue for a disconnected client is non-empty.
0.3 2011-08-25