Age | Commit message (Expand) | Author |
2006-02-09 | fix weechat_lua_add_message_handler : now really use function args | Emmanuel Bouthenot |
2006-02-08 | adding lua plugin/scripts support | Emmanuel Bouthenot |
2006-02-08 | adding lua plugin/script | Emmanuel Bouthenot |
2006-02-04 | Minor changes on server/channel/nick info API functions | Sebastien Helleu |
2006-01-31 | extending plugins/scripts API by adding get_server_info, get_channel_info and... | Emmanuel Bouthenot |
2006-01-26 | Fixed bug with "get_dcc_info" plugin interface function | Sebastien Helleu |
2006-01-25 | Added new command line argument for setting WeeChat homedir (-d or --dir) (pa... | Sebastien Helleu |
2006-01-22 | Fixed bugs: buffer detection in plugins/scripts commands, and /history command | Sebastien Helleu |
2006-01-14 | Reverse order for unloading plugins (fixes crash on FreeBSD) | Sebastien Helleu |
2006-01-08 | Fixed infobar_printf interface function, security problem with string format | Sebastien Helleu |
2006-01-07 | Fixed infobar_printf interface function, security problem with string format | Sebastien Helleu |
2006-01-04 | New year in copyright, FSF address changed | Sebastien Helleu |
2005-12-18 | Added include of <sys/types.h> for time_t | Sebastien Helleu |
2005-12-17 | Fixed FIFO pipe buffer detection, away message (301) now displayed in query if | Sebastien Helleu |
2005-12-16 | Added completion system for plugins/scripts commands, fixed plugins autoload | Sebastien Helleu |
2005-12-11 | fix: shutdown function was not lauched | Emmanuel Bouthenot |
2005-12-11 | Added charset by server and channel, new command: /charset | Sebastien Helleu |
2005-12-10 | rewrite ruby funcalls | Emmanuel Bouthenot |
2005-12-06 | fix various minor bugs in plugins scripts | Emmanuel Bouthenot |
2005-12-02 | make ruby plugin functionnal | Emmanuel Bouthenot |
2005-12-02 | fix some typos and improve get_dcc_info | Emmanuel Bouthenot |
2005-11-29 | Added server/channel arg to /buffer command for jumping to buffer | Sebastien Helleu |
2005-11-28 | fix typo with perl_current_script_filename | Emmanuel Bouthenot |
2005-11-28 | remove unused perl_current_script_filename variable | Emmanuel Bouthenot |
2005-11-22 | display python trackback on errors | Emmanuel Bouthenot |
2005-11-19 | Added read marker (indicator for first unread line), added quotes and spaces ... | Sebastien Helleu |
2005-11-16 | fix a bug in plugin scripts : current_script was not set when exec a command | Emmanuel Bouthenot |
2005-11-13 | Fixed bug with "command" interface function: now ok when not connected to server | Sebastien Helleu |
2005-11-08 | Fixed bugs with get_plugin_config and set_plugin_config functions (python only) | Sebastien Helleu |
2005-11-06 | Check only min number of args in perl plugin for all functions, except register | Sebastien Helleu |
2005-11-06 | Fixed bugs in "get_info" and "command" interface functions of plugins | Sebastien Helleu |
2005-11-06 | auto detect perl multiplicity at compile time | Emmanuel Bouthenot |
2005-11-05 | fix typo | Emmanuel Bouthenot |
2005-11-05 | make possible to use perl plugin with a not threaded Perl | Emmanuel Bouthenot |
2005-11-05 | Fixed server detection when using "command" interface function from scripts | Sebastien Helleu |
2005-11-04 | remove unused comment | Emmanuel Bouthenot |
2005-11-04 | fix a dead lock | Emmanuel Bouthenot |
2005-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu |
2005-11-04 | improve contexts switch in python plugin | Emmanuel Bouthenot |
2005-10-30 | Added constants for Perl return codes | Sebastien Helleu |
2005-10-30 | add constants for python return codes | Emmanuel Bouthenot |
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins a... | Sebastien Helleu |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | Sebastien Helleu |
2005-10-28 | Added new return codes for plugin handlers, to discard messages for WeeChat, ... | Sebastien Helleu |
2005-10-26 | Fixed Perl bugs with returned values | Sebastien Helleu |
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu |
2005-10-24 | add the possibility to (un)load each script one by one | Emmanuel Bouthenot |
2005-10-23 | Added new plugins functions: set_config, get_plugin_config, set_plugin_config. | Sebastien Helleu |
2005-10-23 | Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!) | Sebastien Helleu |
2005-10-20 | fixes some typos, and a bug which occured when parsing a script fails | Emmanuel Bouthenot |