aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO34
1 files changed, 17 insertions, 17 deletions
diff --git a/TODO b/TODO
index cb5ac32..b2a167e 100644
--- a/TODO
+++ b/TODO
@@ -1,21 +1,12 @@
1what the hell does __unload do? 1new instalation scheme???
2clean timeout argument to open functions in SMTP, HTTP and FTP 2test empty socket.select no windows.
3add create field to FTP and SMTP 3bug by mathew percival?
4talk about new create field in HTTP, FTP and SMTP
5talk about the non-blocking connect in the manual
6test it on Windows!!!
7 4
8think about a dispatcher. 5arranjar 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
14think about how to extend http, ftp, smtp to use special send and receive 7what the hell does __unload do?
15functions for non-blocking so they can be used in the context of the
16dispatcher!
17 8
18adjust manual for new sock:send returns. 9test it on Windows!!!
19 10
20leave code for losers that don't have nanosleep 11leave 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
44eliminate 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