Age | Commit message (Expand) | Author |
2007-02-05 | Added event handler to plugin API | Sebastien Helleu |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
2006-10-28 | improve plugins/scripts completion template to use filename completion | Emmanuel Bouthenot |
2006-10-26 | add modifiers in scripts/plugins API, cleaning code in script/plugins, improv... | Emmanuel Bouthenot |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-10-20 | Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9... | Sebastien Helleu |
2006-10-16 | adding date field 'date' in get_buffer_data() function of plugins/scripts API | Emmanuel Bouthenot |
2006-10-10 | adding some missing headers in plugins | Emmanuel Bouthenot |
2006-08-26 | fix bugs in get_buffer_data() which breaks the retrieval of buffer content (p... | Emmanuel Bouthenot |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-05 | adding functions : get_buffer_info, get_window_info, get_buffer_data and prin... | Emmanuel Bouthenot |
2006-07-04 | Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua) | Sebastien Helleu |
2006-06-30 | Fixed bug with spaces in script names (bug #16957) | Sebastien Helleu |
2006-06-13 | improve global vars uses in plugins | Emmanuel Bouthenot |
2006-06-10 | add get_irc_color function in plugins/scripts | Emmanuel Bouthenot |
2006-05-29 | Fixed /perl command output when no keyboard handler is defined | Sebastien Helleu |
2006-05-29 | Fixed crash with "register" function in plugin scripts (bug #16701) | Sebastien Helleu |
2006-05-17 | fix bug in end function calls for plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Fix possible minor bug in getting hostnames in plugins/scripts | Emmanuel Bouthenot |
2006-04-08 | Added hostnames associeted to nicks in plugins/scripts | Emmanuel Bouthenot |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu |
2006-02-28 | Script plugins now load scripts in WeeChat system share directory | Sebastien Helleu |
2006-02-20 | Added new plugin API function: remove_infobar | Sebastien Helleu |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu |
2006-02-16 | Updated doc, renamed functions in plugins API | Sebastien Helleu |
2006-02-16 | make possible to log with plugins / scripts | Emmanuel Bouthenot |
2006-02-12 | clean some code | 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-08 | 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-16 | Added completion system for plugins/scripts commands, fixed plugins autoload | Sebastien Helleu |
2005-12-06 | fix various minor bugs in plugins scripts | Emmanuel Bouthenot |
2005-12-02 | fix some typos and improve get_dcc_info | Emmanuel Bouthenot |
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-16 | fix a bug in plugin scripts : current_script was not set when exec a command | Emmanuel Bouthenot |
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-10-30 | Added constants for Perl return codes | 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-17 | Changes in plugins and scripts plugins: | Sebastien Helleu |
2005-10-16 | Fixed but when no parameter given for /perl and /python options | Sebastien Helleu |