diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,5 @@ | |||
1 | manual | 1 | manual |
2 | check all occurences of it's | ||
2 | add shutdown | 3 | add shutdown |
3 | add gethostname | 4 | add gethostname |
4 | the need of a content-length header in the post method... | 5 | the need of a content-length header in the post method... |
@@ -22,6 +23,11 @@ tests | |||
22 | checar garbage collection | 23 | checar garbage collection |
23 | check for interrupts | 24 | check for interrupts |
24 | 25 | ||
26 | close has to block... | ||
27 | fmt is not a good name | ||
28 | change wrap() to accept a number and default to "character" | ||
29 | move gethostname to dns table | ||
30 | get rid of _cb in name of functions? | ||
25 | trust character constants in mime.c? noooooo. | 31 | trust character constants in mime.c? noooooo. |
26 | smtp.lua needs stuff filter | 32 | smtp.lua needs stuff filter |
27 | 33 | ||