diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ | |||
19 | * Separar as classes em arquivos | 19 | * Separar as classes em arquivos |
20 | * Retorno de sendto em datagram sockets pode ser refused | 20 | * Retorno de sendto em datagram sockets pode ser refused |
21 | 21 | ||
22 | colocar um userdata com gc metamethod pra chamar sock_close (WSAClose); | ||
23 | sources ans sinks are always simple in http and ftp and smtp | ||
24 | unify backbone of smtp and ftp | ||
25 | expose encode/decode tables to provide extensibility for mime module | ||
26 | use coroutines instead of fancy filters | ||
22 | unify filter and send/receive callback. new sink/source/pump idea. | 27 | unify filter and send/receive callback. new sink/source/pump idea. |
23 | get rid of aux_optlstring | 28 | get rid of aux_optlstring |
24 | wrap sink and sources with a function that performs the replacement | 29 | wrap sink and sources with a function that performs the replacement |