Bugfixes for !trim users, !unsuspend and /clearmodes
[srvx.git] / ChangeLog
index 5e8a78e6a8cb8de0ad851a8711d650d6fbac59f0..e1650de9aae18374871858e693f67e2e1566fad2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,57 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-07-19 03:38:09 GMT        Michael Poole <mdpoole@troilus.org>     patch-73
+
+    Summary:
+      Bugfixes for !trim users, !unsuspend and /clearmodes
+    Revision:
+      srvx--devo--1.3--patch-73
+
+    * Show actual upper bound used to trim users.
+    
+    * Update whether an user being unsuspended is in the channel.
+    
+    * Add a missing "break;" so that /clearmodes c doesn't clear NOCTCPS too.
+
+    modified files:
+     ChangeLog src/chanserv.c src/proto-p10.c
+
+
+2004-07-12 19:06:38 GMT        Michael Poole <mdpoole@troilus.org>     patch-72
+
+    Summary:
+      add FAQ to distribition; make compatible with gcc-2.95
+    Revision:
+      srvx--devo--1.3--patch-72
+
+    * Add FAQ to EXTRA_DIST in root.
+    
+    * Name the anonymous union inside struct mod_chanmode.
+    
+    * Typecast printf() field width arguments to int.
+
+    modified files:
+     ChangeLog Makefile.am src/chanserv.c src/hash.c
+     src/mod-helpserv.c src/mod-snoop.c src/opserv.c
+     src/proto-bahamut.c src/proto-common.c src/proto-p10.c
+     src/proto.h
+
+
+2004-07-10 04:42:12 GMT        Zoot <zoot@gamesurge.net>       patch-71
+
+    Summary:
+      Fix OperServ inviteme crash
+    Revision:
+      srvx--devo--1.3--patch-71
+
+    * src/opserv.c: Fix a NULL pointer dereference in inviteme that caused crashes
+      for some users.
+
+    modified files:
+     ChangeLog src/opserv.c
+
+
 2004-07-01 02:23:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-70
 
     Summary: