Commit Graph

15 Commits (b438a0fd17e865ecbeefea7e3d9e53ec15853a1b)

Author SHA1 Message Date
Daniel Barlow b438a0fd17 handlersocket must be bound before calling select()
this is due to a rather odd (imo) decision in luasocket which
says that the underlying socket (and therefore its file
descriptor) isn't actually created until we call something
that lets it work out whether ipv4 or ipv6
2023-02-15 22:06:28 +00:00
Daniel Barlow 2388e4ca24 recvfrom(-1) is not the same as recvfrom() 2023-02-15 22:06:28 +00:00
Daniel Barlow f98b9c5c97 add README to say where Tufted came from 2023-02-15 22:06:28 +00:00
Daniel Barlow 1a29e2ba0f use locally modified tftp.lua instead of upstream tufty 2023-02-15 22:06:28 +00:00
Daniel Barlow 118f78f334 remove "using luasocket" message 2023-02-15 22:06:28 +00:00
Daniel Barlow a258456f25 check return value of bind
is common to forget to run this as root, in which case we would like
to see the permission denied error when it tries to open port 69
2023-02-15 22:06:28 +00:00
Daniel Barlow 71e37f1b96 update `listen` docstring 2023-02-15 22:06:28 +00:00
Daniel Barlow 55688c14ed pass remote host and port to callback as params 2..3
This allows the callback to handle the response differently
depending on who is asking - for example, to refuse requests
from clients on a blocklist
2023-02-15 22:06:28 +00:00
Daniel Barlow 59c0881235 remove unhelpful debug message 2023-02-15 22:06:28 +00:00
Daniel Barlow 1b372bcb2b simpler eof handling 2023-02-15 22:06:28 +00:00
Daniel Barlow b84a6e0aa5 fix poll() to not mutate its parameter 2023-02-15 22:06:28 +00:00
Daniel Barlow d729709869 remove nixio support 2023-02-15 22:06:28 +00:00
Daniel Barlow 740314b329 added at 3cb95c869e2fe74cc61ca303d88af6c5daad6734 2023-02-15 22:06:28 +00:00
Daniel Barlow 52d8c03ddd update tufted for nixpkgs fennel changes 2023-02-07 23:42:19 +00:00
Daniel Barlow e7987c9520 add build-host tftp server 2022-10-04 23:08:43 +01:00