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
/
test
Age
Commit message (
Expand
)
Author
2021-11-21
Port to Lua 5.3
HEAD
master
Elias Fleckenstein
2007-12-24
add signal handling to the luabot test
jluehrs2
2007-09-11
Move channel and network definitions to the top so people can see them
Shawn M Moore
2007-09-11
don't fail on non-string/number return values
jluehrs2
2007-09-05
fix !help in the evalbot
jluehrs2
2007-09-05
support eval in private message as well as in a channel
jluehrs2
2007-09-05
make the evalbot use per-user environments for evaling things, not one global...
jluehrs2
2007-09-04
don't need to distribute the password to that account, really
jluehrs2
2007-09-04
add a lua evalbot to the tests
jluehrs2
2007-09-04
add some more useful output in the test script
jluehrs2
2007-09-04
callback shouldn't be just "dcc" since it only happens on DCC SEND
jluehrs2
2007-09-04
don't need these comments anymore, since we have actual documentation now
jluehrs2
2007-09-04
convert test.lua to use registered callbacks
jluehrs2
2007-09-04
use my local get_ip program to provide an appropriate ip address for dcc tran...
jluehrs2
2007-08-26
add all of the current files
jluehrs2