From 080d5b4e5d5919ae3519e37894d2c98f6b4d9ced Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 25 Aug 2004 12:10:17 +0000 Subject: [PATCH] found another bug --- trunk/ripnews/TODO | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index 6d87ec1..35aff95 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -1,4 +1,4 @@ -# $Dwarf: TODO,v 1.22 2003/07/03 14:30:40 ward Exp $ +# $Dwarf: TODO,v 1.23 2003/09/23 12:47:25 ward Exp $ # $Source$ [ ] check for multiple servers (ip adresses) for each name and pick @@ -15,9 +15,6 @@ [ ] check if xhdr implemented [ ] write man page [ ] decode in another thread -[ ] with multipart articles, don't write every body to the same file. - This will mess up things if a get_body is repeated because of - exceptions. Use buffering for each body, before writing... [ ] more regression tests [ ] update documentation [ ] start useing file locking (needed for safe threading) @@ -25,3 +22,9 @@ [ ] implement "skip current article" signal handle [ ] add user/pass authentication [ ] optionaly save parts of incomplete posts +[ ] with multipart articles, don't write every body to the same file. + This will mess up things if a get_body is repeated because of + exceptions. Use buffering for each body, before writing... +[ ] there is a bug in handling half fetched parts, they'll be fetched + twice this should be buffered until it's gotten correctly, then + added to the main buffer