]> git.lizzy.rs Git - luairc.git/history - src/irc.lua
Port to Lua 5.3
[luairc.git] / src / irc.lua
2021-11-21 Elias FleckensteinPort to Lua 5.3 master
2007-09-05 jluehrs2version++
2007-09-05 jluehrs2convert parse_user to an internal function, since appar...
2007-09-05 jluehrs2get a usable ip address as soon as possible
2007-09-05 jluehrs2callback shouldn't be just "dcc" since it only happens...
2007-09-05 jluehrs2wow, missed this one for a long time
2007-09-04 jluehrs2callbacks need to be able to return values (for, e...
2007-09-04 jluehrs2make irc.lua use registration for all of the user callbacks
2007-09-04 jluehrs2follow the rfc more closely for ERRMSG responses
2007-09-04 jluehrs2stop using tables to mean ctcp quoting - do this explicitly
2007-09-04 jluehrs2start changing things over from testing for type (strin...
2007-09-04 jluehrs2there shouldn't ever be a reason to not want to strip...
2007-09-04 jluehrs2consistent version numbering is good!
2007-09-04 jluehrs2fix a bunch of issues dealing with nicks that use capit...
2007-09-04 jluehrs2and irc.lua is done
2007-09-04 jluehrs2send the user set ip address to the irc server (for...
2007-09-04 jluehrs2finish up the handlers
2007-09-04 jluehrs2internal/public in server replies, etc
2007-09-04 jluehrs2change to internal function names in command handlers...
2007-09-04 jluehrs2change to internal function names in private functions...
2007-09-03 jluehrs2allow users to manually set the ip address of the conne...
2007-09-03 jluehrs2stop passing file size all over the place... on accept...
2007-09-02 jluehrs2todo++
2007-09-02 jluehrs2luadoc does allow @see for modules
2007-09-02 jluehrs2TODO was in the wrong place
2007-09-02 jluehrs2document the private module functions
2007-09-02 jluehrs2document the misc functions
2007-09-02 jluehrs2document ctcp commands
2007-09-02 jluehrs2document the information requests
2007-09-02 jluehrs2document the server commands
2007-09-02 jluehrs2start documentation using LuaDoc
2007-09-02 jluehrs2remove some unimplemented stuff
2007-08-27 jluehrs2add all of the current files