]> git.lizzy.rs Git - luairc.git/blob - TODO
Port to Lua 5.3
[luairc.git] / TODO
1 - 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
2 - Separate out the DCC module some more so that the callbacks aren't registered unless the module is loaded
3 - Also separate out all of the CTCP commands/callbacks into the CTCP module
4 - Rework the way irc.lua uses things from modules - the whole underscore but public thing... do i want to keep that? i suppose it's not horrible... look into this more
5 - Implement callbacks for user mode changes (need to figure out how to represent users in the callback info)
6 - Allow a server parameter in whois() so that the returned data can include the user's idle time
7 - chan:ban()/chan:unban() should take a usermask, not a nick, or be able to generate a usermask from a nick, or something like that
8 - Clean up misc.split
9 - Implement DCC CHAT
10 - Implement DCC XMIT/OFFER
11 - Implement some more of the newer CTCP commands
12 - Implement more information requests
13   - who
14   - whowas
15   - info
16   - stats
17   - links
18   - trace (not freenode supported)
19 - Implement XDCC (?)
20 - Handle endianness in the IP address conversion functions