aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* send the user set ip address to the irc server (for whatever that's worth, i ...jluehrs22007-09-041-1/+1
* 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
* allow users to manually set the ip address of the connection (so that things ...jluehrs22007-09-021-1/+11
* stop passing file size all over the place... on accept we just keep accepting...jluehrs22007-09-021-1/+1
* 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