aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc/dcc.lua
Commit message (Collapse)AuthorAgeFilesLines
* split between internal/public functions in dcc.luajluehrs22007-09-041-26/+27
|
* stop passing file size all over the place... on accept we just keep ↵jluehrs22007-09-021-15/+7
| | | | 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).
* a few todos for the dcc implementationjluehrs22007-09-021-0/+4
|
* document the dcc modulejluehrs22007-09-021-0/+41
|
* add all of the current filesjluehrs22007-08-261-0/+122