33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
# $Dwarf: TODO,v 1.26 2005/01/04 12:19:37 ward Exp $
|
|
# $Source$
|
|
|
|
[ ] check for multiple servers (ip adresses) for each name and pick
|
|
one that works
|
|
[ ] support mime encoding
|
|
[ ] support base64
|
|
[ ] support quotedprintable
|
|
[ ] documentation
|
|
[ ] code cleanup
|
|
[ ] finish intspan
|
|
[ ] profiling/speed ups
|
|
[ ] improve error handling
|
|
[ ] use exceptions for error handling
|
|
[ ] check if xhdr implemented
|
|
[ ] write man page
|
|
[ ] decode in another thread
|
|
[ ] more regression tests
|
|
[ ] update documentation
|
|
[ ] start useing file locking (needed for safe threading)
|
|
[ ] 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
|
|
[ ] match on poster
|
|
[ ] running without a tempdir doesn't work at all
|
|
[ ] don't drop connections to servers when switching groups
|
|
[ ] keep connections to newsservers alive (don't timeout)
|