summaryrefslogtreecommitdiff
path: root/src/plugins/plugin.c
AgeCommit message (Expand)Author
2018-08-12api: add function hook_lineSébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-12-23api: add hashtable with variables in plugin structureSébastien Helleu
2017-12-23core: add missing variables "author" and "license" in dump of pluginSébastien Helleu
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-07-05core: add constant WEECHAT_EXTRA_LIBDIRSébastien Helleu
2017-07-05core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)Linus Heckemann
2017-07-04core: add arguments in function plugin_auto_load to load plugins only from cu...Sébastien Helleu
2017-07-04api: add argument "recurse_subdirs" in function exec_on_files()Sébastien Helleu
2017-06-17core: add hashtable_add_from_infolist to APISimmo Saan
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-05-30api: add function hdata_compareSébastien Helleu
2017-05-30api: add function config_option_get_string in plugin APISébastien Helleu
2017-03-25api: add arraylist functionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-24api: rename function unhook_all_plugin to unhook_allSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-13api: add function string_convert_escaped_charsSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09api: add function string_split_shellSebastien Helleu
2014-02-09api: add function hashtable_dupSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-01-22api: add function "infolist_search_var"Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title (eval...Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-09-04core: add signals for plugins loaded/unloadedSebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-04api: add new function util_version_numberSebastien Helleu
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-09core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by...Peter Boström
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu