aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-21Port to Lua 5.3HEADmasterElias Fleckenstein
2007-12-24add signal handling to the luabot testjluehrs2
2007-09-11Move channel and network definitions to the top so people can see themShawn M Moore
2007-09-11don't fail on non-string/number return valuesjluehrs2
2007-09-06stop forgetting files0.03jluehrs2
2007-09-05be more explicit about what gets in a dist tarball (this still isn't perfect ...jluehrs2
2007-09-05add the evalbot to the list of test filesjluehrs2
2007-09-05fix !help in the evalbotjluehrs2
2007-09-05support eval in private message as well as in a channeljluehrs2
2007-09-05make the evalbot use per-user environments for evaling things, not one global...jluehrs2
2007-09-05split some variables out into Make.configjluehrs2
2007-09-04let's distribute the license toojluehrs2
2007-09-04don't need to distribute the password to that account, reallyjluehrs2
2007-09-04add a lua evalbot to the testsjluehrs2
2007-09-04add a licensejluehrs2
2007-09-04add a READMEjluehrs2
2007-09-04getting ready for the next releasejluehrs2
2007-09-04version++jluehrs2
2007-09-04todo--jluehrs2
2007-09-04add a documentation file for the callback functionsjluehrs2
2007-09-04convert parse_user to an internal function, since apparently that's how i've ...jluehrs2
2007-09-04add some more useful output in the test scriptjluehrs2
2007-09-04code clarityjluehrs2
2007-09-04get a usable ip address as soon as possiblejluehrs2
2007-09-04callback shouldn't be just "dcc" since it only happens on DCC SENDjluehrs2
2007-09-04don't need these comments anymore, since we have actual documentation nowjluehrs2
2007-09-04wow, missed this one for a long timejluehrs2
2007-09-04todo--jluehrs2
2007-09-04don't die on a bad filename to dcc.send()jluehrs2
2007-09-04add debug output to dcc transfersjluehrs2
2007-09-04lets make this a little more clear and not do weird name hidingjluehrs2
2007-09-04sock:bind() failure invalidates the socket's file descriptorjluehrs2
2007-09-04callbacks need to be able to return values (for, e.g. dcc accept callback)jluehrs2
2007-09-04doc clarificationjluehrs2
2007-09-04handle timeout errors in DCC SEND packetsjluehrs2
2007-09-04convert test.lua to use registered callbacksjluehrs2
2007-09-04use my local get_ip program to provide an appropriate ip address for dcc tran...jluehrs2
2007-09-04make irc.lua use registration for all of the user callbacksjluehrs2
2007-09-04forgot i sent ctcp stuff in dcc.luajluehrs2
2007-09-04todo--jluehrs2
2007-09-04follow the rfc more closely for ERRMSG responsesjluehrs2
2007-09-04stop using tables to mean ctcp quoting - do this explicitlyjluehrs2
2007-09-04make low_quote and ctcp_quote take multiple arguments, so they look cleanerjluehrs2
2007-09-04start changing things over from testing for type (string/table) to find ctcp ...jluehrs2
2007-09-04there shouldn't ever be a reason to not want to strip ctcp quoting off when s...jluehrs2
2007-09-04add a dist target to the makefile - this depends on _VERSION being defined in...jluehrs2
2007-09-04make sure to update the timestamp on the doc directory when we build itjluehrs2
2007-09-04let's make this only luadoc stuff, all autogeneratedjluehrs2
2007-09-04consistent version numbering is good!jluehrs2
2007-09-04todo changesjluehrs2