Fix SourceForge bug #1629748
[srvx.git] / ChangeLog
index 16645a000adc1a1d5ae1dce0dc739ca69d5c585f..df9ec224ef8053659f5a7889a2c1da7519006132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,465 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2007-01-08 04:11:56 GMT        Michael Poole <mdpoole@troilus.org>     patch-79
+
+    Summary:
+      Fix SourceForge bug #1629748
+    Revision:
+      srvx--devo--1.3--patch-79
+
+    src/chanserv.c (cmd_adduser): Include suspended users in check for
+        pre-existing channel access for the user being added.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+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: