allow daemon mode under cygwin
[srvx.git] / ChangeLog
index b5c819394e76339c770ab1c2e9cb1ae2b20fdcd7..1642f8f8f0bbc43a3e5a6d5fcc7408ef6226dbdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,39 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-05-07 14:32:06 GMT        Michael Poole <mdpoole@troilus.org>     patch-59
+
+    Summary:
+      allow daemon mode under cygwin
+    Revision:
+      srvx--devo--1.3--patch-59
+
+    * Remove code to disable daemon mode in Cygwin, since Cygwin now
+    properly implements fork() etc.
+
+    modified files:
+     ChangeLog src/main.c
+
+
+2004-05-06 09:46:38 GMT        adam <adam@gamesurge.net>       patch-58
+
+    Summary:
+      basic off-channel support; restructuring how part functions are handled 
+    Revision:
+      srvx--devo--1.3--patch-58
+
+    * added srvx.conf setting to allow chanserv to work being outside of a channel; if you'd like to have srvx set a mode as it joins, edit REGISTERED_MODE in hash.h. this will not work properly on P10 networks - though it may be nice for bahamut-based networks. either way, please do not ask us for assistance. 
+    
+    * changed the way part functions are called - a modeNode is now passed, and they are run *before* the user's membership link in that channel is nuked.
+    
+    
+
+    modified files:
+     ChangeLog src/chanserv.c src/hash.c src/hash.h
+     src/mod-helpserv.c src/mod-snoop.c src/proto-common.c
+     src/proto-p10.c srvx.conf.example
+
+
 2004-05-01 11:17:11 GMT        adam <akl@gamesurge.net>        patch-57
 
     Summary: