found another bug
This commit is contained in:
parent
bd42fb7053
commit
080d5b4e5d
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue