]> git.lizzy.rs Git - luairc.git/shortlog
luairc.git
2021-11-21 Elias FleckensteinPort to Lua 5.3 master
2007-12-24 jluehrs2add signal handling to the luabot test
2007-09-12 Shawn M MooreMove channel and network definitions to the top so...
2007-09-12 jluehrs2don't fail on non-string/number return values
2007-09-06 jluehrs2stop forgetting files 0.03
2007-09-05 jluehrs2be more explicit about what gets in a dist tarball...
2007-09-05 jluehrs2add the evalbot to the list of test files
2007-09-05 jluehrs2fix !help in the evalbot
2007-09-05 jluehrs2support eval in private message as well as in a channel
2007-09-05 jluehrs2make the evalbot use per-user environments for evaling...
2007-09-05 jluehrs2split some variables out into Make.config
2007-09-05 jluehrs2let's distribute the license too
2007-09-05 jluehrs2don't need to distribute the password to that account...
2007-09-05 jluehrs2add a lua evalbot to the tests
2007-09-05 jluehrs2add a license
2007-09-05 jluehrs2add a README
2007-09-05 jluehrs2getting ready for the next release
2007-09-05 jluehrs2version++
2007-09-05 jluehrs2todo--
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 jluehrs2add some more useful output in the test script
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 jluehrs2don't need these comments anymore, since we have actual...
2007-09-05 jluehrs2wow, missed this one for a long time
2007-09-04 jluehrs2todo--
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 jluehrs2convert test.lua to use registered callbacks
2007-09-04 jluehrs2use my local get_ip program to provide an appropriate...
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 jluehrs2todo--
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 jluehrs2add a dist target to the makefile - this depends on...
2007-09-04 jluehrs2make sure to update the timestamp on the doc directory...
2007-09-04 jluehrs2let's make this only luadoc stuff, all autogenerated
2007-09-04 jluehrs2consistent version numbering is good!
2007-09-04 jluehrs2todo changes
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 jluehrs2more todo cleanups
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-04 jluehrs2todo--
2007-09-03 jluehrs2allow users to manually set the ip address of the conne...
2007-09-03 jluehrs2todo--
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-03 jluehrs2on second thought, let's not release something that...
2007-09-02 jluehrs2reorganize the todo file based on priority of the items
2007-09-02 jluehrs2todo++
2007-09-02 jluehrs2update TODO
2007-09-02 jluehrs2todo--
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 jluehrs2add the Makefile
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
next