From 43ca8ab69a3a948add1f5d7f29c869e82924d160 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sun, 2 Sep 2007 17:23:16 -0500 Subject: a few todos for the dcc implementation --- src/irc/dcc.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/irc/dcc.lua b/src/irc/dcc.lua index 2836b68..45eb446 100644 --- a/src/irc/dcc.lua +++ b/src/irc/dcc.lua @@ -23,6 +23,9 @@ LAST_PORT = 5000 -- private functions {{{ -- send_file {{{ +-- TODO: no reason to be sending the size parameter all over the place when we +-- only need it in this function. also, should probably seek to the beginning +-- of the file before sending it. -- -- Sends a file to a remote user, after that user has accepted our DCC SEND -- invitation @@ -140,6 +143,7 @@ end -- }}} -- accept {{{ +-- TODO: this shouldn't be a public function -- -- Accepts a file offer from a remote user. Called when the on_dcc callback -- retuns true. -- cgit v1.2.3-54-g00ecf