Remove obsolete check for src/srvx directory
[srvx.git] / ChangeLog
index c9e5b0b88857e8a134c65423b73e17a1d2ca003d..e1d040be11cd34c6699f13124d095648b16c4c5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,137 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+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:
+      Fix memory leak in ?accounts
+    Revision:
+      srvx--devo--1.3--patch-65
+
+    Fix a memory leak in ?accounts.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2004-05-21 12:38:39 GMT        Michael Poole <mdpoole@troilus.org>     patch-64
+
+    Summary:
+      Fix helpserv whine when helpers leave the channel; fix ?devoiceall
+    Revision:
+      srvx--devo--1.3--patch-64
+
+    Remove the parting modeNode before making callbacks, so callbacks
+    don't get confused and think the user is still in the channel.
+    
+    In ?devoiceall, OpServ should only remove voice from users who have it.
+
+    modified files:
+     ChangeLog src/hash.c src/opserv.c
+
+
+2004-05-17 09:44:35 GMT        adam <adam@gamesurge.net>       patch-63
+
+    Summary:
+      fix minor EnfModes bug in chanserv.c 
+    Revision:
+      srvx--devo--1.3--patch-63
+
+    * address bug id #955105; minor EnfModes issue
+    
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2004-05-14 06:27:30 GMT        adam <adam@gamesurge.net>       patch-62
+
+    Summary:
+      fix stupid typo from --patch-61
+    Revision:
+      srvx--devo--1.3--patch-62
+
+    * fix stupid typo in nickserv.c from --patch-61; sigh.
+    
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2004-05-14 05:37:38 GMT        adam <adam@gamesurge.net>       patch-61
+
+    Summary:
+      rearrange chanserv-level ban/kick messages; change wording on authentication cookie email, implement old tried2reg patch 
+    Revision:
+      srvx--devo--1.3--patch-61
+
+    * chanserv ban/kick messages are now displayed as "(name) message" as opposed to what they were, which was "message (name)"; this was done to remove irregularity with how it was in some parts of the code.
+    
+    * at semi-popular request, wording in initial registration emails has been changed to explain that COOKIE should not be used more than once
+    
+    * implemented old 'tried2reg' patch - you may only use /msg authserv register once per session (this was not the case before, which was apparent with email registrations)
+    
+
+    removed files:
+     patches/.arch-ids/ns_tried2reg102403.diff.id
+     patches/ns_tried2reg102403.diff
+
+    modified files:
+     ChangeLog src/chanserv.c src/hash.h src/nickserv.c
+     src/opserv.c
+
+
+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:
+      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: