summaryrefslogtreecommitdiff
path: root/src/plugins/plugins-interface.c
AgeCommit message (Expand)Author
2006-06-10Added plugin API function to get IRC color number by nameSebastien Helleu
2006-06-10Added IRC colors list in plugin header, fixed get_info for channel info (now ...Sebastien Helleu
2006-06-04fix a crash in plugin function get_config with config string values stored as...Emmanuel Bouthenot
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-14Fixed plugin get_info bug when no server at all is openedSebastien Helleu
2006-03-04Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-17Commands allowed when not connected to any server, fixed get_config: now need...Sebastien Helleu
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-01-31extending plugins/scripts API by adding get_server_info, get_channel_info and...Emmanuel Bouthenot
2006-01-26Fixed bug with "get_dcc_info" plugin interface functionSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-07Fixed infobar_printf interface function, security problem with string formatSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-13Fixed bug with "command" interface function: now ok when not connected to serverSebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-05Fixed server detection when using "command" interface function from scriptsSebastien Helleu
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
2005-10-23Added new plugins functions: set_config, get_plugin_config, set_plugin_config.Sebastien Helleu