summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.adoc
AgeCommit message (Expand)Author
2017-08-22doc: add links to other docs in plugin API referenceSébastien Helleu
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
2017-08-20doc: fix name of dynamic string functions (plugin API reference)Sébastien Helleu
2017-08-18core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"Sébastien Helleu
2017-08-13api: change type of arguments status/gnutls_rc/sock in hook_connect() callbac...Sébastien Helleu
2017-08-13api: send file descriptor as integer instead of string to the callback of hoo...Sébastien Helleu
2017-08-13doc: add a column "default" in the table with hook_process_hashtable options ...Sébastien Helleu
2017-07-22doc: replace deprecated info "irc_nick_color_name" by "nick_color_name" in ex...Sébastien Helleu
2017-07-04api: add argument "recurse_subdirs" in function exec_on_files()Sébastien Helleu
2017-06-25doc: add "config_name" and "section_name" in function config_option_get_strin...Sé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-05-26doc: add missing special values in function config_option_set for booleans/in...Sébastien Helleu
2017-05-10doc: move note in function hook_command_run (plugin API reference)Sébastien Helleu
2017-04-29doc: add numeric comparison example in function string_eval_expression (plugi...Sébastien Helleu
2017-04-29doc: add list of logical and comparison operators in function string_eval_exp...Sébastien Helleu
2017-04-24core: add a way to count the suffix length in max chars displayed in cut of s...Sébastien Helleu
2017-04-02doc: add min WeeChat version in function string_eval_expression (plugin API r...Sébastien Helleu
2017-04-01api: return pointer to string in function string_dyn_free() if argument "free...Sébastien Helleu
2017-03-31api: add special key "__quiet" in function key_bindSébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ex...Sébastien Helleu
2017-03-30core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
2017-03-25irc: send signal "irc_server_lag_changed", store lag in server bufferSébastien Helleu
2017-03-25core: add cut of string in evaluation of expressionsSébastien Helleu
2017-03-25api: add arraylist functionsSébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
2017-02-09doc: fix examples with localvar_delHåvard Pettersson
2016-12-04doc: add missing info in signal "xxx_script_install" (plugin API reference)Sébastien Helleu
2016-12-04doc: add non-breaking spaces in French docs before colons and semicolonsSébastien Helleu
2016-11-29core: add optional arguments in completion template, sent to the callbackSébastien Helleu
2016-11-27doc: fix style of commands in plugin API referenceSébastien Helleu
2016-11-27api: move functions hook_completion* after hook_commandSébastien Helleu
2016-11-26doc: add missing punctuation in some table cellsSébastien Helleu
2016-11-26doc: add chapter about buffers lines in user's guideSébastien Helleu
2016-11-20doc: fix punctuation in listsSébastien Helleu
2016-11-06doc: fix typo in plugin API referenceAYANOKOUZI, Ryuunosuke
2016-09-27doc: fix examples for function string_eval_path_home (plugin API reference)Sébastien Helleu
2016-09-12doc: fix typos in plugin API referenceSébastien Helleu
2016-08-18Merge remote-tracking branch 'origin/pr/534'Sébastien Helleu
2016-06-25doc: remove "weechat_" prefix in internal links (plugin API reference)Sébastien Helleu
2016-06-25doc: add note about string evaluated in function window_set_title (plugin API...Sébastien Helleu
2016-06-18doc: add note in argument "tags" of function printf_date_tags (plugin API ref...Sébastien Helleu
2016-06-18doc: add note about function printf_date_tags in function printf (plugin API ...Sébastien Helleu
2016-06-18api: remove functions printf_date() and printf_tags()Sébastien Helleu
2016-06-15doc: fix styles in docsSébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu