index
:
luairc.git
master
irc framework for lua; fork ported to lua 5.3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irc.lua
Age
Commit message (
Expand
)
Author
2007-09-04
consistent version numbering is good!
jluehrs2
2007-09-04
fix a bunch of issues dealing with nicks that use capital letters
jluehrs2
2007-09-04
and irc.lua is done
jluehrs2
2007-09-04
send the user set ip address to the irc server (for whatever that's worth, i ...
jluehrs2
2007-09-03
finish up the handlers
jluehrs2
2007-09-03
internal/public in server replies, etc
jluehrs2
2007-09-03
change to internal function names in command handlers in irc.lua
jluehrs2
2007-09-03
change to internal function names in private functions in irc.lua
jluehrs2
2007-09-02
allow users to manually set the ip address of the connection (so that things ...
jluehrs2
2007-09-02
stop passing file size all over the place... on accept we just keep accepting...
jluehrs2
2007-09-02
todo++
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