aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add signal handling to the luabot testHEADmasterjluehrs22007-12-241-1/+9
|
* Move channel and network definitions to the top so people can see themShawn M Moore2007-09-111-2/+4
|
* don't fail on non-string/number return valuesjluehrs22007-09-111-0/+1
|
* stop forgetting files0.03jluehrs22007-09-061-2/+7
|
* be more explicit about what gets in a dist tarball (this still isn't perfect ↵jluehrs22007-09-051-1/+9
| | | | for documentation, but eh)
* add the evalbot to the list of test filesjluehrs22007-09-051-1/+2
|
* fix !help in the evalbotjluehrs22007-09-051-1/+1
|
* support eval in private message as well as in a channeljluehrs22007-09-051-12/+23
|
* make the evalbot use per-user environments for evaling things, not one ↵jluehrs22007-09-051-20/+76
| | | | global one
* split some variables out into Make.configjluehrs22007-09-052-2/+8
|
* let's distribute the license toojluehrs22007-09-041-2/+2
|
* don't need to distribute the password to that account, reallyjluehrs22007-09-041-1/+1
|
* add a lua evalbot to the testsjluehrs22007-09-041-0/+42
|
* add a licensejluehrs22007-09-041-0/+7
|
* add a READMEjluehrs22007-09-041-0/+31
|
* getting ready for the next releasejluehrs22007-09-041-5/+0
|
* version++jluehrs22007-09-041-2/+2
|
* todo--jluehrs22007-09-041-1/+0
|
* add a documentation file for the callback functionsjluehrs22007-09-042-2/+171
|
* convert parse_user to an internal function, since apparently that's how i've ↵jluehrs22007-09-042-7/+5
| | | | been using it
* add some more useful output in the test scriptjluehrs22007-09-041-0/+4
|
* code clarityjluehrs22007-09-041-2/+3
|
* get a usable ip address as soon as possiblejluehrs22007-09-042-3/+3
|
* callback shouldn't be just "dcc" since it only happens on DCC SENDjluehrs22007-09-042-3/+3
|
* don't need these comments anymore, since we have actual documentation nowjluehrs22007-09-041-99/+0
|
* wow, missed this one for a long timejluehrs22007-09-041-1/+1
|
* todo--jluehrs22007-09-041-1/+0
|
* don't die on a bad filename to dcc.send()jluehrs22007-09-041-1/+6
|
* add debug output to dcc transfersjluehrs22007-09-041-0/+16
|
* lets make this a little more clear and not do weird name hidingjluehrs22007-09-041-6/+6
|
* sock:bind() failure invalidates the socket's file descriptorjluehrs22007-09-041-1/+2
|
* callbacks need to be able to return values (for, e.g. dcc accept callback)jluehrs22007-09-041-1/+1
|
* doc clarificationjluehrs22007-09-041-1/+1
|
* handle timeout errors in DCC SEND packetsjluehrs22007-09-041-4/+17
|
* convert test.lua to use registered callbacksjluehrs22007-09-041-16/+32
|
* use my local get_ip program to provide an appropriate ip address for dcc ↵jluehrs22007-09-041-0/+5
| | | | transfer testing
* make irc.lua use registration for all of the user callbacksjluehrs22007-09-041-23/+45
|
* forgot i sent ctcp stuff in dcc.luajluehrs22007-09-041-2/+3
|
* todo--jluehrs22007-09-041-1/+0
|
* follow the rfc more closely for ERRMSG responsesjluehrs22007-09-041-2/+2
|
* stop using tables to mean ctcp quoting - do this explicitlyjluehrs22007-09-041-22/+16
|
* make low_quote and ctcp_quote take multiple arguments, so they look cleanerjluehrs22007-09-041-4/+6
|
* start changing things over from testing for type (string/table) to find ctcp ↵jluehrs22007-09-042-29/+36
| | | | messages to making things more explicit. this fixes _ctcp_split.
* there shouldn't ever be a reason to not want to strip ctcp quoting off when ↵jluehrs22007-09-042-10/+6
| | | | splitting, so remove that option
* add a dist target to the makefile - this depends on _VERSION being defined ↵jluehrs22007-09-041-0/+11
| | | | in the main lua file
* make sure to update the timestamp on the doc directory when we build itjluehrs22007-09-041-0/+1
|
* let's make this only luadoc stuff, all autogeneratedjluehrs22007-09-040-0/+0
|
* consistent version numbering is good!jluehrs22007-09-042-2/+2
|
* todo changesjluehrs22007-09-041-1/+1
|
* fix a bunch of issues dealing with nicks that use capital lettersjluehrs22007-09-041-14/+18
|