aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* version++jluehrs22007-09-041-2/+2
|
* add a documentation file for the callback functionsjluehrs22007-09-041-0/+168
|
* convert parse_user to an internal function, since apparently that's how i've ↵jluehrs22007-09-042-7/+5
| | | | been using it
* 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-041-1/+1
|
* wow, missed this one for a long timejluehrs22007-09-041-1/+1
|
* 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
|
* 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
|
* 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
* consistent version numbering is good!jluehrs22007-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
| | | | don't think it's used)
* finish up the handlersjluehrs22007-09-031-5/+5
|
* internal/public in server replies, etcjluehrs22007-09-031-6/+6
|
* 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
|
* allow users to manually set the ip address of the connection (so that things ↵jluehrs22007-09-021-1/+11
| | | | like dcc can use the public ip, rather than the local network ip)
* stop passing file size all over the place... on accept we just keep ↵jluehrs22007-09-022-16/+8
| | | | accepting until they stop sending us data, and when we are sending stuff we just send until eof, so it shouldn't be necessary. (need to test the eof stuff to make sure that's actually accurate).
* don't color debug messages unless we are writing to stdoutjluehrs22007-09-021-2/+1
|
* a few more todo itemsjluehrs22007-09-021-0/+3
|
* document the misc modulejluehrs22007-09-021-34/+108
|
* document message modulejluehrs22007-09-021-1/+20
|
* todo++jluehrs22007-09-021-0/+1
|
* document debug modulejluehrs22007-09-021-0/+26
|
* todo++jluehrs22007-09-021-0/+2
|
* a few todos for the dcc implementationjluehrs22007-09-021-0/+4
|
* document the dcc modulejluehrs22007-09-021-0/+41
|
* document the ctcp modulejluehrs22007-09-021-11/+31
|