diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,5 @@ | |||
1 | change sendraw to send by chunks | ||
1 | 2 | ||
2 | fix manual for send and receive | ||
3 | add thanks to mike | ||
4 | |||
5 | change sock:send to use indices just like string.sub? | ||
6 | use mike's "don't set to blocking before closing unless needed" patch? | 3 | use mike's "don't set to blocking before closing unless needed" patch? |
7 | take a look at DB's smtp patch | 4 | take a look at DB's smtp patch |
8 | 5 | ||
@@ -32,3 +29,6 @@ testar os options! | |||
32 | *add getstats to the manual | 29 | *add getstats to the manual |
33 | *Fazer compilar com g++ | 30 | *Fazer compilar com g++ |
34 | *test associativity of socket.select | 31 | *test associativity of socket.select |
32 | * fix manual for send and receive | ||
33 | * add thanks to mike | ||
34 | * change sock:send to use indices just like string.sub? | ||