diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 81 |
1 files changed, 0 insertions, 81 deletions
@@ -1,81 +0,0 @@ | |||
1 | - bizarre default values for getnameinfo should throw error instead! | ||
2 | |||
3 | > It's just too bad it can't talk to gmail - | ||
4 | > reason 1: they absolutely want TLS | ||
5 | > reason 2: unlike all the other SMTP implementations, they | ||
6 | > don't | ||
7 | > tolerate missing < > around adresses | ||
8 | |||
9 | - document the new bind and connect behavior. | ||
10 | - shouldn't we instead make the code compatible to Lua 5.2 | ||
11 | without any compat stuff, and use a compatibility layer to | ||
12 | make it work on 5.1? | ||
13 | - add what's new to manual | ||
14 | - should there be an equivalent to tohostname for IPv6? | ||
15 | - should we add service name resolution as well to getaddrinfo? | ||
16 | - Maybe the sockaddr to presentation conversion should be done with getnameinfo()? | ||
17 | |||
18 | - add http POST sample to manual | ||
19 | people keep asking stupid questions | ||
20 | - documentation of dirty/getfd/setfd is problematic because of portability | ||
21 | same for unix and serial. | ||
22 | what to do about this? add a stronger disclaimer? | ||
23 | - fix makefile with decent defaults? | ||
24 | |||
25 | Done: | ||
26 | |||
27 | - added IPv6 support to getsockname | ||
28 | - simplified getpeername implementation | ||
29 | - added family to return of getsockname and getpeername | ||
30 | and added modification to the manual to describe | ||
31 | |||
32 | - connect and bind try all adresses returned by getaddrinfo | ||
33 | - document headers.lua? | ||
34 | - update copyright date everywhere? | ||
35 | - remove RCSID from files? | ||
36 | - move version to 2.1 rather than 2.1.1? | ||
37 | - fixed url package to support ipv6 hosts | ||
38 | - changed domain to family | ||
39 | - implement getfamily methods. | ||
40 | |||
41 | - remove references to Lua 5.0 from documentation, add 5.2? | ||
42 | - update lua and luasocket version in samples in documentation | ||
43 | - document ipv5_v6only default option being set? | ||
44 | - document tcp6 and udp6 | ||
45 | - document dns.getaddrinfo | ||
46 | - documented zero-sized datagram change? | ||
47 | no. | ||
48 | - document unix socket and serial socket? add raw support? | ||
49 | no. | ||
50 | - document getoption | ||
51 | - merge luaL_typeerror into auxiliar to avoid using luaL prefix? | ||
52 | |||
53 | |||
54 | |||
55 | |||
56 | |||
57 | |||
58 | |||
59 | |||
60 | |||
61 | |||
62 | replace \r\n with \0xD\0xA in everything | ||
63 | New mime support | ||
64 | |||
65 | ftp send should return server replies? | ||
66 | make sure there are no object files in the distribution tarball | ||
67 | http handling of 100-continue, see DB patch | ||
68 | DB ftp.lua bug. | ||
69 | test unix.c to return just a function and works with require"unix" | ||
70 | get rid of setmetatable(, nil) since packages don't need this anymore in 5.1 | ||
71 | compat-5.1 novo | ||
72 | ajeitar pra lua-5.1 | ||
73 | |||
74 | adicionar exemplos de expansão: pipe, local, named pipe | ||
75 | testar os options! | ||
76 | |||
77 | |||
78 | - Thread-unsafe functions to protect | ||
79 | gethostbyname(), gethostbyaddr(), gethostent(), | ||
80 | inet_ntoa(), strerror(), | ||
81 | |||