Require confirmation cookie for giveownership.
[srvx.git] / ChangeLog
index 6185dc82a412cad083ce86239a07c219150c5269..5f25c6721e21a791c49f0ea1595a73e4273993e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,197 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-08-07 03:11:10 GMT        Michael Poole <mdpoole@troilus.org>     patch-23
+
+    Summary:
+      Require confirmation cookie for giveownership.
+    Revision:
+      srvx--devo--1.3--patch-23
+
+    src/chanserv.c (CSMSG_CONFIRM_GIVEOWNERSHIP): New translation string.
+      (cmd_giveownership): Fail for non-force unconfirmed giveownerships.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-07-29 01:36:39 GMT        Michael Poole <mdpoole@troilus.org>     patch-22
+
+    Summary:
+      Add CSMSG_INVALID_CFLAG string.
+    Revision:
+      srvx--devo--1.3--patch-22
+
+    src/chanserv.c (msgtab): Add entry for "CSMSG_INVALID_CFLAG".
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-07-29 01:34:17 GMT        Michael Poole <mdpoole@troilus.org>     patch-21
+
+    Summary:
+      Fix ?csearch max timestamp default value.
+    Revision:
+      srvx--devo--1.3--patch-21
+
+    src/opserv.c (opserv_cdiscrim_create): Fix default value for max_ts.
+        (With an expression only a coder could love.  Improvements wanted.)
+
+    modified files:
+     ChangeLog src/opserv.c
+
+
+2006-07-18 03:13:31 GMT        Michael Poole <mdpoole@troilus.org>     patch-20
+
+    Summary:
+      Update arch-inventory files for in-tree builds.
+    Revision:
+      srvx--devo--1.3--patch-20
+
+    .arch-inventory: Add "libtool" as a preserved file.
+    
+    src/.arch-inventory: Add ".libs" as a preserved directory.  Put a \
+        before the . in .cvsignore to avoid capturing too much.
+
+    modified files:
+     .arch-inventory ChangeLog src/.arch-inventory
+
+
+2006-07-18 02:48:32 GMT        Michael Poole <mdpoole@troilus.org>     patch-19
+
+    Summary:
+      Make !bans searching more flexible
+    Revision:
+      srvx--devo--1.3--patch-19
+
+    src/chanserv.c (cmd_bans): Allow specifying a complete hostmask or a
+        nickname when searching bans.
+    
+    src/chanserv.help (BANS): Document the searching functions.
+
+    modified files:
+     ChangeLog src/chanserv.c src/chanserv.help
+
+
+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:
+      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: