aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-03-16 06:42:53 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-03-16 06:42:53 +0000
commitbcc0c2a9f0be2ca796ef5206a78e283fe15e6186 (patch)
tree65c269d4854aa5ff4a0b2c8eede5cdb18d716033 /TODO
parentb6edaac2841137cf0ef5105f75358bbab4570d87 (diff)
downloadluasocket-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--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7479cfc..3f1c71b 100644
--- a/TODO
+++ b/TODO
@@ -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
22colocar um userdata com gc metamethod pra chamar sock_close (WSAClose);
23sources ans sinks are always simple in http and ftp and smtp
24unify backbone of smtp and ftp
25expose encode/decode tables to provide extensibility for mime module
26use coroutines instead of fancy filters
22unify filter and send/receive callback. new sink/source/pump idea. 27unify filter and send/receive callback. new sink/source/pump idea.
23get rid of aux_optlstring 28get rid of aux_optlstring
24wrap sink and sources with a function that performs the replacement 29wrap sink and sources with a function that performs the replacement