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 (
Expand
)
Author
2021-11-21
Port to Lua 5.3
HEAD
master
Elias Fleckenstein
2007-09-04
version++
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
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
wow, missed this one for a long time
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
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
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
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
doc consistency
jluehrs2
2007-09-04
split between internal/public functions in channel.lua
jluehrs2
2007-09-04
split between internal/public functions in dcc.lua
jluehrs2
2007-09-04
split between internal/public functions in ctcp.lua
jluehrs2
2007-09-04
split between internal/public functions in debug.lua
jluehrs2
2007-09-04
typo fix
jluehrs2
2007-09-04
split between internal/public functions in misc.lua
jluehrs2
2007-09-04
split between internal/public functions in message.lua
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-03
clean up some docs
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
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
[next]