diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -1,21 +1,12 @@ | |||
1 | what the hell does __unload do? | 1 | new instalation scheme??? |
2 | clean timeout argument to open functions in SMTP, HTTP and FTP | 2 | test empty socket.select no windows. |
3 | add create field to FTP and SMTP | 3 | bug by mathew percival? |
4 | talk about new create field in HTTP, FTP and SMTP | ||
5 | talk about the non-blocking connect in the manual | ||
6 | test it on Windows!!! | ||
7 | 4 | ||
8 | think about a dispatcher. | 5 | arranjar um jeito de fazer multipart/alternative |
9 | - it creates a server and receives a function that will do the work on | ||
10 | received connections | ||
11 | - this function is invoked with the client socket | ||
12 | - it calls special send and receive functions that yield on timeout | ||
13 | 6 | ||
14 | think about how to extend http, ftp, smtp to use special send and receive | 7 | what the hell does __unload do? |
15 | functions for non-blocking so they can be used in the context of the | ||
16 | dispatcher! | ||
17 | 8 | ||
18 | adjust manual for new sock:send returns. | 9 | test it on Windows!!! |
19 | 10 | ||
20 | leave code for losers that don't have nanosleep | 11 | leave code for losers that don't have nanosleep |
21 | 12 | ||
@@ -41,7 +32,16 @@ testar os options! | |||
41 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 32 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
42 | - inet_ntoa também é uma merda. | 33 | - inet_ntoa também é uma merda. |
43 | 34 | ||
44 | eliminate globals from namespaces created by module(). | ||
45 | |||
46 | * BUG NO SET DO TINYIRC!!! SINISTRO. | 35 | * BUG NO SET DO TINYIRC!!! SINISTRO. |
47 | * _VERSION, _DEBUG, etc. | 36 | * _VERSION, _DEBUG, etc. |
37 | * talk about new create field in HTTP, FTP and SMTP | ||
38 | * talk about the non-blocking connect in the manual | ||
39 | * think about how to extend http, ftp, smtp to use special send and receive | ||
40 | * functions for non-blocking so they can be used in the context of the | ||
41 | * dispatcher! | ||
42 | * adjust manual for new sock:send returns. | ||
43 | * think about a dispatcher. | ||
44 | * - it creates a server and receives a function that will do the work on | ||
45 | * received connections | ||
46 | * - this function is invoked with the client socket | ||
47 | * - it calls special send and receive functions that yield on timeout | ||