Fix ounregnick access check.
[srvx.git] / ChangeLog
index 4a5e591bd49858448a6e4b6da0212b144b89eef6..8ea16d479905c2b82eebe04cf659edb4d991ad27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,377 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-09-03 15:13:31 GMT        Michael Poole <mdpoole@troilus.org>     patch-27
+
+    Summary:
+      Fix ounregnick access check.
+    Revision:
+      srvx--devo--1.3--patch-27
+
+    src/nickserv.c (cmd_ounregnick): Use the standard rank-checking function.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2006-09-03 15:11:29 GMT        Michael Poole <mdpoole@troilus.org>     patch-26
+
+    Summary:
+      Fix giveownership to how it should be
+    Revision:
+      srvx--devo--1.3--patch-26
+
+    src/chanserv.c (cmd_giveownership): Only require confirmation code if the
+      user has real (normal) access and is not forcing the giveownership.
+
+    modified files:
+     ChangeLog
+
+
+2006-09-03 15:10:58 GMT        Michael Poole <mdpoole@troilus.org>     patch-25
+
+    Summary:
+      Fix giveownership to how it should be
+    Revision:
+      srvx--devo--1.3--patch-25
+
+    src/chanserv.c (cmd_giveownership): Only require confirmation code if the
+      user has real (normal) access and is not forcing the giveownership.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-08-19 13:31:08 GMT        Michael Poole <mdpoole@troilus.org>     patch-24
+
+    Summary:
+      Mark channels as visited when high-level users leave.
+    Revision:
+      srvx--devo--1.3--patch-24
+
+    src/chanserv.c (handle_part): At ThiefMaster's suggestion, update a
+      channel's visited time when a high-level user leaves (parts, gets
+      kicked, or quits).
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+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:
+      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:
+      Fix hostmask error from last year's patch-28.
+    Revision:
+      srvx--devo--1.3--patch-9
+
+    src/proto-common.c (generate_hostmask): When generating a strict hostmask
+        not by IP, we should keep the original hostname.
+
+    modified files:
+     ChangeLog src/proto-common.c
+
+
+2006-04-05 01:59:54 GMT        Michael Poole <mdpoole@troilus.org>     patch-8
+
+    Summary:
+      Fix compilation error with slab allocator and no debugging.
+    Revision:
+      srvx--devo--1.3--patch-8
+
+    src/alloc-slab.c (verify): Undefine as a macro before defining as a
+        function.
+
+    modified files:
+     ChangeLog src/alloc-slab.c
+
+
+2006-04-05 00:24:50 GMT        Michael Poole <mdpoole@troilus.org>     patch-7
+
+    Summary:
+      Fix backtracking bug after an escaped character.
+    Revision:
+      srvx--devo--1.3--patch-7
+
+    src/tools.c (match_ircglob): Fix backtracking behavior when an escaped
+        character did not match.
+
+    modified files:
+     ChangeLog src/tools.c
+
+
+2006-04-05 00:11:31 GMT        Michael Poole <mdpoole@troilus.org>     patch-6
+
+    Summary:
+      Advise the kernel that we will scan DB files sequentially.
+    Revision:
+      srvx--devo--1.3--patch-6
+
+    src/recdb.c (parse_database): Advise the kernel that we will scan the
+        recdb file sequentially, just in case it cannot notice the access
+        pattern on its own.
+
+    modified files:
+     ChangeLog src/recdb.c
+
+
+2006-04-05 00:09:48 GMT        Michael Poole <mdpoole@troilus.org>     patch-5
+
+    Summary:
+      Correctly implement AsLL pong.
+    Revision:
+      srvx--devo--1.3--patch-5
+
+    src/proto-p10.c (irc_pong_asll): New function.
+      (cmd_ping): Use it.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-04-05 00:08:04 GMT        Michael Poole <mdpoole@troilus.org>     patch-4
+
+    Summary:
+      Add missing underscore in translation key string.
+    Revision:
+      srvx--devo--1.3--patch-4
+
+    src/mod-helpserv.c (helpserv_usermsg): Add a missing underscore between
+        REQUEST and NOT.
+
+    modified files:
+     ChangeLog src/mod-helpserv.c
+
+
+2006-04-05 00:05:59 GMT        Michael Poole <mdpoole@troilus.org>     patch-3
+
+    Summary:
+      Update configure.in; support both baz and tla; avoid using dirent.
+    Revision:
+      srvx--devo--1.3--patch-3
+
+    configure.in: Remove AC_PROG_RANLIB since we never use ranlib.  Add
+        AC_PROG_LIBTOOL since we do use libtool.  Set GNU_ARCH and
+        HAS_GNU_ARCH based on whether the system has baz or tla.  Do not
+        check for dirent.d_type.
+    
+    src/Makefile.am: Make the "checkversion" target conditional on
+        HAS_GNU_ARCH, and use the detected $(GNU_ARCH).
+    
+    src/helpfile.c (language_read): Report error text when unable to open a
+        language directory.
+      (language_read_list): Always stat the language entry to determine
+        whether it is a directory; Cygwin has no dirent.d_type and ReiserFS
+        has a broken one.
+
+    modified files:
+     ChangeLog configure.in src/Makefile.am src/helpfile.c
+
+
 2006-04-05 00:00:57 GMT        Michael Poole <mdpoole@troilus.org>     patch-2
 
     Summary: