found another bug

This commit is contained in:
Ward Wouts 2004-08-25 12:10:17 +00:00
parent bd42fb7053
commit 080d5b4e5d

View file

@ -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$ # $Source$
[ ] check for multiple servers (ip adresses) for each name and pick [ ] check for multiple servers (ip adresses) for each name and pick
@ -15,9 +15,6 @@
[ ] check if xhdr implemented [ ] check if xhdr implemented
[ ] write man page [ ] write man page
[ ] decode in another thread [ ] 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 [ ] more regression tests
[ ] update documentation [ ] update documentation
[ ] start useing file locking (needed for safe threading) [ ] start useing file locking (needed for safe threading)
@ -25,3 +22,9 @@
[ ] implement "skip current article" signal handle [ ] implement "skip current article" signal handle
[ ] add user/pass authentication [ ] add user/pass authentication
[ ] optionaly save parts of incomplete posts [ ] 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