summaryrefslogtreecommitdiff
path: root/doc/it/weechat_plugin_api.it.adoc
AgeCommit message (Expand)Author
2022-02-20doc/api: Add missing parameter to python prototype for config_new_sectionTrygve Aaberge
2022-02-14doc/api: add missing type for argument "count" in Python prototype of functio...Sébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-30doc/api: fix type of parameter "date" in script prototype of function prnt_da...Sébastien Helleu
2022-01-27doc/api: merge examples and results in same column (function string_eval_expr...Sébastien Helleu
2022-01-27doc/api: add column "Min WeeChat" in string_eval_expression tablesSébastien Helleu
2022-01-16doc: remove useless comparison with empty string in Python examples (plugin A...Sébastien Helleu
2022-01-14core: rename argument "length" to "bytes" in function string_strndupSébastien Helleu
2022-01-08doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference)Sébastien Helleu
2021-11-27doc: switch from prettify to pygments for syntax highlightingSébastien Helleu
2021-11-06doc: replace ${name} by ${server_name} in example of function hdata_search (p...Sébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-10-17irc: parse and return command parameters in message parserSébastien Helleu
2021-09-20core: add creation of user variables in evaluated expressions with ${define:n...Sébastien Helleu
2021-09-06api: add split of string and shell arguments in evaluation of expressionsSébastien Helleu
2021-08-29api: add "${re:repl_index}" to get the index of replacement in function strin...Sébastien Helleu
2021-08-03api: add random integer number in evaluation of expressions with "random:min,...Sébastien Helleu
2021-07-04api: add function string_cutSébastien Helleu
2021-07-04doc: add column for min WeeChat version in function buffer_set (plugin API re...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_set (plugin API refe...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_modifier_exec (plugi...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_modifier (plugin API...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_hsignal (plugin API ...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_process_hashtable (p...Sébastien Helleu
2021-07-04doc: add typing signals in plugin API referenceSébastien Helleu
2021-07-03api: add function file_copy (issue #1667)Sébastien Helleu
2021-06-27doc: mention WeeChat version for WEECHAT_RC_OK_EAT in signals "irc_raw_in" an...Sébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
2021-06-26api: remember insertion order in hashtablesSébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...Sébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
2021-06-01api: add function crypto_hmac (issue #1628)Sébastien Helleu
2021-05-26core: add signals "cursor_start" and "cursor_end"Sébastien Helleu
2021-05-25doc: replace freenode by libera in plugin API referenceSébastien Helleu
2021-05-16api: add translated string in evaluation of expressions with "translate:xxx" ...Sébastien Helleu
2021-05-13doc: add type annotations in Python prototypes (plugin API reference) (issue ...Sébastien Helleu
2021-05-13doc: fix translations in Italian and Japanese plugin API referenceSébastien Helleu
2021-05-11doc: add XDG directories support in docs (issue #1285)Sébastien Helleu
2021-03-17api: add support of pointer names in function string_eval_expression (direct ...Sébastien Helleu
2021-02-05core: add raw string in evaluation of expressions with "raw:xxx" (closes #1611)Sébastien Helleu
2021-01-01doc: add note about call to "regfree" after call to "string_regcomp" (plugin ...Sébastien Helleu
2020-12-31core: display more verbose debug with two "-d" in command /evalSébastien Helleu
2020-12-19doc: replace "core" by "weechat" in table with extra info for bar item "buffe...Sébastien Helleu
2020-11-14core: add evaluation of conditions in evaluation of expressions with "eval_co...Sébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-08-22api: add function string_color_code_size (issue #1547)Sébastien Helleu
2020-07-21doc: add "irc_nick" in hashtable sent to hook_focus callback (plugin API refe...Sébastien Helleu
2020-06-30doc: fix description of "_chat_bol" and "_chat_eol" in function hook_focus (p...Sébastien Helleu
2020-06-30doc: harmonize example of pointers in plugin API reference and relay protocolSébastien Helleu