aboutsummaryrefslogtreecommitdiff
path: root/src/irc/dcc.lua
AgeCommit message (Collapse)Author
2007-09-04split between internal/public functions in dcc.luajluehrs2
2007-09-02stop 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-02a few todos for the dcc implementationjluehrs2
2007-09-02document the dcc modulejluehrs2
2007-08-26add all of the current filesjluehrs2