diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index 6a2b876..77cc9f9 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -1,4 +1,4 @@ -# $Dwarf: TODO,v 1.10 2003/02/26 22:53:07 ward Exp $ +# $Dwarf: TODO,v 1.11 2003/04/18 20:52:15 ward Exp $ # $Source$ [ ] check for multiple servers (ip adresses) for each name and pick @@ -18,8 +18,9 @@ [ ] write man page [x] use prefered server order [x] check MAX_PATH_LEN while writing files -[ ] split decoding stuff from article class +[x] split decoding stuff from article class [ ] decode in another thread [ ] with multipart articles, don't write every body to the same file. - This will mess up things is a get_body is repeated because op + This will mess up things is a get_body is repeated because of exceptions +[ ] more regression tests