summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.adoc
AgeCommit message (Expand)Author
2022-09-30doc/api: Fix config_new_option types for non English docsTrygve Aaberge
2022-09-29api: change type of argument remaining_calls in hook_timer callback from stri...Sébastien Helleu
2022-09-29doc/api: Remove unnecessary cast in Python exampleTrygve Aaberge
2022-09-29doc/api: Add types for Python callbacksTrygve Aaberge
2022-09-28doc/api: Add values for hook_process constantsTrygve Aaberge
2022-09-28doc/api: add note about C API for constant WEECHAT_HOOK_PROCESS_CHILD (functi...Sébastien Helleu
2022-09-27api: add function file_compressSébastien Helleu
2022-09-27api: restrict number to integer in function string_parse_sizeSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-09-17doc/api: add version 3.7 for priority in function hook_lineSébastien Helleu
2022-09-16api: add support of priority in function hook_line (closes #1821)Sébastien Helleu
2022-09-11doc/api: move function hook_completion in chapter on hook prioritySébastien Helleu
2022-09-11doc/api: update chapter on hook prioritySébastien Helleu
2022-09-11doc/api: update note about priority in hook functionsSébastien Helleu
2022-08-16api: add function crypto_hash_fileSébastien Helleu
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-07-24core: add option weechat.look.highlight_disable_regex and buffer property "hi...Sébastien Helleu
2022-07-22doc: use non-breaking spaces before links to notesSébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-06-26doc/api: add arrow and open external links in new tabSébastien Helleu
2022-06-23doc: change formatting in asciidoctor tablesSébastien Helleu
2022-06-18doc: add trailing slashes in URLsSébastien Helleu
2022-04-24api: allow to catch multiple signals in functions hook_signal and hook_hsigna...Sébastien Helleu
2022-04-24doc/api: remove word "and" in text with updated versionsSébastien Helleu
2022-04-18core: add case conversion in evaluation of expressions (closes #1778)Sébastien Helleu
2022-03-23doc: use unicode symbol for greater-than or equal toSébastien Helleu
2022-03-13api: add function buffer_new_props (closes #1759)Sébastien Helleu
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-12-11doc: remove missing translation comments in French docsSé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-30doc: fix typo in French plugin API referenceSé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