Allow last account mask to be deleted with odelmask.
[srvx.git] / ChangeLog
index 7636520fc4cdc12cdaec9df73a0950da3f60b39f..aa719b9c95393adac70f97a596712d0374cc6c5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2006-12-23 05:50:25 GMT        Michael Poole <mdpoole@troilus.org>     patch-78
+
+    Summary:
+      Allow last account mask to be deleted with odelmask.
+    Revision:
+      srvx--devo--1.3--patch-78
+
+    src/nickserv.c (nickserv_delmask): Add parameter to distinguish between
+        normal and override use.
+      (cmd_delmask): Pass the new argument.
+      (cmd_odelmask): Likewise.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2006-12-23 05:40:12 GMT        Michael Poole <mdpoole@troilus.org>     patch-77
+
+    Summary:
+      Properly handle overrides in !wipeinfo.
+    Revision:
+      srvx--devo--1.3--patch-77
+
+    src/chanserv.c (cmd_wipeinfo): Allow real_actor to be null.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-12-23 05:38:37 GMT        Michael Poole <mdpoole@troilus.org>     patch-76
+
+    Summary:
+      Revert miscommitted file from patch-73.
+    Revision:
+      srvx--devo--1.3--patch-76
+
+    src/proto-common.c: Revert accidentally committed patch.
+
+    modified files:
+     ChangeLog src/proto-common.c
+
+
+2006-12-23 05:37:07 GMT        Michael Poole <mdpoole@troilus.org>     patch-75
+
+    Summary:
+      Allow extra arguments to privmsg and notice.
+    Revision:
+      srvx--devo--1.3--patch-75
+
+    src/proto-p10.c (cmd_privmsg): Allow extra arguments between target and
+        text.
+      (cmd_notice): Likewise.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-12-23 05:35:29 GMT        Michael Poole <mdpoole@troilus.org>     patch-74
+
+    Summary:
+      Fix typo in "gtrace criteria" help entry.
+    Revision:
+      srvx--devo--1.3--patch-74
+
+    src/opserv.help (gtrace criteria): Fix capitalization of $b tag.
+
+    modified files:
+     ChangeLog src/opserv.help
+
+
+2006-12-23 05:33:28 GMT        Michael Poole <mdpoole@troilus.org>     patch-73
+
+    Summary:
+      Fix typo in "gtrace criteria" help entry.
+    Revision:
+      srvx--devo--1.3--patch-73
+
+    src/opserv.help (gtrace criteria): Fix capitalization of $b tag.
+
+    modified files:
+     ChangeLog src/proto-common.c
+
+
+2006-12-23 05:31:56 GMT        Michael Poole <mdpoole@troilus.org>     patch-72
+
+    Summary:
+      Allow NickServ to learn hostmasks automatically.
+    Revision:
+      srvx--devo--1.3--patch-72
+
+    src/nickserv.c (nickserv_addmask): Declare early.
+      (cmd_oregister): Allow oper to omit fourth parameter, to set no
+        hostmask.
+      (cmd_auth): On success, add user's hostmask if the account's hostmask
+        list is empty.
+      (cmd_cookie): Append hostmask to account on successful allowauth.
+      (init_nickserv): Update merge command access.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2006-12-23 05:27:23 GMT        Michael Poole <mdpoole@troilus.org>     patch-71
+
+    Summary:
+      Update PostgreSQL patch schema.
+    Revision:
+      srvx--devo--1.3--patch-71
+
+    patches/log-pgsql.txt: Update to include HelpServ tables.
+
+    modified files:
+     ChangeLog patches/log-pgsql.txt
+
+
+2006-12-23 05:11:47 GMT        Michael Poole <mdpoole@troilus.org>     patch-70
+
+    Summary:
+      Fix typo in MODE_APASS generation.
+    Revision:
+      srvx--devo--1.3--patch-70
+
+    src/proto-p10.c (mod_chanmode_announce): Fix typo.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-10-27 01:59:57 GMT        Michael Poole <mdpoole@troilus.org>     patch-69
+
+    Summary:
+      Don't re-allocated a language that already exists.
+    Revision:
+      srvx--devo--1.3--patch-69
+
+    src/helpfile.c (language_read_list): If the language already exists, do
+        not allocate it anew.
+
+    modified files:
+     ChangeLog src/helpfile.c
+
+
+2006-10-27 01:25:18 GMT        Michael Poole <mdpoole@troilus.org>     patch-68
+
+    Summary:
+      Remove ioset engine update call that could read after free().
+    Revision:
+      srvx--devo--1.3--patch-68
+
+    src/ioset.c (ioset_connect): If the connect fails immediately, do not try
+        to update the fd after closing it.
+
+    modified files:
+     ChangeLog src/ioset.c
+
+
+2006-10-27 01:06:02 GMT        Michael Poole <mdpoole@troilus.org>     patch-67
+
+    Summary:
+      Allow languages/strings.db to override builtin strings.
+    Revision:
+      srvx--devo--1.3--patch-67
+
+    src/helpfile.c (language_read): Add space before "parent".
+      (language_read_list): Explicitly skip the file named "strings.db".
+      (helpfile_read_languages): New function.
+      (helpfile_finalize): Register it as a conf-reload function.
+
+    modified files:
+     ChangeLog src/helpfile.c
+
+
+2006-10-27 00:47:30 GMT        Michael Poole <mdpoole@troilus.org>     patch-66
+
+    Summary:
+      Support +I while we're adding modes (part 2) - the missing files.
+    Revision:
+      srvx--devo--1.3--patch-66
+
+    src/opserv.c (cmd_whois): Test no-idle mode.
+        
+    src/proto-p10.c (irc_user): Check for no-idle mode.
+      (mod_usermode): Check for +I flag.
+
+    modified files:
+     ChangeLog src/hash.h src/opserv.c
+
+
+2006-10-27 00:44:35 GMT        Michael Poole <mdpoole@troilus.org>     patch-65
+
+    Summary:
+      Support +I while we're adding modes..
+    Revision:
+      srvx--devo--1.3--patch-65
+
+    src/hash.c (FLAGS_NOIDLE): New macro for +I (hide idle time) mode.
+       (IsNoIdle): New macro to test it.
+    
+    src/opserv.c (cmd_whois): Test no-idle mode.
+    
+    src/proto-p10.c (irc_user): Check for no-idle mode.
+      (mod_usermode): Check for +I flag.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-10-27 00:35:00 GMT        Michael Poole <mdpoole@troilus.org>     patch-64
+
+    Summary:
+      Make maintainer-mode use C89 mode.
+    Revision:
+      srvx--devo--1.3--patch-64
+
+    configure.in (CFLAGS): Use -ansi in maintainer mode.
+      (AC_C_INLINE): Test after setting -Werror.
+    
+    src/chanserv.c (cmd_adduser): Fix comment formatting.
+      (cmd_clvl): Likewise.
+      (cmd_deluser): Likewise.
+
+    modified files:
+     ChangeLog configure.in src/chanserv.c
+
+
+2006-10-27 00:21:32 GMT        Michael Poole <mdpoole@troilus.org>     patch-63
+
+    Summary:
+      Pull ThiefMaster's patch-3..5.
+    Revision:
+      srvx--devo--1.3--patch-63
+
+    Patches applied:
+    
+     * thiefmaster@gamesurge.net--2006/srvx--devo--1.3--base-0
+       tag of srvx@srvx.net--2006/srvx--devo--1.3--patch-58
+    
+     * thiefmaster@gamesurge.net--2006/srvx--devo--1.3--patch-3
+       Implement complete remote whois.
+    
+     * thiefmaster@gamesurge.net--2006/srvx--devo--1.3--patch-4
+       Improve override logging and ignore godmode in !trim.
+    
+     * thiefmaster@gamesurge.net--2006/srvx--devo--1.3--patch-5
+       Announce ounregisters to staff via Global.
+
+    modified files:
+     ChangeLog src/chanserv.c src/hash.h src/modcmd.c src/modcmd.h
+     src/nickserv.c src/opserv.c src/proto-p10.c src/proto.h
+
+    new patches:
+     thiefmaster@gamesurge.net--2006/srvx--devo--1.3--base-0
+     thiefmaster@gamesurge.net--2006/srvx--devo--1.3--patch-3
+     thiefmaster@gamesurge.net--2006/srvx--devo--1.3--patch-4
+     thiefmaster@gamesurge.net--2006/srvx--devo--1.3--patch-5
+
+
+2006-10-26 23:44:10 GMT        Michael Poole <mdpoole@troilus.org>     patch-62
+
+    Summary:
+      Allow 900+ users to get full accountinfo.
+    Revision:
+      srvx--devo--1.3--patch-62
+
+    src/nickserv.c (cmd_handleinfo): Check for opserv access before checking
+        for an outranked oper.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2006-10-26 23:41:14 GMT        Michael Poole <mdpoole@troilus.org>     patch-61
+
+    Summary:
+      Fix irc_pton() sense for hostscan command.
+    Revision:
+      srvx--devo--1.3--patch-61
+
+    src/mod-sockcheck.c (cmd_hostscan): Fix test for irc_pton() return value.
+
+    modified files:
+     ChangeLog src/mod-sockcheck.c
+
+
+2006-10-21 16:06:47 GMT        Michael Poole <mdpoole@troilus.org>     patch-60
+
+    Summary:
+      Various I/O cleanups and fixes.
+    Revision:
+      srvx--devo--1.3--patch-60
+
+    src/ioset.c (ioset_add): Set FD_CLOEXEC flag on all managed sockets.
+      (ioset_try_write): Tidy formatting.
+      (ioset_close): Add another bit to "os_close".
+    
+    src/proto-common.c (close_socket): Pass the new bit to ioset_close().
+
+    modified files:
+     ChangeLog src/ioset.c src/proto-common.c
+
+
+2006-10-21 16:04:19 GMT        Michael Poole <mdpoole@troilus.org>     patch-59
+
+    Summary:
+      Add 'tell' command; update copyright message.
+    Revision:
+      srvx--devo--1.3--patch-59
+
+    src/modcmd.c (cmd_version): Update copyright years.  Move the multi-line
+        credits to a separate message and make it actually send properly.
+      (cmd_tell): New command.
+      (modcmd_init): Register cmd_tell.
+
+    modified files:
+     ChangeLog src/modcmd.c
+
+
+2006-10-07 00:03:52 GMT        Michael Poole <mdpoole@troilus.org>     patch-58
+
+    Summary:
+      Fix a (tiny) memory leak in mod-sockcheck.c.
+    Revision:
+      srvx--devo--1.3--patch-58
+
+    src/mod-sockcheck.c (sockcheck_begin_test): Make io_fd assignment
+        clearer.
+      (sockcheck_read_conf): Free the addrinfo we get.
+
+    modified files:
+     ChangeLog src/mod-sockcheck.c
+
+
+2006-10-06 23:18:58 GMT        Michael Poole <mdpoole@troilus.org>     patch-57
+
+    Summary:
+      Fix sending P10 bursts with many bans.
+    Revision:
+      srvx--devo--1.3--patch-57
+
+    src/proto-p10.c (irc_burst): Only send modes and user list once.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-10-06 23:16:58 GMT        Michael Poole <mdpoole@troilus.org>     patch-56
+
+    Summary:
+      Remove "wants_reads" field from struct io_fd.
+    Revision:
+      srvx--devo--1.3--patch-56
+
+    Everybody wants read information, so give it to them!
+    
+    src/ioset-epoll.c (ioset_epoll_events): Make EPOLLIN unconditional.
+    
+    src/ioset-impl.h (fd_wants_reads): Delete.
+    
+    src/ioset-select.c (ioset_select_loop): Unconditionally set read bit for fd.
+    
+    src/ioset.c (ioset_add): Add fd to engine after marking it non-blocking.
+      (ioset_buffered_reads): Remove check for fd->wants_reads.
+    
+    src/ioset.h (struct io_fd): Delete "wants_reads" field.
+    
+    src/mod-qserver.c (qserver_readable): Add missing newline.
+      (qserver_accept): Delete assignment to fd->wants_reads.
+    
+    src/mod-sockcheck.c (sockcheck_connected): Delete assignment to
+        fd->wants_reads.
+    
+    src/proto-common.c (create_socket_client): Delete assignment to
+        fd->wants_reads.
+
+    modified files:
+     ChangeLog src/ioset-epoll.c src/ioset-impl.h
+     src/ioset-select.c src/ioset.c src/ioset.h src/mod-qserver.c
+     src/mod-sockcheck.c src/proto-common.c
+
+
+2006-10-06 23:12:20 GMT        Michael Poole <mdpoole@troilus.org>     patch-55
+
+    Summary:
+      Fix detection of gettimeofday().
+    Revision:
+      srvx--devo--1.3--patch-55
+
+    configure.in: Since we have a fallback for gettimeofday, move it in with
+        the functions for which we do.
+
+    modified files:
+     ChangeLog configure.in
+
+
+2006-10-04 01:41:05 GMT        Michael Poole <mdpoole@troilus.org>     patch-54
+
+    Summary:
+      Make timeq_init() automatic.
+    Revision:
+      srvx--devo--1.3--patch-54
+
+    src/main.c (main): Remove call to timeq_init().
+    
+    src/timeq.h (timeq_init): Remove declaration.
+    
+    src/timeq.c (timeq_cleanup): Assign NULL to timeq to handle late timeq_del() calls.
+      (timeq_init): Make static.
+      (timeq_next): If timeq is NULL, return a large positive number.
+      (timeq_add): If timeq is NULL, initialize it.
+      (timeq_del): If timeq is NULL, do nothing.
+
+    modified files:
+     ChangeLog src/main.c src/timeq.c src/timeq.h
+
+
+2006-10-04 01:37:40 GMT        Michael Poole <mdpoole@troilus.org>     patch-53
+
+    Summary:
+      Allow log_module() to NULL log types.
+    Revision:
+      srvx--devo--1.3--patch-53
+
+    src/log.c (log_module): To make cleanup easier, allow NULL log types.
+
+    modified files:
+     ChangeLog src/log.c
+
+
+2006-10-04 01:32:57 GMT        Michael Poole <mdpoole@troilus.org>     patch-52
+
+    Summary:
+      Fix some startup-related glitches.
+    Revision:
+      srvx--devo--1.3--patch-52
+
+    src/ioset.h (ioset_update): Declare new function.
+    
+    src/ioset.c (ioset_init): If we have an engine, return early.
+      (ioset_add): If no engine, try to initialize.
+      (ioset_update): New function.
+
+    modified files:
+     ChangeLog src/ioset.c src/ioset.h
+
+
+2006-10-04 01:23:10 GMT        Michael Poole <mdpoole@troilus.org>     patch-51
+
+    Summary:
+      Update time for ioset backend.
+    Revision:
+      srvx--devo--1.3--patch-51
+
+    src/ioset-epoll.c (ioset_epoll_loop): Set now after epoll_wait() returns.
+
+    modified files:
+     ChangeLog src/ioset-epoll.c
+
+
+2006-10-03 23:18:25 GMT        Michael Poole <mdpoole@troilus.org>     patch-50
+
+    Summary:
+      I18n'ize the staff descriptors in !access.
+    Revision:
+      srvx--devo--1.3--patch-50
+
+    src/chanserv.c (msgtab): Add new entries for staff descriptors.
+      (cmd_access): Use them.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-09-23 01:14:35 GMT        Michael Poole <mdpoole@troilus.org>     patch-49
+
+    Summary:
+      ioset event handling fixups
+    Revision:
+      srvx--devo--1.3--patch-49
+
+    src/ioset.c (ioset_connect): Properly handle the situation if the connect
+        handler closes the fd.
+      (ioset_accept): Rename "old_active_fd" to "old_active" for consistency.
+      (ioset_buffered_read): Make sure we bail if the fd is closed.
+      (ioset_events): Handle 'readable' on a connecting fd as an error.
+
+    modified files:
+     ChangeLog src/ioset.c
+
+
+2006-09-23 01:03:08 GMT        Michael Poole <mdpoole@troilus.org>     patch-48
+
+    Summary:
+      Dummy handling fixes.
+    Revision:
+      srvx--devo--1.3--patch-48
+
+    src/proto-p10.c (irc_notice): Fix the conditions for sending message to
+        IRC.
+      (irc_privmsg): Likewise.
+      (parse_cleanup): Zero num_*_funcs when freeing the corresponding
+        arrays, so that DelUser() doesn't read after free.
+
+    modified files:
+     ChangeLog src/proto-p10.c
+
+
+2006-09-23 00:58:27 GMT        Michael Poole <mdpoole@troilus.org>     patch-47
+
+    Summary:
+      Fix hostmask generation for hostnames without dots.
+    Revision:
+      srvx--devo--1.3--patch-47
+
+    src/proto-common.c (generate_hostmask): Keep no-dot hostnames as the
+        mask -- mod-qserver can generate hostnames like "localhost".
+
+    modified files:
+     ChangeLog src/proto-common.c
+
+
+2006-09-23 00:55:02 GMT        Michael Poole <mdpoole@troilus.org>     patch-46
+
+    Summary:
+      Default qserver clients to being opers.
+    Revision:
+      srvx--devo--1.3--patch-46
+
+    src/mod-qserver.c (qserver_accept): Default dummy client to having
+        usermode +o, so they can use privileged services.
+
+    modified files:
+     ChangeLog src/mod-qserver.c
+
+
+2006-09-23 00:52:48 GMT        Michael Poole <mdpoole@troilus.org>     patch-45
+
+    Summary:
+      Further giveownership confirmation fixes.
+    Revision:
+      srvx--devo--1.3--patch-45
+
+    src/chanserv.c (CSMSG_CONFIRM_GIVEOWNERSHIP): Prepend * to account name.
+      (cmd_giveownership): Check invoker access to determine need for confirmation.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-09-22 03:33:25 GMT        Michael Poole <mdpoole@troilus.org>     patch-44
+
+    Summary:
+      Fix comment about +O vs +o.
+    Revision:
+      srvx--devo--1.3--patch-44
+
+    src/hash.h (FLAGS_OPER): The user mode is actually +o, not +O.
+
+    modified files:
+     ChangeLog src/hash.h
+
+
+2006-09-22 03:28:08 GMT        Michael Poole <mdpoole@troilus.org>     patch-43
+
+    Summary:
+      Fix license notice for mod-qserver.c
+    Revision:
+      srvx--devo--1.3--patch-43
+
+    src/mod-qserver.c: Since this was for public distribution, use the
+        standard GPL header notice.
+
+    modified files:
+     ChangeLog src/mod-qserver.c
+
+
+2006-09-22 03:05:54 GMT        Michael Poole <mdpoole@troilus.org>     patch-42
+
+    Summary:
+      Add win32 specific files to tarballs.
+    Revision:
+      srvx--devo--1.3--patch-42
+
+    Makefile.am (EXTRA_DIST): Include Makefile.win32.
+    
+    src/Makefile.am (EXTRA_srvx_SOURCES): Include config.h.win32 and ioset-win32.c.
+
+    modified files:
+     ChangeLog Makefile.am src/Makefile.am
+
+
+2006-09-22 03:02:07 GMT        Michael Poole <mdpoole@troilus.org>     patch-41
+
+    Summary:
+      First pass at native Win32 support (does not compile).
+    Revision:
+      srvx--devo--1.3--patch-41
+
+    src/compat.h: Handle Windows Sockets 2 headers.
+    
+    src/mod-memoserv.c (KEY_READ): #undef'ine to avoid its registry access
+        meaning on Windows.
+    
+    Makefile.win32: New Makefile for native or cross builds targeting Win32.
+    
+    src/config.h.win32: Pregenerated config.h for Win32.
+    
+    src/ioset-win32.c: First attempt at a Win32 ioset backend.
+
+    new files:
+     .arch-ids/Makefile.win32.id Makefile.win32
+     src/.arch-ids/config.h.win32.id src/.arch-ids/ioset-win32.c.id
+     src/config.h.win32 src/ioset-win32.c
+
+    modified files:
+     ChangeLog src/compat.h src/mod-memoserv.c
+
+
+2006-09-22 02:51:50 GMT        Michael Poole <mdpoole@troilus.org>     patch-40
+
+    Summary:
+      Add direct query server module.
+    Revision:
+      srvx--devo--1.3--patch-40
+
+    srvx.conf.example: Document qserver configuration.
+    
+    src/Makefile.am (EXTRA_srvx_SOURCES): Add mod-qserver.c.
+    
+    src/mod-qserver.c: New file.
+
+    new files:
+     src/.arch-ids/mod-qserver.c.id src/mod-qserver.c
+
+    modified files:
+     ChangeLog src/Makefile.am src/ioset-epoll.c srvx.conf.example
+
+
+2006-09-22 02:45:20 GMT        Michael Poole <mdpoole@troilus.org>     patch-39
+
+    Summary:
+      Add epoll_* ioset backend.
+    Revision:
+      srvx--devo--1.3--patch-39
+
+    configure.in: Check for epoll_create(); demote select() from being required.
+    
+    src/Makefile.am (EXTRA_srvx_SOURCES): Add ioset-epoll.c.
+    
+    src/ioset-epoll.c: New file.
+
+    new files:
+     src/.arch-ids/ioset-epoll.c.id src/ioset-epoll.c
+
+    modified files:
+     ChangeLog configure.in src/Makefile.am
+
+
+2006-09-22 02:38:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-38
+
+    Summary:
+      Allow multiple ioset backends.
+    Revision:
+      srvx--devo--1.3--patch-38
+
+    configure.in: Add framework to check for ioset backends.
+    
+    src/Makefile.am (noinst_DATA): Reorganize for easier patching.
+      (checkversion): Avoid spurious error message if $(GNU_ARCH) is missing.
+      (EXTRA_srvx_SOURCES): Reorganize for easier patching; add ioset-select.c.
+      (srvx_SOURCES): Add ioset-impl.h.
+    
+    src/ioset.c (ioset.h): #include "ioset-impl.h" instead.
+      (clock_skew): Make non-static for backends.
+      (engine): New variable.
+      (active_fd): New variable (kind of kludgy).
+      (io_engine_*): New variables, only one exists so far.
+      (ioset_init): New function.
+      (ioset_cleanup): Call engine's cleanup function.
+      (ioset_add): Call engine's add function.
+      (ioset_listen): New function.
+      (ioset_connect): Call engine's update functions at appropriate points.
+      (ioset_try_write): Call engine's update function on success.
+      (ioset_close): Change signature; check against active_fd; call engine's
+        remove function.
+      (ioset_accept): New function.
+      (ioset_buffered_read): Update fd->state instead of fd->eof and call
+        engine's update function as appropriate.  Use active_fd.
+      (ioset_line_read): Check fd->state instead of fd->eof.
+      (debug_fdsets): Move to ioset-select.c.
+      (ioset_events): New function.
+      (ioset_run): Move most of the logic into ioset-select loop function;
+        call it.  Rename "select_timeout" to "timeout" to match.
+      (ioset_write): Call engine->update function.
+      (ioset_printf): New function.
+    
+    src/ioset.h (common.h): #include this header to get PRINTF_LIKE macro.
+      (struct io_fd): Replace 'connected' and 'eof' fields with 'state' field.
+      (ioset_init): Declare new function.
+      (ioset_listen): Declare new function.
+      (ioset_printf): Declare new function.
+      (ioset_close): Update signature.
+    
+    src/main.c (main): Call ioset_init().
+    
+    src/mod-sockcheck.c (sockcheck_free_client): Can unconditionally call
+        ioset_close() now.
+      (expand_var): Always use C99 type names.
+      (sockcheck_begin_test): Can unconditionally call ioset_close() now.
+      (sockcheck_read_conf): Only warn about unknown host if the user set
+        one; it is silly to arn about unknown host `(null)'.
+    
+    src/proto-common.c (socket_destroyed): Check fd->state rather than
+        fd->eof.
+      (close_socket): Update signature for ioset_close().
+
+    new files:
+     src/.arch-ids/ioset-impl.h.id src/.arch-ids/ioset-select.c.id
+     src/ioset-impl.h src/ioset-select.c
+
+    modified files:
+     ChangeLog configure.in src/Makefile.am src/ioset.c src/ioset.h
+     src/main.c src/mod-sockcheck.c src/proto-common.c
+
+
+2006-09-22 02:15:55 GMT        Michael Poole <mdpoole@troilus.org>     patch-37
+
+    Summary:
+      Add "dummy client" support.
+    Revision:
+      srvx--devo--1.3--patch-37
+
+    src/hash.h (FLAGS_DUMMY): New flag for non-propagated clients.
+      (IsDummy): Check it.
+    
+    src/helpfile.c (send_message): Allow sending to dummy clients.
+      (send_message_type): Likewise.
+    
+    src/proto-bahamut.c (irc_user): Bail if user is NULL or has a dummy nickname.
+      (deliver_to_dummy): New function.
+      (irc_privmsg): Try to deliver via dummy method before sending to IRC.
+      (irc_notice): Likewise.
+      (irc_notice_user): Likewise.
+      (AddUser): If the first user mode character is '*', mark as a dummy.
+      (DelUser): Unregister callback functions when destroying local clients.
+    
+    src/proto-p10.c (irc_user): Bail if user is NULL or has a dummy nickname.
+      (deliver_to_dummy): New function.
+      (irc_notice): Try to deliver via dummy method before sending to IRC.
+      (irc_notice_user): Likewise.
+      (irc_privmsg): Likewise.
+      (AddUser): If the first user mode character is '*', mark as a dummy.
+      (DelUser): Unregister callback functions when destroying local clients.
+
+    modified files:
+     ChangeLog src/hash.h src/helpfile.c src/proto-bahamut.c
+     src/proto-p10.c
+
+
+2006-09-22 01:56:07 GMT        Michael Poole <mdpoole@troilus.org>     patch-36
+
+    Summary:
+      Delete obsolete and non-propagated user modes.
+    Revision:
+      srvx--devo--1.3--patch-36
+
+    src/hash.h (FLAGS_LOCOP): Delete.
+      (FLAGS_SERVNOTICE): Delete.
+      (FLAGS_HELPER): Delete.
+      (IsServNotice): Delete.
+      (IsHelperIrcu): Delete.
+    
+    src/opserv.c (cmd_whois): Remove IsServNotice() or IsHelperIrcu().
+    
+    src/proto-bahamut.c (mod_usermode): Do not handle +O/+s/+h, we never see them.
+    
+    src/proto-p10.c (irc_user): Do not emit +s or +h, we never set them..
+      (mod_usermode): Do not handle +O/+s/+h, we never see them.
+
+    modified files:
+     ChangeLog src/hash.h src/opserv.c src/proto-bahamut.c
+     src/proto-p10.c
+
+
+2006-09-22 01:48:00 GMT        Michael Poole <mdpoole@troilus.org>     patch-35
+
+    Summary:
+      Merge AddService(), AddClone() into AddLocalUser()
+    Revision:
+      srvx--devo--1.3--patch-35
+
+    src/chanserv.c (init_chanserv): Convert AddService() call to AddLocalUser().
+    
+    src/global.c (init_global): Likewise.
+    
+    src/mod-helpserv.c (register_helpserv): Likewise.
+    
+    src/modcmd.c (cmd_service_add): Likewise.
+      (modcmd_load_bots): Likewise.
+    
+    src/nickserv.c (regex.h): Fall back to rxposix.h from local rx package.
+      (init_nickserv): Convert AddService() call to AddLocalUser().
+    
+    src/opserv.c (opserv_add_reserve): Convert AddClone() call to AddLocalUser().
+      (cmd_clone): Likewise.
+      (add_reserved): Likewise.
+      (init_opserv): Convert AddService() call to AddLocalUser().
+    
+    src/proto-bahamut.c (AddService): Convert into AddLocalUser().
+      (AddClone): Delete.
+    
+    src/proto-p10.c (AddService): Convert into AddLocalUser().
+      (AddClone): Delete.
+    
+    src/proto.h (AddService): Convert into AddLocalUser().
+      (AddClone): Delete.
+
+    modified files:
+     ChangeLog src/chanserv.c src/global.c src/mod-helpserv.c
+     src/modcmd.c src/nickserv.c src/opserv.c src/proto-bahamut.c
+     src/proto-p10.c src/proto.h
+
+
+2006-09-22 01:35:03 GMT        Michael Poole <mdpoole@troilus.org>     patch-34
+
+    Summary:
+      Make IRC message handler 'text' const.
+    Revision:
+      srvx--devo--1.3--patch-34
+
+    src/chanserv.c (chanserv_ctcp_check): Make 'text' parameter const.
+    
+    src/mod-helpserv.c (helpserv_usermsg): Likewise.
+      (helpserv_botmsg): Likewise.
+    
+    src/modcmd.c (svccmd_invoke): Likewise.
+      (modcmd_privmsg): Likewise.
+      (modcmd_chanmsg): Likewise.
+    
+    src/modcmd.h (SVCMSG_HOOK): Likewise.
+    
+    src/proto.h (chanmsg_func_t): Likewise.
+      (privmsg_func_t): Likewise.
+
+    modified files:
+     ChangeLog src/chanserv.c src/mod-helpserv.c src/modcmd.c
+     src/modcmd.h src/proto.h
+
+
+2006-09-22 01:23:43 GMT        Michael Poole <mdpoole@troilus.org>     patch-33
+
+    Summary:
+      Add autogen.sh to distribution tarball.
+    Revision:
+      srvx--devo--1.3--patch-33
+
+    Makefile.am: Add autogen.sh to the "extra" distributed files.
+
+    modified files:
+     ChangeLog Makefile.am
+
+
+2006-09-11 01:03:14 GMT        Michael Poole <mdpoole@troilus.org>     patch-32
+
+    Summary:
+      Support and use G-line lastmod timestamp.
+    Revision:
+      srvx--devo--1.3--patch-32
+
+    src/gline.c (KEY_LASTMOD): New key string.
+      (gline_add): Use new parameter to set lastmod.
+      (gline_add_record): Look for KEY_LASTMOD values.
+      (gline_write_entry): Set KEY_LASTMOD if lastmod is set.
+      (gline_discrim_create): Allow specification of lastmod criteria.
+      (gline_discrim_match): Check lastmod if appropriate.
+    
+    src/gline.h (struct gline): Add lastmod field.
+      (struct gline_discrim): Add lastmod fields.
+      (gline_add): New parameter.
+    
+    src/mod-sockcheck.c (sockcheck_issue_gline): Set lastmod.
+    
+    src/opserv.c (OSMSG_NO_GLINE): New format string.
+      (opserv_block): Set lastmod.
+      (cmd_gline): Set lastmod.
+      (cmd_stats_glines): Allow searching for a particular G-line (just like
+        gtrace).
+      (opserv_new_user_check): Set lastmod.
+      (gtrace_print_func): Use intervals rather than fixed dates and show
+        lastmod.
+    
+    src/opserv.help (GTRACE CRITERIA): Mention lastmod criteria.
+    
+    src/proto-p10.c (irc_gline): Send lastmod if it is set.
+      (cmd_num_gline): Parse out lastmod if it is set.
+      (cmd_gline): Parse out lastmod if it is set.
+
+    modified files:
+     ChangeLog src/gline.c src/gline.h src/mod-sockcheck.c
+     src/opserv.c src/opserv.help src/proto-p10.c
+
+
+2006-09-09 21:37:28 GMT        Michael Poole <mdpoole@troilus.org>     patch-31
+
+    Summary:
+      Network event handler fixup when ChanServ is disabled.
+    Revision:
+      srvx--devo--1.3--patch-31
+
+    src/chanserv.c (init_chanserv): Do not register network event handlers if
+        ChanServ is disabled.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2006-09-03 15:24:48 GMT        Michael Poole <mdpoole@troilus.org>     patch-30
+
+    Summary:
+      Make srvx compile on cygwin again.
+    Revision:
+      srvx--devo--1.3--patch-30
+
+    configure.in (AC_CHECK_HEADERS): Look for <arpa/inet.h>.
+      (AC_CHECK_FUNCS): Look for inet_aton().
+    
+    src/compat.c: Try to include <arpa/inet.h> so we get inet_addr().
+      (getaddrinfo): If inet_aton() is not provided, use inet_addr() instead.
+    
+    src/compat.h (AI_NUMERICHOST): Define this too.
+    
+    src/tools.c (irc_pton): Use the pedantically correct type for ip4.
+
+    modified files:
+     ChangeLog configure.in src/compat.c src/compat.h src/tools.c
+
+
+2006-09-03 15:21:10 GMT        Michael Poole <mdpoole@troilus.org>     patch-29
+
+    Summary:
+      DelChannelUser call and semantic fixups
+    Revision:
+      srvx--devo--1.3--patch-29
+
+    src/hash.c (DelChannel): Fix type of 'reason' arg to DelChannelUser().
+      (DelChannelUser): Only send part message if user is local.
+    
+    src/proto-bahamut.c (DelUser): Unswap arguments to DelChannelUser().
+      (cmd_part): Move to proto-common.c.
+    
+    src/proto-common.c (part_desc): New structure type.
+      (part_helper): Use it to capture user and reason.
+      (cmd_part): New common function.
+    
+    src/proto-p10.c (cmd_part): Move to proto-common.c.
+      (DelUser): Unswap arguments to DelChannelUser().
+
+    modified files:
+     ChangeLog src/hash.c src/proto-bahamut.c src/proto-common.c
+     src/proto-p10.c
+
+
+2006-09-03 15:17:05 GMT        Michael Poole <mdpoole@troilus.org>     patch-28
+
+    Summary:
+      Do not try to moderate join-flood channels with no OpServ.
+    Revision:
+      srvx--devo--1.3--patch-28
+
+    src/opserv.c (opserv_join_check): As feigling points out, it is bad for a
+        service that does not exist to join a channel and hack modes.
+
+    modified files:
+     ChangeLog src/opserv.c
+
+
+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: