More title host checking
[srvx.git] / ChangeLog
index e1650de9aae18374871858e693f67e2e1566fad2..d48ffe0db21fd12ea78c2d09e7068bcff5fc9fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,80 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-08-12 16:06:55 GMT        Zoot <zoot@gamesurge.net>       patch-77
+
+    Summary:
+      More title host checking
+    Revision:
+      srvx--devo--1.3--patch-77
+
+     * src/nickserv.c: Make oset title verify that the final combined fakehost
+       will not be truncated before storing the title. Also, supply a missing
+       format string argument.
+
+    modified files:
+     ChangeLog src/nickserv.c
+
+
+2004-08-08 17:42:01 GMT        Zoot <zoot@gamesurge.net>       patch-76
+
+    Summary:
+      Fix format string bug
+    Revision:
+      srvx--devo--1.3--patch-76
+
+     * src/chanserv.c: Fix a format string bug in the myaccess command.
+
+    modified files:
+     ChangeLog src/chanserv.c
+
+
+2004-08-02 12:54:13 GMT        Michael Poole <mdpoole@troilus.org>     patch-75
+
+    Summary:
+      Assorted bug fixes
+    Revision:
+      srvx--devo--1.3--patch-75
+
+    * Add missing semicolon in German translation of CSMSG_TRANSFER_WAIT.
+    
+    * Fix pointer used in !trim max_access calculation.
+    
+    * Default to maximum line length for all "single-line" messages.
+    
+    * Return success from NickServ ounregister so it is logged properly.
+
+    modified files:
+     ChangeLog languages/de/strings.db src/chanserv.c
+     src/helpfile.c src/nickserv.c
+
+
+2004-07-22 04:03:22 GMT        Michael Poole <mdpoole@troilus.org>     patch-74
+
+    Summary:
+      Channel suspension, transfer and line wrap changes
+    Revision:
+      srvx--devo--1.3--patch-74
+
+    * Treat half-unsuspended channels as unsuspended, to avoid crashes
+    caused by sysadmins editing chanserv.db in screwy ways.
+    
+    * Add a srvx.conf option to limit how often channel owners can give
+    away channel ownership.
+    
+    * Limit most output line expansions to just one line.
+    
+    * Remove unnecessary assert(hs_user) checks from mod-helpserv.c.
+    
+    * Don't run_empty_interval() in HelpServ when the user's server is
+    still bursting.
+
+    modified files:
+     ChangeLog languages/de/strings.db src/chanserv.c
+     src/chanserv.h src/helpfile.c src/helpfile.h
+     src/mod-helpserv.c srvx.conf.example
+
+
 2004-07-19 03:38:09 GMT        Michael Poole <mdpoole@troilus.org>     patch-73
 
     Summary: