Fix nick length check in is_valid_nick().
[srvx.git] / ChangeLog
index 0d9f1145246c3c227b875990b9d7a0146ca83be2..43fe2e303e30f5226313fd9a8a422b13ed8b9273 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,35 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-11-10 01:25:53 GMT        Michael Poole <mdpoole@troilus.org>     patch-83
+
+    Summary:
+      Fix nick length check in is_valid_nick().
+    Revision:
+      srvx--devo--1.3--patch-83
+
+    The for() loop in is_valid_nick() leaves 'nick' as an empty string,
+    which is obviosly shorter than the nick length limit.  Fix that.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2004-10-16 21:14:11 GMT        Michael Poole <mdpoole@troilus.org>     patch-82
+
+    Summary:
+      Fix glob matching against IPs
+    Revision:
+      srvx--devo--1.3--patch-82
+
+    Do not require the first character in an IP glob to be a digit.  If an
+    IP-looking glob does not match, fall through to the other host matching
+    rules, in case the IP-looking glob really matches their hostname.
+
+    modified files:
+     ChangeLog src/tools.c
+
+
 2004-09-15 04:14:14 GMT        adam <adam@gamesurge.net>       patch-81
 
     Summary: