summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
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
2005-11-06Check only min number of args in perl plugin for all functions, except registerSebastien Helleu
(if too much args given, they're silently ignored)
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-06auto detect perl multiplicity at compile timeEmmanuel Bouthenot
2005-11-05fix typoEmmanuel Bouthenot
2005-11-05make possible to use perl plugin with a not threaded PerlEmmanuel Bouthenot
2005-11-05Fixed server detection when using "command" interface function from scriptsSebastien Helleu
2005-11-04remove unused commentEmmanuel Bouthenot
2005-11-04fix a dead lockEmmanuel Bouthenot
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382
2005-11-04improve contexts switch in python pluginEmmanuel Bouthenot
2005-10-30Added constants for Perl return codesSebastien Helleu
2005-10-30add constants for python return codesEmmanuel Bouthenot
2005-10-30Added command line arguments to disable auto-connect to servers and plugins ↵Sebastien Helleu
auto-load
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-28Added new return codes for plugin handlers, to discard messages for WeeChat, ↵Sebastien Helleu
plugins, or both.
2005-10-26Fixed Perl bugs with returned valuesSebastien Helleu
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler
2005-10-24add the possibility to (un)load each script one by oneEmmanuel Bouthenot
2005-10-23Added new plugins functions: set_config, get_plugin_config, set_plugin_config.Sebastien Helleu
New file is used to store plugin variables (~/.weechat/plugins.rc)
2005-10-23Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)Sebastien Helleu
2005-10-20fixes some typos, and a bug which occured when parsing a script failsEmmanuel Bouthenot