summaryrefslogtreecommitdiff
path: root/doc/sr/weechat_plugin_api.sr.adoc
AgeCommit message (Expand)Author
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu
2023-06-02relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "rela...Sébastien Helleu
2023-05-30doc: update Serbian documentationIvan Pešić
2023-05-20doc: move toc and section asciidoctor attributes from docs to CMakeLists.txtSébastien Helleu
2023-05-16doc/api: add note about hashtable removal in function info_get_hashtableSébastien Helleu
2023-05-15irc: add modifier "irc_cap_sync_req" (closes #1767)Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-05-03doc: Update Serbian documentationIvan Pešić
2023-04-25doc/api: add variable "_chat_focused_line" in function hook_focusSébastien Helleu
2023-04-15doc/api: add more examples on function util_version_numberSébastien Helleu
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add parame...Sébastien Helleu
2023-03-20core: add relative move of read marker with `/buffer set unread [+/-]N` (clos...Sébastien Helleu
2023-03-19doc/api: fix typoSébastien Helleu
2023-03-19core: fix default value of options for bars added by pluginsSébastien Helleu
2023-03-18core: bump version to 4.0.0-dev, follow "practical" semantic versioningSébastien Helleu
2023-03-16core: add configuration version, add API function config_set_versionSébastien Helleu
2023-03-10doc/api: add hashtable methods in function string_eval_expressionSébastien Helleu
2023-02-01core/doc Update Serbian translationsIvan Pešić
2023-01-28core: make function gui_buffer_match_list case sensitive (issue #1872)Sébastien Helleu
2023-01-28doc/api: add priority in function config_new (issue #1872)Sébastien Helleu
2022-12-26core: allow value "0" in buffer property "unread" to remove read marker from ...Sébastien Helleu
2022-12-26doc/api: fix formatting of return value in char/string comparison functionsSébastien Helleu
2022-12-25api: do not check hotlist add conditions when adding buffer in hotlist with f...Sébastien Helleu
2022-12-24api: add functions string_strcmp and string_strncmpSébastien Helleu
2022-12-24doc/api: mention "UTF-8" in char/string comparison functionsSébastien Helleu
2022-12-24api: rename char comparison functions "utf8_char*" to "string_char*"Sébastien Helleu
2022-12-24api: return arithmetic difference between chars in string comparison functionsSébastien Helleu
2022-12-21core: improve case convert and insensitive char comparisons (closes #258)Sébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-12-11doc/api: Improve python example for config_new_sectionTrygve Aaberge
2022-12-11doc/api: Fix return values for callback_read in config_new_sectionTrygve Aaberge
2022-12-11scripts: Send null values to config section callbacksTrygve Aaberge
2022-12-10core: add color attributes "blink" and "dim" (half bright) (closes #1855)Sébastien Helleu
2022-12-10core: do not display non printable chars, fix function utf8_char_size_screenSébastien Helleu
2022-12-10api: add function utf8_strncpySébastien Helleu
2022-12-05Update Serbian translationIvan Pešić
2022-11-09doc/api: add missing note after list of signalsSébastien Helleu
2022-11-08core: add signals "buffer_user_{input|closing}_xxx" for buffers created with ...Sébastien Helleu
2022-11-05core: add range of chars in evaluation of expressions with `chars:xxx`Sébastien Helleu
2022-11-05api: add function string_translate_charsSébastien Helleu
2022-10-14python: Fix return types for config option callbacksTrygve Aaberge
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-28doc/api: fix typoSé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