aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
| | | | like dcc can use the public ip, rather than the local network ip)
* todo--jluehrs22007-09-021-3/+0
|
* 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
|
* on second thought, let's not release something that uglyjluehrs22007-09-021-3/+3
|
* reorganize the todo file based on priority of the itemsjluehrs22007-09-021-17/+22
|
* todo++jluehrs22007-09-021-0/+1
|
* update TODOjluehrs22007-09-021-8/+25
|
* todo--jluehrs22007-09-021-1/+0
|
* 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
|
* 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
|