aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc
Commit message (Collapse)AuthorAgeFilesLines
* convert parse_user to an internal function, since apparently that's how i've ↵jluehrs22007-09-041-5/+3
| | | | been using it
* code clarityjluehrs22007-09-041-2/+3
|
* get a usable ip address as soon as possiblejluehrs22007-09-041-3/+2
|
* 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
|
* doc clarificationjluehrs22007-09-041-1/+1
|
* handle timeout errors in DCC SEND packetsjluehrs22007-09-041-4/+17
|
* forgot i sent ctcp stuff in dcc.luajluehrs22007-09-041-2/+3
|
* 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-041-5/+9
| | | | 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-041-8/+4
| | | | splitting, so remove that option
* 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
|
* clean up some docsjluehrs22007-09-031-1/+0
|
* stop passing file size all over the place... on accept we just keep ↵jluehrs22007-09-021-15/+7
| | | | 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
|
* 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
|
* punctuationjluehrs22007-09-021-1/+1
|
* document constants.luajluehrs22007-09-021-0/+2
|
* add TODOjluehrs22007-09-021-0/+4
|
* document contains()jluehrs22007-09-021-12/+17
|
* document the channel mode methodsjluehrs22007-09-021-14/+73
|
* start documenting the channel classjluehrs22007-09-021-9/+66
|
* add all of the current filesjluehrs22007-08-267-0/+1076