Age | Commit message (Expand) | Author |
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-06-04 | fix a crash in plugin function get_config with config string values stored as... | Emmanuel Bouthenot |
2006-05-20 | Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for... | Sebastien Helleu |
2006-04-22 | Splited GUI sources | 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-03-21 | Aliases are executed before WeeChat/IRC commands, /builtin command added | Sebastien Helleu |
2006-03-14 | Fixed plugin get_info bug when no server at all is opened | Sebastien Helleu |
2006-03-04 | Added inactivity time, available for plugins via get_info("inactivity") | 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-17 | Commands allowed when not connected to any server, fixed get_config: now need... | 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-26 | Fixed bug with "get_dcc_info" plugin interface function | Sebastien Helleu |
2006-01-22 | Fixed bugs: buffer detection in plugins/scripts commands, and /history command | 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-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 | Added charset by server and channel, new command: /charset | Sebastien Helleu |
2005-11-29 | Added server/channel arg to /buffer command for jumping to buffer | Sebastien Helleu |
2005-11-13 | Fixed bug with "command" interface function: now ok when not connected to server | 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-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | 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 |