aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/plugin-api-info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: split WeeChat home in 4 directories, use XDG directories by default (issue #1285)Sébastien Helleu2021-05-111-11/+90
* api: add info "weechat_daemon"Sébastien Helleu2021-03-141-0/+25
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* core: increase buffer size in function plugin_api_info_uptime_cbSébastien Helleu2020-11-221-1/+1
* api: add optional list of colors in infos "nick_color" and "nick_color_name" (closes #1565)Sébastien Helleu2020-10-041-8/+34
* core: update translations (closes #1245, closes #1257)Sébastien Helleu2020-05-161-2/+3
* core: rename info_hashtable "gui_focus_info" to "focus_info" (issue #1257)Sébastien Helleu2020-05-161-2/+2
* core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (issue #1257)Sébastien Helleu2020-05-161-0/+10
* api: add info "auto_connect" (closes #1453)Sébastien Helleu2020-03-201-0/+26
* core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hashSébastien Helleu2020-03-011-3/+3
* core: rename function util_get_uptime to util_get_time_diffSébastien Helleu2020-02-021-3/+7
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* api: add info "weechat_headless"Matthew Horan2019-12-131-0/+24
* api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu2019-08-251-0/+48
* api: add argument "strip_items" in function string_splitSébastien Helleu2019-06-151-2/+2
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-131-93/+101
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-101-2/+10
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* core: improve description of infos "totp_generate" and ""totp_validate"Sébastien Helleu2018-11-041-3/+3
* core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu2018-11-031-0/+1834