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
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-06
stop forgetting files
0.03
jluehrs2
2007-09-05
be more explicit about what gets in a dist tarball (this still isn't perfect ...
jluehrs2
2007-09-05
add the evalbot to the list of test files
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-05
split some variables out into Make.config
jluehrs2
2007-09-04
let's distribute the license too
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 a license
jluehrs2
2007-09-04
add a README
jluehrs2
2007-09-04
getting ready for the next release
jluehrs2
2007-09-04
version++
jluehrs2
2007-09-04
todo--
jluehrs2
2007-09-04
add a documentation file for the callback functions
jluehrs2
2007-09-04
convert parse_user to an internal function, since apparently that's how i've ...
jluehrs2
2007-09-04
add some more useful output in the test script
jluehrs2
2007-09-04
code clarity
jluehrs2
2007-09-04
get a usable ip address as soon as possible
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
wow, missed this one for a long time
jluehrs2
2007-09-04
todo--
jluehrs2
2007-09-04
don't die on a bad filename to dcc.send()
jluehrs2
2007-09-04
add debug output to dcc transfers
jluehrs2
2007-09-04
lets make this a little more clear and not do weird name hiding
jluehrs2
2007-09-04
sock:bind() failure invalidates the socket's file descriptor
jluehrs2
2007-09-04
callbacks need to be able to return values (for, e.g. dcc accept callback)
jluehrs2
2007-09-04
doc clarification
jluehrs2
2007-09-04
handle timeout errors in DCC SEND packets
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-09-04
make irc.lua use registration for all of the user callbacks
jluehrs2
2007-09-04
forgot i sent ctcp stuff in dcc.lua
jluehrs2
2007-09-04
todo--
jluehrs2
2007-09-04
follow the rfc more closely for ERRMSG responses
jluehrs2
2007-09-04
stop using tables to mean ctcp quoting - do this explicitly
jluehrs2
2007-09-04
make low_quote and ctcp_quote take multiple arguments, so they look cleaner
jluehrs2
2007-09-04
start changing things over from testing for type (string/table) to find ctcp ...
jluehrs2
2007-09-04
there shouldn't ever be a reason to not want to strip ctcp quoting off when s...
jluehrs2
2007-09-04
add a dist target to the makefile - this depends on _VERSION being defined in...
jluehrs2
2007-09-04
make sure to update the timestamp on the doc directory when we build it
jluehrs2
2007-09-04
let's make this only luadoc stuff, all autogenerated
jluehrs2
2007-09-04
consistent version numbering is good!
jluehrs2
2007-09-04
todo changes
jluehrs2
[next]