]> git.lizzy.rs Git - luairc.git/blobdiff - TODO
Port to Lua 5.3
[luairc.git] / TODO
diff --git a/TODO b/TODO
index 4a14e5c5b8d95a77923df9611cfefe5b67d60f75..7fafb6e4ecf3eb976eb076b8ff685f5ae8ef8f1a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,3 @@
-Before next release - 0.1
-===================
-- Document available callbacks
-- 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
-
-For the future
-==============
 - Reorganize the modules a bit more... we should have a src/irc/dcc/send.lua, src/irc/ctcp/base.lua, src/irc/ctcp/dcc.lua, etc. also, most (all?) of the handlers should be moved out of irc.lua into, say, src/irc/base.lua
 - Separate out the DCC module some more so that the callbacks aren't registered unless the module is loaded
 - Also separate out all of the CTCP commands/callbacks into the CTCP module