aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-09-04version++jluehrs2
2007-09-04add a documentation file for the callback functionsjluehrs2
2007-09-04convert parse_user to an internal function, since apparently that's how i've ↵jluehrs2
been using it
2007-09-04code clarityjluehrs2
2007-09-04get a usable ip address as soon as possiblejluehrs2
2007-09-04callback shouldn't be just "dcc" since it only happens on DCC SENDjluehrs2
2007-09-04wow, missed this one for a long timejluehrs2
2007-09-04don't die on a bad filename to dcc.send()jluehrs2
2007-09-04add debug output to dcc transfersjluehrs2
2007-09-04lets make this a little more clear and not do weird name hidingjluehrs2
2007-09-04sock:bind() failure invalidates the socket's file descriptorjluehrs2
2007-09-04callbacks need to be able to return values (for, e.g. dcc accept callback)jluehrs2
2007-09-04doc clarificationjluehrs2
2007-09-04handle timeout errors in DCC SEND packetsjluehrs2
2007-09-04make irc.lua use registration for all of the user callbacksjluehrs2
2007-09-04forgot i sent ctcp stuff in dcc.luajluehrs2
2007-09-04follow the rfc more closely for ERRMSG responsesjluehrs2
2007-09-04stop using tables to mean ctcp quoting - do this explicitlyjluehrs2
2007-09-04make low_quote and ctcp_quote take multiple arguments, so they look cleanerjluehrs2
2007-09-04start changing things over from testing for type (string/table) to find ctcp ↵jluehrs2
messages to making things more explicit. this fixes _ctcp_split.
2007-09-04there shouldn't ever be a reason to not want to strip ctcp quoting off when ↵jluehrs2
splitting, so remove that option
2007-09-04consistent version numbering is good!jluehrs2
2007-09-04fix a bunch of issues dealing with nicks that use capital lettersjluehrs2
2007-09-04and irc.lua is donejluehrs2
2007-09-04doc consistencyjluehrs2
2007-09-04split between internal/public functions in channel.luajluehrs2
2007-09-04split between internal/public functions in dcc.luajluehrs2
2007-09-04split between internal/public functions in ctcp.luajluehrs2
2007-09-04split between internal/public functions in debug.luajluehrs2
2007-09-04typo fixjluehrs2
2007-09-04split between internal/public functions in misc.luajluehrs2
2007-09-04split between internal/public functions in message.luajluehrs2
2007-09-04send the user set ip address to the irc server (for whatever that's worth, i ↵jluehrs2
don't think it's used)
2007-09-03finish up the handlersjluehrs2
2007-09-03internal/public in server replies, etcjluehrs2
2007-09-03change to internal function names in command handlers in irc.luajluehrs2
2007-09-03change to internal function names in private functions in irc.luajluehrs2
2007-09-03clean up some docsjluehrs2
2007-09-02allow users to manually set the ip address of the connection (so that things ↵jluehrs2
like dcc can use the public ip, rather than the local network ip)
2007-09-02stop passing file size all over the place... on accept we just keep ↵jluehrs2
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).
2007-09-02don't color debug messages unless we are writing to stdoutjluehrs2
2007-09-02a few more todo itemsjluehrs2
2007-09-02document the misc modulejluehrs2
2007-09-02document message modulejluehrs2
2007-09-02todo++jluehrs2
2007-09-02document debug modulejluehrs2
2007-09-02todo++jluehrs2
2007-09-02a few todos for the dcc implementationjluehrs2
2007-09-02document the dcc modulejluehrs2
2007-09-02document the ctcp modulejluehrs2