aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add the Makefilejluehrs22007-09-021-0/+27
|
* luadoc does allow @see for modulesjluehrs22007-09-021-1/+1
|
* TODO was in the wrong placejluehrs22007-09-021-1/+1
|
* document the private module functionsjluehrs22007-09-021-2/+12
|
* document the misc functionsjluehrs22007-09-021-7/+22
|
* document ctcp commandsjluehrs22007-09-021-3/+30
|
* document the information requestsjluehrs22007-09-021-0/+39
|
* document the server commandsjluehrs22007-09-021-27/+52
|
* start documentation using LuaDocjluehrs22007-09-021-0/+6
|