index
:
luairc.git
master
irc framework for lua; fork ported to lua 5.3
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2007-09-02
allow 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-02
stop 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-02
don't color debug messages unless we are writing to stdout
jluehrs2
2007-09-02
a few more todo items
jluehrs2
2007-09-02
document the misc module
jluehrs2
2007-09-02
document message module
jluehrs2
2007-09-02
todo++
jluehrs2
2007-09-02
document debug module
jluehrs2
2007-09-02
todo++
jluehrs2
2007-09-02
a few todos for the dcc implementation
jluehrs2
2007-09-02
document the dcc module
jluehrs2
2007-09-02
document the ctcp module
jluehrs2
2007-09-02
punctuation
jluehrs2
2007-09-02
document constants.lua
jluehrs2
2007-09-02
add TODO
jluehrs2
2007-09-02
document contains()
jluehrs2
2007-09-02
document the channel mode methods
jluehrs2
2007-09-02
start documenting the channel class
jluehrs2
2007-09-02
luadoc does allow @see for modules
jluehrs2
2007-09-02
TODO was in the wrong place
jluehrs2
2007-09-02
document the private module functions
jluehrs2
2007-09-02
document the misc functions
jluehrs2
2007-09-02
document ctcp commands
jluehrs2
2007-09-02
document the information requests
jluehrs2
2007-09-02
document the server commands
jluehrs2
2007-09-02
start documentation using LuaDoc
jluehrs2
2007-09-02
remove some unimplemented stuff
jluehrs2
2007-08-26
add all of the current files
jluehrs2