summaryrefslogtreecommitdiff
path: root/src/plugins/plugin-api-info.c
AgeCommit message (Expand)Author
2023-12-02api: add info "mouse"Sébastien Helleu
2023-12-02api: return NULL instead of empty infolist "key" when context is not foundSébastien Helleu
2023-12-02core: check that directory is not NULL in function plugin_api_info_absolute_pathSébastien Helleu
2023-12-02core: rename variable "version" to "compilation_date"Sébastien Helleu
2023-11-01core, plugins: set error to NULL before calling strtol()Sébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-06-26api: add info "buffer" (closes #1962)Sébastien Helleu
2023-05-30core: send all command line parameters not beginning with a dash to all plugi...Sébastien Helleu
2023-05-16core: move creation of info_hashtable "secured_data" in plugin-api-info.cSébastien Helleu
2023-04-15api: add optional argument with version in info "version_number"Sébastien Helleu
2023-01-28core: make buffer name case sensitive in read of infolist "buffer" (issue #1872)Sébastien Helleu
2023-01-28core: make proxy name case sensitive in read of infolist "proxy" (issue #1872)Sébastien Helleu
2023-01-28core: make filter names case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: make plugin names case sensitive (issue #1872)Sébastien Helleu
2023-01-28core: make bar and bar items case sensitive (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-07-10api: add info "uptime_current"Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-03-14api: add info "weechat_daemon"Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-11-22core: increase buffer size in function plugin_api_info_uptime_cbSébastien Helleu
2020-10-04api: add optional list of colors in infos "nick_color" and "nick_color_name" ...Sébastien Helleu
2020-05-16core: update translations (closes #1245, closes #1257)Sébastien Helleu
2020-05-16core: rename info_hashtable "gui_focus_info" to "focus_info" (issue #1257)Sébastien Helleu
2020-05-16core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...Sébastien Helleu
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-03-01core: move crypto functions to wee-crypto.c, rename API function string_hash ...Sébastien Helleu
2020-02-02core: rename function util_get_uptime to util_get_time_diffSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-12-13api: add info "weechat_headless"Matthew Horan
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04core: improve description of infos "totp_generate" and ""totp_validate"Sébastien Helleu
2018-11-03core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu