]> git.lizzy.rs Git - luairc.git/history - src/irc
Port to Lua 5.3
[luairc.git] / src / irc /
2021-11-21 Elias FleckensteinPort to Lua 5.3 master
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-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 jluehrs2doc clarification
2007-09-04 jluehrs2handle timeout errors in DCC SEND packets
2007-09-04 jluehrs2forgot i sent ctcp stuff in dcc.lua
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 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 jluehrs2clean up some docs
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 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-08-27 jluehrs2add all of the current files