summaryrefslogtreecommitdiff
path: root/src/irc.lua
AgeCommit message (Expand)Author
2007-09-04wow, missed this one for a long timejluehrs2
2007-09-04callbacks need to be able to return values (for, e.g. dcc accept callback)jluehrs2
2007-09-04make irc.lua use registration for all of the user callbacksjluehrs2
2007-09-04follow the rfc more closely for ERRMSG responsesjluehrs2
2007-09-04stop using tables to mean ctcp quoting - do this explicitlyjluehrs2
2007-09-04start changing things over from testing for type (string/table) to find ctcp ...jluehrs2
2007-09-04there shouldn't ever be a reason to not want to strip ctcp quoting off when s...jluehrs2
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-04send the user set ip address to the irc server (for whatever that's worth, i ...jluehrs2
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-02allow users to manually set the ip address of the connection (so that things ...jluehrs2
2007-09-02stop passing file size all over the place... on accept we just keep accepting...jluehrs2
2007-09-02todo++jluehrs2
2007-09-02luadoc does allow @see for modulesjluehrs2
2007-09-02TODO was in the wrong placejluehrs2
2007-09-02document the private module functionsjluehrs2
2007-09-02document the misc functionsjluehrs2
2007-09-02document ctcp commandsjluehrs2
2007-09-02document the information requestsjluehrs2
2007-09-02document the server commandsjluehrs2
2007-09-02start documentation using LuaDocjluehrs2
2007-09-02remove some unimplemented stuffjluehrs2
2007-08-26add all of the current filesjluehrs2