Delete binary files that were committed (by git archimport?) and more
[srvx.git] / ChangeLog
index 6c8476be317757254995e8de46a166cedbfed202..787425d430e7f32396abdbb2b39acbf66e1cda14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,98 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+2007-01-08 04:27:45 GMT        Michael Poole <mdpoole@troilus.org>     patch-81
+
+    Summary:
+      Avoid epoll_ctl(..., EPOLL_CTL_DEL, ...) for closed fds.
+    Revision:
+      srvx--devo--1.3--patch-81
+
+    src/ioset-impl.h (struct io_engine): Add "os_closed" parameter to
+        remove() method.
+    
+    src/ioset.c (ioset_close): Add this to the call.
+    
+    src/ioset-epoll.c (ioset_epoll_remove): Use it to avoid removing the fd
+        from epoll_fd, since that epoll_ctl() call will always fail.
+    
+    src/ioset-select.c (ioset_select_remove): Ignore the new parameter.
+
+    modified files:
+     ChangeLog src/ioset-epoll.c src/ioset-impl.h
+     src/ioset-select.c src/ioset.c
+
+
+2007-01-08 04:22:20 GMT        Michael Poole <mdpoole@troilus.org>     patch-80
+
+    Summary:
+      Skip reporting mondo db sections in ?stats databases.
+    Revision:
+      srvx--devo--1.3--patch-80
+
+    src/saxdb.c (cmd_stats_databases): Only show entries for databases that
+        have their own file; skip sections of "mondo".
+
+    modified files:
+     ChangeLog src/saxdb.c
+
+
+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: