Age | Commit message (Expand) | Author |
2007-11-25 | Added buffer argument in command hooks, code cleanup in IRC plugin | Sebastien Helleu |
2007-11-11 | Event hook added | Sebastien Helleu |
2007-11-07 | Added print hooks (to catch any printf on buffers) | Sebastien Helleu |
2007-11-05 | Added date option for printf functions (weechat core and plugins API) | Sebastien Helleu |
2007-11-05 | Added keep_eol flag to string_explode(), updated hook command callback arguments | Sebastien Helleu |
2007-11-04 | Update of plugin API list functions | Sebastien Helleu |
2007-11-03 | Added some list functions in plugin API | Sebastien Helleu |
2007-10-31 | Improved plugin API, most functions rewritten from scratch | Sebastien Helleu |
2007-08-08 | Added "copy" and "rename" options to /server command | Sebastien Helleu |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu |
2007-05-11 | Removed "prefix" data for server info in plugin API (oups, why did I add that ?) | Sebastien Helleu |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-03-06 | Added new return code in plugin API to force highlight (for message handlers ... | Sebastien Helleu |
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-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-10-14 | Added date in plugin function get_buffer_data() | Sebastien Helleu |
2006-08-19 | Fixed typos | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-06-22 | Added new functions in plugin/script API: get window info, get buffer info, g... | Sebastien Helleu |
2006-06-10 | Added plugin API function to get IRC color number by name | Sebastien Helleu |
2006-06-10 | Added IRC colors list in plugin header, fixed get_info for channel info (now ... | Sebastien Helleu |
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-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-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-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-16 | Added completion system for plugins/scripts commands, fixed plugins autoload | Sebastien Helleu |
2005-11-06 | Fixed bugs in "get_info" and "command" interface functions of plugins | Sebastien Helleu |
2005-10-30 | add constants for python return codes | Emmanuel Bouthenot |
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-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu |
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-17 | Moved some functions in source code | Sebastien Helleu |
2005-10-17 | Changes in plugins and scripts plugins: | Sebastien Helleu |
2005-10-15 | New plugin interface (loads dynamic C libraries) | Sebastien Helleu |