summaryrefslogtreecommitdiff
path: root/src/plugins/plugin-api.c
AgeCommit message (Expand)Author
2009-02-01Add function config_unset_plugin in API, fix return code of config_set_pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-11-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-01Add infolist "plugin", with list of pluginsSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-09-03Add infolist for list of filters ("filter")Sebastien Helleu
2008-09-02Add description for info and infolist hooksSebastien Helleu
2008-09-02Add hotlist infolistSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-04-30IRC colors reintroducedSebastien Helleu
2008-04-29Added "current" option for infolist "window", to retrieve infolist for curren...Sebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-18Replaced /builtin command by /command, and can now be used to launch commands...Sebastien Helleu
2008-04-17Added infolist "window", scroll in buffers with free content, fixed config ho...Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-12Added value and default value for options in infolistSebastien Helleu
2008-04-11Added plugin name in beginning of log filenamesSebastien Helleu
2008-04-11Fixed bugs with weechat_config_get() in plugin APISebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03Fixed compilation problems when gnutls dev lib is not foundSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-01-30Nick completion enabled again, plugins can now override default nick completi...Sebastien Helleu
2008-01-12Migration of Python plugin to new API, bugs fixed in Perl/Python pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ...Sebastien Helleu
2007-12-13Function "hook_signal_send" added to plugin APISebastien Helleu
2007-12-13Renamed hook "event" to "signal"Sebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Added UTF-8 functions to plugins APISebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-07Added completion hook, to let plugins add custom completions for commandsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu