Fix service triggers; allow service hostname configuration; fix glitches
[srvx.git] / ChangeLog
index 8b86da0d51e456bfebad567efa3cc66a6adcd486..89a969e9212b0c951e15f0e5134025255d6bc251 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,91 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+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:
+      changes to !uset autoinvite behavior, introduction of allchanmsg_func hooks 
+    Revision:
+      srvx--devo--1.3--patch-46
+
+    * changes to !uset autoinvite behavior: the autoinvite flag now works whether or not the channel it is set in is +i/+k.
+    
+    * introduction of allchanmsg_func hooks: there is now a set of hooks (available via reg_allchanmsg_func()) in place to catch all public channel messages the services server sees.
+    
+
+    modified files:
+     ChangeLog src/chanserv.c src/chanserv.help src/proto-common.c
+     src/proto.h
+
+
+2004-04-08 03:42:49 GMT        Michael Poole <mdpoole@troilus.org>     patch-45
+
+    Summary:
+      Fix automatic ChangeLog tag (I hope)
+    Revision:
+      srvx--devo--1.3--patch-45
+
+    * Try to set the ChangeLog file tag correctly for it to be updated on
+    commit.
+
+    new files:
+     .arch-ids/ChangeLog.id ChangeLog
+
+    removed files:
+     .arch-ids/ChangeLog.id ChangeLog
+
+
+2004-04-08 03:18:41 GMT        Michael Poole <mdpoole@troilus.org>     patch-44
+
+    Summary:
+      Fix some signed/unsigned misbehaviors; add FAQ
+    Revision:
+      srvx--devo--1.3--patch-44
+
+    * Change format and variable types to unsigned so as to avoid
+    confusing negative numbers with very large positive numbers.
+    
+    * Create a FAQ file
+
+    new files:
+     .arch-ids/FAQ.id FAQ
+
+    modified files:
+     ChangeLog src/chanserv.c src/chanserv.help src/nickserv.c
+     src/opserv.c src/proto-common.c
+
+
 2004-04-04 21:37:36 GMT        Zoot <zoot@gamesnet.net>        patch-43
 
     Summary: