diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2012-07-01 18:28:06 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2012-07-01 18:37:19 +0200 |
commit | 542effc8be4b0f9c129bea39bb1ef0ff81444bb0 (patch) | |
tree | 24b1e8baf0a53c7f2d6c1bc2a8a9daa9731cf287 | |
parent | 57f15c089067fddd3d1a712c23f46fd31bba0276 (diff) | |
download | miniircd-542effc8be4b0f9c129bea39bb1ef0ff81444bb0.tar.gz miniircd-542effc8be4b0f9c129bea39bb1ef0ff81444bb0.zip |
Prepare for version 0.4
-rw-r--r-- | CHANGES | 5 | ||||
-rwxr-xr-x | miniircd | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -UNRELEASED +0.4 2012-07-01 * Added support for channel keys. - * 422 message is now sent after registration when no MOTD is available. + * 422 message is now sent after registration when no MOTD is available. This + is apparently needed by some clients. * 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. @@ -20,7 +20,7 @@ # # Joel Rosdahl <joel@rosdahl.net> -VERSION = "0.3" +VERSION = "0.4" import os import re |