aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-03 22:08:24 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-03 22:08:24 -0500
commitd3ed739fc2fd8d64665f68005dc531a9e24a3195 (patch)
tree1414cd846f0f2db9b000b67113a46333f8f54f2f /TODO
parent5517a378e4d967ead030aa7d5a73aec807a25a69 (diff)
downloadluairc-d3ed739fc2fd8d64665f68005dc531a9e24a3195.tar.gz
luairc-d3ed739fc2fd8d64665f68005dc531a9e24a3195.zip
todo--
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5669690..7771db4 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
Before next release
===================
- Document available callbacks
-- Allow the user to set the socket ip (for dcc, etc) in case it's different from what we detect (behind a firewall, etc)
- Rework the way irc.lua uses things from modules - there are quite a few things which shouldn't be part of the public user interface which are right now. Probably just use the leading underscore convention for right now, but hopefully a lot of that stuff can be refactored.
- Rework the way CTCP quoting is handled throughout the code... the whole string/table thing is pretty ugly
- Rework callback system to use registration rather than just assigning to stuff inside the irc module, so that we can do things like have multiple handlers automatically