diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-03-16 06:42:53 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-03-16 06:42:53 +0000 |
commit | bcc0c2a9f0be2ca796ef5206a78e283fe15e6186 (patch) | |
tree | 65c269d4854aa5ff4a0b2c8eede5cdb18d716033 /TODO | |
parent | b6edaac2841137cf0ef5105f75358bbab4570d87 (diff) | |
download | luasocket-bcc0c2a9f0be2ca796ef5206a78e283fe15e6186.tar.gz luasocket-bcc0c2a9f0be2ca796ef5206a78e283fe15e6186.tar.bz2 luasocket-bcc0c2a9f0be2ca796ef5206a78e283fe15e6186.zip |
New filter scheme.
ltn12 and mime updated.
smtp/ftp broken.
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 |