Fix service persistence bug in patch-47
[srvx.git] / ChangeLog
index 6d1c85da727b423ce0166076babf238daff3f2ae..29394ebb429df905b557d62d8b5709b8a05ca90f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,53 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-04-09 22:18:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-48
+
+    Summary:
+      Fix service persistence bug in patch-47
+    Revision:
+      srvx--devo--1.3--patch-48
+
+    patch-47 attempted to fix a previously reported error where srvx would
+    create NickServ, ChanServ, OpServ and Global even if the "nick" entry
+    was omitted from srvx.conf.  This broke persistence of all service
+    bots added by the modcmd.service\ add comand.  (Closes: #932566)
+
+    modified files:
+     ChangeLog src/modcmd.c
+
+
+2004-04-09 20:08:58 GMT        Michael Poole <mdpoole@troilus.org>     patch-47
+
+    Summary:
+      Fix service triggers; allow service hostname configuration; fix glitches
+    Revision:
+      srvx--devo--1.3--patch-47
+
+    * Improve length checking logic in ChanServ.names command.
+    
+    * Fix service trigger registration so that database is used in
+    preference to srvx.conf and compiled-in defaults.
+    
+    * Allow service hostnames to be configured in srvx.conf and through
+    "service add"; document this and show an example of setting the
+    service description.
+    
+    * Fix an uninitialized value bug in OpServ.join.
+    
+    * Make OpServ.addtrust accept a count of 0.
+    
+    * Remove untranslated messages from languages/de/modcmd.help (so that
+    new "service add" help is inherited).
+
+    modified files:
+     ChangeLog languages/de/modcmd.help src/chanserv.c src/global.c
+     src/mod-helpserv.c src/modcmd.c src/modcmd.h src/modcmd.help
+     src/nickserv.c src/opserv.c src/opserv.help
+     src/proto-bahamut.c src/proto-p10.c src/proto.h
+     srvx.conf.example
+
+
 2004-04-09 01:57:12 GMT        adam <akl@gamesurge.net>        patch-46
 
     Summary: