summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/lua
AgeCommit message (Expand)Author
2006-06-10add get_irc_color function in plugins/scriptsEmmanuel Bouthenot
2006-05-29Fixed crash with "register" function in plugin scripts (bug #16701)Sebastien Helleu
2006-05-17fix bug in end function calls for plugins/scriptsEmmanuel Bouthenot
2006-04-08Fix possible minor bug in getting hostnames in plugins/scriptsEmmanuel Bouthenot
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-02-28Script plugins now load scripts in WeeChat system share directorySebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Fixed bug in /lua command for timer handlersSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-10clean code to avoid warning and errors when compiling with gcc-2.95Emmanuel Bouthenot
2006-02-09fix weechat_lua_remove_handler : now really use function argsEmmanuel Bouthenot
2006-02-09fix weechat_lua_add_message_handler : now really use function argsEmmanuel Bouthenot
2006-02-08adding lua plugin/scriptEmmanuel Bouthenot