]> git.lizzy.rs Git - luairc.git/commit
stop passing file size all over the place... on accept we just keep accepting until...
authorjluehrs2 <jluehrs2@uiuc.edu>
Mon, 3 Sep 2007 00:59:45 +0000 (19:59 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Mon, 3 Sep 2007 00:59:45 +0000 (19:59 -0500)
commitbd87a1d0e5d5188446a594639ee7e5e5b55a74b7
tree15d91d9057bc5bf8eee21d8de6b8aec9b190363e
parentd645810692095159b10af4118a9aa932b382c39a
stop passing file size all over the place... on accept we just keep 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).
src/irc.lua
src/irc/dcc.lua