aboutsummaryrefslogtreecommitdiffstats
path: root/src/irc.lua
Commit message (Collapse)AuthorAgeFilesLines
* version++jluehrs22007-09-041-2/+2
|
* convert parse_user to an internal function, since apparently that's how i've ↵jluehrs22007-09-041-2/+2
| | | | been using it
* get a usable ip address as soon as possiblejluehrs22007-09-041-0/+1
|
* callback shouldn't be just "dcc" since it only happens on DCC SENDjluehrs22007-09-041-1/+1
|
* wow, missed this one for a long timejluehrs22007-09-041-1/+1
|
* callbacks need to be able to return values (for, e.g. dcc accept callback)jluehrs22007-09-041-1/+1
|
* make irc.lua use registration for all of the user callbacksjluehrs22007-09-041-23/+45
|
* follow the rfc more closely for ERRMSG responsesjluehrs22007-09-041-2/+2
|
* stop using tables to mean ctcp quoting - do this explicitlyjluehrs22007-09-041-22/+16
|
* start changing things over from testing for type (string/table) to find ctcp ↵jluehrs22007-09-041-24/+27
| | | | 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-2/+2
| | | | splitting, so remove that option
* consistent version numbering is good!jluehrs22007-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
|
* 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
|
* 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
| | | | 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