diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,13 +2,14 @@ | |||
2 | ajeitar os README.* | 2 | ajeitar os README.* |
3 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. | 3 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. |
4 | 4 | ||
5 | smtp.o goes to mime.dll | ||
6 | make sure sockets are closed when exceptions are raised | 5 | make sure sockets are closed when exceptions are raised |
7 | 6 | ||
8 | check garbage collection in test*.lua | 7 | check garbage collection in test*.lua |
9 | 8 | ||
10 | 9 | ||
11 | manual | 10 | manual |
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 | ||