summaryrefslogtreecommitdiff
path: root/doc/en/autogen/plugin_api
AgeCommit message (Collapse)Author
2020-05-03doc: merge 53 autogen files into 11 files, move them to includes directorySébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free ↵Sébastien Helleu
(issue #1484)
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-03-09irc: add support of fake servers (no I/O, for testing purposes)Sébastien Helleu
2020-02-15doc: update auto-generated filesSébastien Helleu
2019-12-13api: add info "weechat_headless"Matthew Horan
2019-11-03irc: add filters on raw buffer (closes #1000)Sébastien Helleu
2019-10-06core: add optional default path (evaluated) in completion "filename" (issue #60)Sébastien Helleu
2019-09-27irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-08-04doc: update auto-generated files with hdataSébastien Helleu
2019-07-11core: update translations (issue #1375)Sébastien Helleu
2019-07-01doc: update auto-generated files with hdataSébastien Helleu
2019-06-16doc: update auto-generated files with URL optionsSébastien Helleu
2019-05-12irc: rename server variable "nick_host" to "host"Sébastien Helleu
2019-05-10irc: add variable "nick_host" in server structureSébastien Helleu
2019-02-28script: use SHA-512 instead of MD5 for script checksumSébastien Helleu
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict
2018-11-04core: update translationsSébastien Helleu
2018-08-15doc: update auto-generated files with hdataSébastien Helleu
2018-06-14relay: add filtering on protocol in info "relay_client_count" (issue #1206)Sébastien Helleu
2018-05-21doc: add note about "list" options for curl in function ↵Sébastien Helleu
hook_process_hashtable (plugin API reference)
2018-05-21doc: update auto-generated files with URL optionsSébastien Helleu
2018-05-20doc: update auto-generated files with hdataSébastien Helleu
2018-03-25core: update translationsSébastien Helleu
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu
2018-01-13irc: add server option "split_msg_max_length"Sébastien Helleu
2018-01-06core: update translations (issue #128)Sébastien Helleu
2017-12-23scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins ↵Sébastien Helleu
(issue #1075)
2017-12-23api: add hashtable with variables in plugin structureSébastien Helleu
2017-12-09core: add option weechat.completion.partial_completion_templatesSébastien Helleu
This option is used to force partial completion on specific templates (for now only "config_options").
2017-09-03doc: add PHP plugin in user's guideSébastien Helleu
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
The default value is 0 (legacy behavior). When it is set to 1, an empty input (just by pressing Return with nothing in input) is sent to the input callback, which receives an empty string.
2017-08-12alias: add infolist "alias_default" (list of default aliases)Sébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
This fixes a refresh problem of options after /upgrade in fset buffer.
2017-06-26doc: update auto-generated files with hdataSébastien Helleu
2017-06-26doc: update auto-generated filesSébastien Helleu
2017-06-08api: allow update of variables "scroll_x" and "scroll_y" in bar_window with ↵Sébastien Helleu
function hdata_update
2017-05-06doc: update auto-generated files with hdataSébastien Helleu
2017-04-06core: add Curl options for versions 7.50.0 to 7.52.0Sébastien Helleu
2017-03-25core: add hotlist pointer in buffer structureSébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2016-12-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
2016-11-29core: add optional command prefix in completion templates "commands", ↵Sébastien Helleu
"plugins_commands" and ""weechat_commands"
2016-11-20api: add info "pid" (WeeChat PID) (issue #850)Sébastien Helleu
2016-08-09core: update translationsSébastien Helleu
2016-08-07doc: update auto-generated files with URL optionsSébastien Helleu
2016-05-18core: update French translationsSébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu