aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04add a dist target to the makefile - this depends on _VERSION being defined ↵jluehrs2
in the main lua file
2007-09-04make sure to update the timestamp on the doc directory when we build itjluehrs2
2007-09-04let's make this only luadoc stuff, all autogeneratedjluehrs2
2007-09-04consistent version numbering is good!jluehrs2
2007-09-04todo changesjluehrs2
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-03more todo cleanupsjluehrs2
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-03todo--jluehrs2
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-02todo--jluehrs2
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-02on second thought, let's not release something that uglyjluehrs2
2007-09-02reorganize the todo file based on priority of the itemsjluehrs2
2007-09-02todo++jluehrs2
2007-09-02update TODOjluehrs2
2007-09-02todo--jluehrs2
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
2007-09-02punctuationjluehrs2
2007-09-02document constants.luajluehrs2
2007-09-02add TODOjluehrs2
2007-09-02document contains()jluehrs2
2007-09-02document the channel mode methodsjluehrs2
2007-09-02start documenting the channel classjluehrs2
2007-09-02add the Makefilejluehrs2
2007-09-02luadoc does allow @see for modulesjluehrs2