aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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-021-1/+1
| | | | 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).
* todo++jluehrs22007-09-021-0/+2
|
* 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
|
* remove some unimplemented stuffjluehrs22007-09-021-14/+8
|
* add all of the current filesjluehrs22007-08-261-0/+842