Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-05 | Added event handler to plugin API | Sebastien Helleu | |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu | |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu | |
2006-06-10 | Added plugin API function to get IRC color number by name | Sebastien Helleu | |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu | |
2006-03-24 | Added /setp command (set plugin options) | Sebastien Helleu | |
2006-02-19 | Added timer handler for plugins | Sebastien Helleu | |
2006-01-22 | Fixed bugs: buffer detection in plugins/scripts commands, and /history command | 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-11-29 | Added server/channel arg to /buffer command for jumping to buffer | Sebastien Helleu | |
2005-11-06 | Fixed bugs in "get_info" and "command" interface functions of plugins | Sebastien Helleu | |
2005-11-05 | Fixed server detection when using "command" interface function from scripts | Sebastien Helleu | |
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins ↵ | Sebastien Helleu | |
auto-load | |||
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien 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-23 | Added 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-15 | New plugin interface (loads dynamic C libraries) | Sebastien Helleu | |
2005-08-21 | Added Ruby plugins skeleton | Sebastien Helleu | |
2005-05-05 | Improved Perl interface and some changes in Python: | Sebastien Helleu | |
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts | |||
2005-05-01 | Added Python plugin support | Sebastien Helleu | |
2005-01-01 | Version 0.0.9 | Sebastien Helleu | |
2004-10-03 | Added IRC::command function for Perl scripts | Sebastien Helleu | |
2004-09-13 | New /perl autoload command | Sebastien Helleu | |
2004-01-24 | Secured code to prevent buffer overflows and memory leaks | Sebastien Helleu | |
2003-12-31 | New copyright | Sebastien Helleu | |
2003-11-30 | - added IRC::get_info function for Perl scripts | Sebastien Helleu | |
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter) | |||
2003-11-23 | - Perl unloading is now ok (unload all scripts), | Sebastien Helleu | |
- /perl prints all Perl scripts, - error if registering 2 Perl scripts with same (internal) name. | |||
2003-11-22 | Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" function | Sebastien Helleu | |
2003-11-22 | Added Perl command handlers | Sebastien Helleu | |
2003-11-17 | Added Perl message handlers | Sebastien Helleu | |
2003-11-16 | Added Perl handlers | Sebastien Helleu | |
2003-11-16 | Perl plugin support | Sebastien Helleu | |