Age | Commit message (Expand) | Author |
2006-07-27 | Fixed completion for command handlers (now empty completion_template means ni... | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-06-22 | Added new functions in plugin/script API: get window info, get buffer info, g... | Sebastien Helleu |
2006-06-14 | Renamed plugins names (removed "lib" prefix in name) | Sebastien Helleu |
2006-06-10 | Added plugin API function to get IRC color number by name | Sebastien Helleu |
2006-06-01 | Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ... | Sebastien Helleu |
2006-05-31 | Fixed plugins symbol problem (removed global flag when loading library) | Sebastien Helleu |
2006-04-01 | Fixed plugin command handler call when no argument is given | Sebastien Helleu |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu |
2006-03-21 | Aliases are executed before WeeChat/IRC commands, /builtin command added | 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-18 | Fixed message displayed when a command handler failed (now "failed" instead of | 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-01-31 | extending plugins/scripts API by adding get_server_info, get_channel_info and... | Emmanuel Bouthenot |
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-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 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-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-17 | Auto-load plugins in user's plugins path (before WeeChat system lib dir) | Sebastien Helleu |
2005-10-16 | Added "weechatdir" info for compatibility with old scripts (now DEPRECATED, use | Sebastien Helleu |
2005-10-15 | New plugin interface (loads dynamic C libraries) | Sebastien Helleu |
2005-09-03 | Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk... | Sebastien Helleu |
2005-08-21 | Added Ruby plugins skeleton | Sebastien Helleu |
2005-06-16 | Fixed plugins "print" and "prnt" functions: now ok for writing on server buffers | Sebastien Helleu |
2005-05-08 | Plugin message handler is now called for own messages (as "privmsg" IRC comma... | Sebastien Helleu |
2005-05-07 | Fixed buffer detection for Perl/Python "print" and "command" functions | Sebastien Helleu |
2005-05-05 | Allow only server (with blank channel) for buffer search (for print & command... | Sebastien Helleu |
2005-05-05 | Improved Perl interface and some changes in Python: | Sebastien Helleu |
2005-05-01 | Added Python plugin support | Sebastien Helleu |
2005-01-31 | Fixed many memory leaks | Sebastien Helleu |
2005-01-26 | Away nicks are now displayed with another color | Sebastien Helleu |
2005-01-16 | Improved completion (now completes commands args), fixed color bug (gray remo... | Sebastien Helleu |
2005-01-01 | Version 0.0.9 | Sebastien Helleu |
2004-10-03 | Added IRC::command function for Perl scripts | Sebastien Helleu |
2004-01-24 | Secured code to prevent buffer overflows and memory leaks | Sebastien Helleu |