Allow last account mask to be deleted with odelmask.
[srvx.git] / ChangeLog
index 8f3fe4f028aafbbf9da0e23c30684ee10d74c26b..aa719b9c95393adac70f97a596712d0374cc6c5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,194 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3
 #
 
+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: