]> git.lizzy.rs Git - luairc.git/history - src
Port to Lua 5.3
[luairc.git] / src /
2021-11-21 Elias FleckensteinPort to Lua 5.3 master
2007-09-05 jluehrs2version++
2007-09-05 jluehrs2add a documentation file for the callback functions
2007-09-05 jluehrs2convert parse_user to an internal function, since appar...
2007-09-05 jluehrs2code clarity
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 jluehrs2don't die on a bad filename to dcc.send()
2007-09-04 jluehrs2add debug output to dcc transfers
2007-09-04 jluehrs2lets make this a little more clear and not do weird...
2007-09-04 jluehrs2sock:bind() failure invalidates the socket's file descr...
2007-09-04 jluehrs2callbacks need to be able to return values (for, e...
2007-09-04 jluehrs2doc clarification
2007-09-04 jluehrs2handle timeout errors in DCC SEND packets
2007-09-04 jluehrs2make irc.lua use registration for all of the user callbacks
2007-09-04 jluehrs2forgot i sent ctcp stuff in dcc.lua
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 jluehrs2make low_quote and ctcp_quote take multiple arguments...
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 jluehrs2doc consistency
2007-09-04 jluehrs2split between internal/public functions in channel.lua
2007-09-04 jluehrs2split between internal/public functions in dcc.lua
2007-09-04 jluehrs2split between internal/public functions in ctcp.lua
2007-09-04 jluehrs2split between internal/public functions in debug.lua
2007-09-04 jluehrs2typo fix
2007-09-04 jluehrs2split between internal/public functions in misc.lua
2007-09-04 jluehrs2split between internal/public functions in message.lua
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-04 jluehrs2clean up some docs
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-03 jluehrs2don't color debug messages unless we are writing to...
2007-09-02 jluehrs2a few more todo items
2007-09-02 jluehrs2document the misc module
2007-09-02 jluehrs2document message module
2007-09-02 jluehrs2todo++
2007-09-02 jluehrs2document debug module
2007-09-02 jluehrs2todo++
2007-09-02 jluehrs2a few todos for the dcc implementation
2007-09-02 jluehrs2document the dcc module
2007-09-02 jluehrs2document the ctcp module
2007-09-02 jluehrs2punctuation
2007-09-02 jluehrs2document constants.lua
2007-09-02 jluehrs2add TODO
2007-09-02 jluehrs2document contains()
2007-09-02 jluehrs2document the channel mode methods
2007-09-02 jluehrs2start documenting the channel class
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