index
:
luairc.git
master
irc framework for lua; fork ported to lua 5.3
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc
/
dcc.lua
Age
Commit message (
Collapse
)
Author
2021-11-21
Port to Lua 5.3
HEAD
master
Elias Fleckenstein
2007-09-04
code clarity
jluehrs2
2007-09-04
get a usable ip address as soon as possible
jluehrs2
2007-09-04
don't die on a bad filename to dcc.send()
jluehrs2
2007-09-04
add debug output to dcc transfers
jluehrs2
2007-09-04
lets make this a little more clear and not do weird name hiding
jluehrs2
2007-09-04
sock:bind() failure invalidates the socket's file descriptor
jluehrs2
2007-09-04
doc clarification
jluehrs2
2007-09-04
handle timeout errors in DCC SEND packets
jluehrs2
2007-09-04
forgot i sent ctcp stuff in dcc.lua
jluehrs2
2007-09-04
split between internal/public functions in dcc.lua
jluehrs2
2007-09-02
stop passing file size all over the place... on accept we just keep ↵
jluehrs2
accepting until they stop sending us data, and when we are sending stuff we just send until eof, so it shouldn't be necessary. (need to test the eof stuff to make sure that's actually accurate).
2007-09-02
a few todos for the dcc implementation
jluehrs2
2007-09-02
document the dcc module
jluehrs2
2007-08-26
add all of the current files
jluehrs2