diff --git a/trunk/ripnews/TODO b/trunk/ripnews/TODO index 77cc9f9..106ceed 100644 --- a/trunk/ripnews/TODO +++ b/trunk/ripnews/TODO @@ -1,26 +1,19 @@ -# $Dwarf: TODO,v 1.11 2003/04/18 20:52:15 ward Exp $ +# $Dwarf: TODO,v 1.12 2003/04/20 20:42:43 ward Exp $ # $Source$ [ ] check for multiple servers (ip adresses) for each name and pick one that works -[ ] extensions should be checked with the filename, not the subject [ ] support mime encoding -[x] support yEnc encoding -[x] matching on encoded file extensions [ ] documentation [ ] code cleanup [ ] finish intspan [ ] profiling/speed ups [ ] improve error handling [ ] use exceptions for error handling -[x] server reconnects [ ] check if xhdr implemented [ ] write man page -[x] use prefered server order -[x] check MAX_PATH_LEN while writing files -[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 of - exceptions + This will mess up things if a get_body is repeated because of + exceptions. Use buffering for each body, before writing... [ ] more regression tests