fixed MODE_REGISTERED bug; introduced MCP_REGISTERED
[srvx.git] / ChangeLog
index 7426d5f26e5b9c6e99aae594d0d29ef9312f0e0f..b3bda78c0a4a609fcabcc344b90c1f70490d89fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,58 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-06-08 09:24:49 GMT        adam <adam@gamesurge.net>       patch-68
+
+    Summary:
+      fixed MODE_REGISTERED bug; introduced MCP_REGISTERED 
+    Revision:
+      srvx--devo--1.3--patch-68
+
+    * fixed MODE_REGISTERED bug: srvx was sending a blank mode change on channel unregistrations; we now have a srvx.conf setting that dictates whether or not to use MODE_REGISTERED (which has no corresponding letter on P10 networks!) - also, we now set MODE_REGISTERED in newly registered channels (which we werent before)
+    
+    * introduced MCP_REGISTERED: we now don't let channels that are registered play with the registered mode (usually +r on bahamut networks) via chanserv user-level commands (ie: !mode -r) 
+    
+    
+    
+
+    modified files:
+     ChangeLog src/chanserv.c src/proto-bahamut.c src/proto.h
+     srvx.conf.example
+
+
+2004-05-22 04:24:57 GMT        Michael Poole <mdpoole@troilus.org>     patch-67
+
+    Summary:
+      Add fake host support (assuming your ircd supports it)
+    Revision:
+      srvx--devo--1.3--patch-67
+
+    Add definitions in various places to support assigning fake hosts to
+    users.  We will not give you (or make for you) patches to make your
+    ircd support this feature, so please do not ask.  You must set a
+    certain srvx.conf setting to be able to assign fakehosts; finding it
+    is left as an exercise to the reader.
+
+    modified files:
+     ChangeLog src/chanserv.c src/hash.c src/hash.h src/log.c
+     src/nickserv.c src/nickserv.h src/opserv.c src/proto-bahamut.c
+     src/proto-common.c src/proto-p10.c src/proto.h src/tools.c
+
+
+2004-05-22 03:00:05 GMT        Michael Poole <mdpoole@troilus.org>     patch-66
+
+    Summary:
+      Remove obsolete check for src/srvx directory
+    Revision:
+      srvx--devo--1.3--patch-66
+
+    Since srvx is in arch, and arch doesn't have CVS's eccentricities
+    about old directories, remove the test for src/srvx being a directory.
+
+    modified files:
+     ChangeLog autogen.sh
+
+
 2004-05-21 12:58:18 GMT        Michael Poole <mdpoole@troilus.org>     patch-65
 
     Summary: