Fix SourceForge bug #1629748
[srvx.git] / ChangeLog
index a5893e55df677fbd7705a17fbf84482aba5591d4..df9ec224ef8053659f5a7889a2c1da7519006132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,77 @@
 # 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: