introduce unreg_privmsg_func, fix minor autoinvite issue, alter account-finding on...
[srvx.git] / ChangeLog
index 1d8bc3557baba7e6f26a8338ce07f68724e12599..b5c819394e76339c770ab1c2e9cb1ae2b20fdcd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,73 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-05-01 11:17:11 GMT        adam <akl@gamesurge.net>        patch-57
+
+    Summary:
+      introduce unreg_privmsg_func, fix minor autoinvite issue, alter account-finding on local services clients 
+    Revision:
+      srvx--devo--1.3--patch-57
+
+    * introduce unreg_privmsg_func: unreg_privmsg_func()/unreg_notice_func() - both of which reverse the effect of reg_privmsg_func()/reg_notice_func()
+    
+    * fix minor autoinvite issue: UserAutoInvite (aka: '!uset autoinvite ..') no longer invites you to channels you weren't in if the server you are on just reconnected to the network
+    
+    * alter account-finding on local services clients: non +k users on the local services server are now no longer referred to as services (at least not in regard to accounts..)
+    
+
+    modified files:
+     ChangeLog src/chanserv.c src/nickserv.c src/proto-common.c
+     src/proto-p10.c src/proto.h srvx.conf.example
+
+
+2004-04-29 01:57:00 GMT        Michael Poole <mdpoole@troilus.org>     patch-56
+
+    Summary:
+      Remove debug messages from account MERGE command; translate RECLAIM kill message
+    Revision:
+      srvx--devo--1.3--patch-56
+
+    * Change the debug messages in NickServ MERGE to be more succinct and
+    useful for accounting/undos.
+    
+    * Translate the kill message sent when reclaiming an owned nickname.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2004-04-29 01:51:19 GMT        Michael Poole <mdpoole@troilus.org>     patch-55
+
+    Summary:
+      Fix Bahamut assertion failure; move BURST to more "natural" place
+    Revision:
+      srvx--devo--1.3--patch-55
+
+    * Fix a mod_chanmode assertion failure when using proto-bahamut.c with
+    debugging enabled.
+    
+    * Send BURST in response to SVINFO, not SERVER, so that eventual
+    timestamp adjustment is more accurate.
+
+    modified files:
+     ChangeLog src/proto-bahamut.c
+
+
+2004-04-29 01:41:37 GMT        Michael Poole <mdpoole@troilus.org>     patch-54
+
+    Summary:
+      Fix !up for users below GiveVoice level; implement RFE#933634
+    Revision:
+      srvx--devo--1.3--patch-54
+
+    * If users have access belowGiveVoice, do not let them use UP.
+    
+    * Show channel flags (suspended, autoop, etc) in MYACCESS.
+
+    modified files:
+     ChangeLog src/chanserv.c src/chanserv.help
+
+
 2004-04-29 00:31:22 GMT        Michael Poole <mdpoole@troilus.org>     patch-53
 
     Summary: