Fix several bugs; make off-channel a per-channel option
[srvx.git] / ChangeLog
index 1642f8f8f0bbc43a3e5a6d5fcc7408ef6226dbdc..a1884665789cd6c2b8e452a65e3942552bf5c0f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,29 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-05-09 03:05:48 GMT        Michael Poole <mdpoole@troilus.org>     patch-60
+
+    Summary:
+      Fix several bugs; make off-channel a per-channel option
+    Revision:
+      srvx--devo--1.3--patch-60
+
+    * Add per-channel option (!set offchannel) for off-channel services
+    support.
+    
+    * Rename REGISTERED_MODE to MODE_REGISTERED and always use it.
+    
+    * Delete remaining (registered) channels on exit.
+    
+    * Fix tests in proto-p10.c for chanop-ness when using off-channel
+    services support.
+
+    modified files:
+     ChangeLog src/chanserv.c src/chanserv.h src/hash.c src/hash.h
+     src/nickserv.c src/proto-bahamut.c src/proto-common.c
+     src/proto-p10.c src/proto.h srvx.conf.example
+
+
 2004-05-07 14:32:06 GMT        Michael Poole <mdpoole@troilus.org>     patch-59
 
     Summary: