Simplify cdiscrim_match() max tests.
[srvx.git] / ChangeLog
index 7636520fc4cdc12cdaec9df73a0950da3f60b39f..bfeb9059a3d221d88c89ced449d83c58f87f94b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,35 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-07-18 01:49:56 GMT        Michael Poole <mdpoole@troilus.org>     patch-18
+
+    Summary:
+      Simplify cdiscrim_match() max tests.
+    Revision:
+      srvx--devo--1.3--patch-18
+
+    src/opserv.c (opserv_cdiscrim_create): Explicitly initialize max_users
+        and max_ts.
+      (cdiscrim_match): Simplify the bounds tests for timestamp and users.
+
+    modified files:
+     ChangeLog src/opserv.c
+
+
+2006-07-18 01:46:10 GMT        Michael Poole <mdpoole@troilus.org>     patch-17
+
+    Summary:
+      Fix reclaim KILL behavior.
+    Revision:
+      srvx--devo--1.3--patch-17
+
+    src/nickserv.c (nickserv_reclaim): Use DelUser() instead of irc_kill(),
+        so that srvx's databases are appropriately updated.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
 2006-07-18 01:12:16 GMT        Michael Poole <mdpoole@troilus.org>     patch-16
 
     Summary: