Various I/O cleanups and fixes.
[srvx.git] / ChangeLog
index 102e7941537c10d15583d7cf82e6a14c6c818e69..2e42b83d9a75e2fc9900f88eb77640a2cc36a31c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,67 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+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: