33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
# $Dwarf: TODO,v 1.28 2005/02/01 19:36:22 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
|
|
[ ] more regression tests
|
|
[ ] update documentation
|
|
[ ] 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)
|
|
[ ] a markread mechanism for every post that is not specifically
|
|
included, this could be used to prevent excessively big caches
|