summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2006-03-26Improved script plugin loaderSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-14Fixed plugin get_info bug when no server at all is openedSebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-02-28Script plugins now load scripts in WeeChat system share directorySebastien Helleu
2006-02-21fix minor bug and improve backtrace display on errorsEmmanuel Bouthenot
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-18Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu
"command not found")
2006-02-18Fixed Ruby function "log" (argument count)Sebastien Helleu
2006-02-17Commands allowed when not connected to any server, fixed get_config: now ↵Sebastien Helleu
needs exact option name to return value
2006-02-16fix typo in parsing args for weechat_python_add_command_handlerEmmanuel Bouthenot
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-12fix some crash (unprotected code execution) and display some kind of ↵Emmanuel Bouthenot
backtrace when errors occurs
2006-02-12clean some codeEmmanuel Bouthenot
2006-02-11Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)Sebastien Helleu
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/scripts supportEmmanuel Bouthenot
2006-02-08adding lua plugin/scriptEmmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-01-31extending plugins/scripts API by adding get_server_info, get_channel_info ↵Emmanuel Bouthenot
and get_nick_info
2006-01-26Fixed bug with "get_dcc_info" plugin interface functionSebastien Helleu
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-14Reverse order for unloading plugins (fixes crash on FreeBSD)Sebastien Helleu
2006-01-08Fixed infobar_printf interface function, security problem with string formatSebastien Helleu
2006-01-07Fixed infobar_printf interface function, security problem with string formatSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-18Added include of <sys/types.h> for time_tSebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
exists, otherwise on server buffer
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11fix: shutdown function was not lauchedEmmanuel Bouthenot
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-10rewrite ruby funcallsEmmanuel Bouthenot
2005-12-06fix various minor bugs in plugins scriptsEmmanuel Bouthenot
2005-12-02make ruby plugin functionnalEmmanuel Bouthenot
2005-12-02fix some typos and improve get_dcc_infoEmmanuel Bouthenot
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-28fix typo with perl_current_script_filenameEmmanuel Bouthenot
2005-11-28remove unused perl_current_script_filename variableEmmanuel Bouthenot
2005-11-22display python trackback on errorsEmmanuel Bouthenot
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ↵Sebastien Helleu
in config files
2005-11-16fix a bug in plugin scripts : current_script was not set when exec a commandEmmanuel Bouthenot
2005-11-13Fixed bug with "command" interface function: now ok when not connected to serverSebastien Helleu
2005-11-08Fixed bugs with get_plugin_config and set_plugin_config functions (python only)Sebastien Helleu