diff --git a/TODO b/TODO index ae290f2..2c68d67 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ - document bind and connect behavior. -- getsockname should also support IPv6, no? - shouldn't we instead make the code compatible to Lua 5.2 without any compat stuff, and use a compatibility layer to make it work on 5.1? @@ -16,6 +15,11 @@ Done: +- added IPv6 support to getsockname +- simplified getpeername implementation +- added family to return of getsockname and getpeername + and added modification to the manual to describe + - connect and bind try all adresses returned by getaddrinfo - document headers.lua? - update copyright date everywhere? diff --git a/doc/index.html b/doc/index.html index 833c9a8..56c958f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -134,7 +134,8 @@ and Lua 5.2 compatibility.
  • Added: IPv6 support;