Dummy handling fixes.
[srvx.git] / ChangeLog
index 2f916a3d7d8cd6d71373dfbf5add553179bc9b97..9c732adc6934458b9e51e7ebcfb8b52b4c507681 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,134 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+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: