REALLY remove duplicate line in languages/en_UK/chanserv.help.
[srvx.git] / ChangeLog
index fb2dad97737002b9a710a7eec9139ad32ceac3ef..1d8bc3557baba7e6f26a8338ce07f68724e12599 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,64 @@
 # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3
 #
 
+2004-04-29 00:31:22 GMT        Michael Poole <mdpoole@troilus.org>     patch-53
+
+    Summary:
+      REALLY remove duplicate line in languages/en_UK/chanserv.help.
+    Revision:
+      srvx--devo--1.3--patch-53
+
+    REALLY remove duplicate line in languages/en_UK/chanserv.help.
+
+    modified files:
+     ChangeLog languages/en_UK/chanserv.help
+
+
+2004-04-28 19:55:22 GMT        Michael Poole <mdpoole@troilus.org>     patch-52
+
+    Summary:
+      Remove duplicate line in en_UK chanserv.help file
+    Revision:
+      srvx--devo--1.3--patch-52
+
+    Remove a duplicate line in languages/en_UK/chanserv.help.
+
+    modified files:
+     ChangeLog
+
+
+2004-04-28 19:53:40 GMT        Michael Poole <mdpoole@troilus.org>     patch-51
+
+    Summary:
+      Sanity check user infolines
+    Revision:
+      srvx--devo--1.3--patch-51
+
+    * Disallow infolines longer than a configured maximum length (by
+    default, 400 characters).
+    
+    * Disallow infolines that contain certain characters (currently
+    just ^A).
+
+    modified files:
+     ChangeLog languages/de/strings.db src/chanserv.c
+     srvx.conf.example
+
+
+2004-04-12 03:25:03 GMT        Michael Poole <mdpoole@troilus.org>     patch-50
+
+    Summary:
+      fix compile errors on readdir()-deficient platforms
+    Revision:
+      srvx--devo--1.3--patch-50
+
+    * Cygwin does not have "struct dirent.d_type".  Check for that in the
+    configure script and use stat() to test for directory-ness instead.
+
+    modified files:
+     ChangeLog configure.in src/helpfile.c
+
+
 2004-04-10 23:04:21 GMT        Michael Poole <mdpoole@troilus.org>     patch-49
 
     Summary: