diff ChangeLog @ 250:93d5d8b098da noffle

[svn] *** empty log message ***
author mirkol
date Wed, 05 Jun 2002 23:03:44 +0100
parents 0340b9c17edc
children 52f467c7213b
line wrap: on
line diff
--- a/ChangeLog	Tue May 14 15:25:45 2002 +0100
+++ b/ChangeLog	Wed Jun 05 23:03:44 2002 +0100
@@ -1,3 +1,17 @@
+Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de>
+
+* src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname
+  to Grp_isValidName; create Grp_isForbiddenName(); delete
+  client.c:isForbiddenGroupName(). I should be have done it
+  the right way from the beginning.
+* src/protocol.c:Prt_getLn(): Skip line if connection to server
+  lost before end of line. Prt_getLn() used to return incomplete
+  lines.
+* src/common.h,src/client.c: Replace sscanf() format "%s" by
+  MAXCHAR_FMT. 
+* src/client.c: Get each line of grouplist in processGrps(), don't
+  collect the whole list beforehand.
+
 Tue May 14 2002 Mirko Liß <mirko.liss@web.de>
 
 * src/configfile.c,src/filter.c,src/filter.h,src/fetch.c,src/noffle.c,