Fix reclaim KILL behavior.
[srvx.git] / ChangeLog
index dec79b3f5656d4f90610f74f8110b9e6f975a364..84c217b1328bd544aff72b4972f7392da31a1de7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,123 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+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:
+      Fix typo in English error message text.
+    Revision:
+      srvx--devo--1.3--patch-16
+
+    src/chanserv.c (CSMSG_TOPICMASK_CONFLICT2): Add missing "is".  Reported
+      by Harm, by way of Byte.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-05-14 02:54:24 GMT        Michael Poole <mdpoole@troilus.org>     patch-15
+
+    Summary:
+      Update version tag for 1.3.1 release.
+    Revision:
+      srvx--devo--1.3--patch-15
+
+    configure.in: Update version tag for 1.3.1 release.
+
+    modified files:
+     ChangeLog configure.in
+
+
+2006-05-02 02:46:39 GMT        Michael Poole <mdpoole@troilus.org>     patch-14
+
+    Summary:
+      Make some ChanServ ban checks see through hidden hosts.
+    Revision:
+      srvx--devo--1.3--patch-14
+
+    src/chanserv.c (handle_join): Make this function see through hidden
+        hosts when matching users against bans.  Add comment before the
+        non-burst section; remove a redundant burst check there.
+      (handle_auth): See through hidden hosts when checking against active
+        bans.  Inactive ban check keeps MATCH_VISIBLE since bans on the true
+        hostname should have already been applied.
+      (handle_nick_change): Same as handle_auth.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-04-29 03:11:35 GMT        Michael Poole <mdpoole@troilus.org>     patch-13
+
+    Summary:
+      Fix visible matching for fake and +x-hidden hosts.
+    Revision:
+      srvx--devo--1.3--patch-13
+
+    src/tools.c (user_matches_glob): Use correct test to determine whether
+        the user's host is hidden.
+
+    modified files:
+     ChangeLog src/tools.c
+
+
+2006-04-07 00:56:38 GMT        Michael Poole <mdpoole@troilus.org>     patch-12
+
+    Summary:
+      Fix a +o mode parsing error.
+    Revision:
+      srvx--devo--1.3--patch-12
+
+    src/proto-p10.c (mod_chanmode_parse): Check that the input argument after
+        +o is a valid one.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-04-06 02:19:47 GMT        Michael Poole <mdpoole@troilus.org>     patch-11
+
+    Summary:
+      Fix some IPv6 address compatibility issues.
+    Revision:
+      srvx--devo--1.3--patch-11
+
+    src/proto-p10.c (irc_p10_pton): Mark valid IPv4 addresses as v4-mapped.
+      (irc_p10_ntop): Emit invalid IPs as AAAAAA (but it could be _ for +6
+        flagged hubs).
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-04-05 02:07:30 GMT        Michael Poole <mdpoole@troilus.org>     patch-10
+
+    Summary:
+      Fix a possible warning without debugging.
+    Revision:
+      srvx--devo--1.3--patch-10
+
+    src/alloc-slab.c (slab_unalloc): If assert() is #define'd to be empty,
+        then size is unused.  Include a (void)size to quash a warning.
+
+    modified files:
+     ChangeLog src/alloc-slab.c
+
+
 2006-04-05 02:02:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-9
 
     Summary: