aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 tran...jluehrs22007-09-041-0/+5
* 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
* there shouldn't ever be a reason to not want to strip ctcp quoting off when s...jluehrs22007-09-042-10/+6
* add a dist target to the makefile - this depends on _VERSION being defined in...jluehrs22007-09-041-0/+11
* 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
* and irc.lua is donejluehrs22007-09-041-7/+7
* doc consistencyjluehrs22007-09-041-1/+1
* split between internal/public functions in channel.luajluehrs22007-09-041-63/+83
* split between internal/public functions in dcc.luajluehrs22007-09-041-26/+27
* split between internal/public functions in ctcp.luajluehrs22007-09-041-12/+12
* split between internal/public functions in debug.luajluehrs22007-09-041-34/+36
* typo fixjluehrs22007-09-041-1/+1
* split between internal/public functions in misc.luajluehrs22007-09-041-52/+53
* split between internal/public functions in message.luajluehrs22007-09-041-6/+6
* send the user set ip address to the irc server (for whatever that's worth, i ...jluehrs22007-09-041-1/+1
* finish up the handlersjluehrs22007-09-031-5/+5
* internal/public in server replies, etcjluehrs22007-09-031-6/+6
* more todo cleanupsjluehrs22007-09-031-3/+4
* change to internal function names in command handlers in irc.luajluehrs22007-09-031-30/+30
* change to internal function names in private functions in irc.luajluehrs22007-09-031-8/+8
* clean up some docsjluehrs22007-09-031-1/+0
* todo--jluehrs22007-09-031-1/+0
* allow users to manually set the ip address of the connection (so that things ...jluehrs22007-09-021-1/+11
* todo--jluehrs22007-09-021-3/+0
* stop passing file size all over the place... on accept we just keep accepting...jluehrs22007-09-022-16/+8
* don't color debug messages unless we are writing to stdoutjluehrs22007-09-021-2/+1
* on second thought, let's not release something that uglyjluehrs22007-09-021-3/+3