aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 817d471..860a676 100644
--- a/TODO
+++ b/TODO
@@ -2,13 +2,14 @@
2ajeitar os README.* 2ajeitar os README.*
3ajeitar as referencias a RFCS e LTNS em todos os arquivos. 3ajeitar as referencias a RFCS e LTNS em todos os arquivos.
4 4
5smtp.o goes to mime.dll
6make sure sockets are closed when exceptions are raised 5make sure sockets are closed when exceptions are raised
7 6
8check garbage collection in test*.lua 7check garbage collection in test*.lua
9 8
10 9
11manual 10manual
11 socket.skip
12 send return convention changed.
12 * compatibility: select sets are associative 13 * compatibility: select sets are associative
13 * add socket.connect and socket.bind to the manual 14 * add socket.connect and socket.bind to the manual
14 * add shutdown 15 * add shutdown
@@ -157,3 +158,4 @@ these are done
157* use coroutines instead of fancy filters 158* use coroutines instead of fancy filters
158* add socket.TIMEOUT to be default timeout? no. 159* add socket.TIMEOUT to be default timeout? no.
159* use gethostname it in SMTP 160* use gethostname it in SMTP
161* smtp.o goes to mime.dll