Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-20 | xfer: create buffer with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | trigger: create buffer with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | script: create buffer with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | relay: create buffers with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | fset: create buffer with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | exec: create buffer with function buffer_new_props (issue #1942) | Sébastien Helleu | |
With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | irc: create server/channel/raw buffers with function buffer_new_props (issue ↵ | Sébastien Helleu | |
#1942) With this function, buffer properties are set when the buffer is created and can be read immediately by other plugins/scripts, for example in a callback of signal "buffer_opened". | |||
2023-05-20 | doc: reduce toc levels and numbering in sections (user/API/scripting/relay/dev) | Sébastien Helleu | |
2023-05-20 | doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt | Sébastien Helleu | |
2023-05-18 | core: update ChangeLog (closes #1260) | Sébastien Helleu | |
2023-05-18 | irc: optimize and reuse irc_channel_rejoin | Simmo Saan | |
2023-05-18 | irc: use key when /join-ing in open channel buffer | Simmo Saan | |
2023-05-18 | core: update ChangeLog (closes #1140, closes #1190) | Sébastien Helleu | |
2023-05-18 | core: update translations | Sébastien Helleu | |
2023-05-18 | alias: use dynamic string to replace alias arguments | Sébastien Helleu | |
2023-05-18 | tests: add tests on alias functions | Sébastien Helleu | |
Functions tested: - alias_valid - alias_search - alias_string_add_word - alias_string_add_word_range - alias_string_add_arguments - alias_replace_args | |||
2023-05-18 | alias: return empty string instead of NULL in function alias_replace_args | Sébastien Helleu | |
2023-05-18 | alias: return NULL if alias or user arguments are NULL in function ↵ | Sébastien Helleu | |
alias_replace_args | |||
2023-05-18 | alias: add example in comment of function alias_replace_args | Sébastien Helleu | |
2023-05-18 | alias: add "$&" in comment of function alias_replace_args | Sébastien Helleu | |
2023-05-18 | alias: add auto-escaping special variable | nobody | |
2023-05-18 | relay: rename variable "ptr_option" to "ptr_path" | Sébastien Helleu | |
2023-05-18 | relay: make TLS certificate/key loading error handling more verbose (closes ↵ | Sébastien Helleu | |
#1558) | |||
2023-05-18 | core: fix refresh of bar item "input_search" after buffer switch in root ↵ | Sébastien Helleu | |
bars (closes #1939) | |||
2023-05-18 | core: add note in GitHub question issue template | Sébastien Helleu | |
The question must be first asked on the #weechat channel. | |||
2023-05-17 | core: update ChangeLog (closes #337, closes #965) | Sébastien Helleu | |
2023-05-17 | irc: start from the beginning of nicks at automatic reconnection (closes #337) | arza | |
2023-05-17 | core: update ChangeLog (closes #1688) | Sébastien Helleu | |
2023-05-17 | irc: get value of "msg_max_length" from isupport token "LINELEN" on upgrade ↵ | Sébastien Helleu | |
from WeeChat < 4.0.0 (issue #1927) | |||
2023-05-17 | irc: add field "utf8only" in IRC server structure | Sébastien Helleu | |
2023-05-17 | irc: Implement the UTF8ONLY IRCv3 specification | Valentin Lorentz | |
https://ircv3.net/specs/extensions/utf8-only | |||
2023-05-17 | core: add variable CTEST_OUTPUT_ON_FAILURE in release script | Sébastien Helleu | |
2023-05-16 | trigger: make default triggers compatible with multiline input (closes #1935) | Sébastien Helleu | |
Changed triggers: - cmd_pass - cmd_pass_register - server_pass | |||
2023-05-16 | irc: update secure data when server autojoin option contains ↵ | Sébastien Helleu | |
`${sec.data.xxx}` and option autojoin_dynamic is enabled (closes #1934) | |||
2023-05-16 | doc/api: add note about hashtable removal in function info_get_hashtable | Sébastien Helleu | |
2023-05-16 | core: move creation of info_hashtable "secured_data" in plugin-api-info.c | Sébastien Helleu | |
2023-05-16 | core: fix partial completion when the common prefix found is empty (closes #340) | Sébastien Helleu | |
2023-05-16 | typing: remove nicks typing even when option typing.look.enabled_self is off ↵ | Sébastien Helleu | |
(closes #1718) | |||
2023-05-16 | typing: fix type and name of variable for key in hashtable typing_status_nicks | Sébastien Helleu | |
2023-05-16 | irc: display command 437 on server buffer when nickname cannot change while ↵ | Sébastien Helleu | |
banned on channel (closes #88) | |||
2023-05-15 | irc: add modifier "irc_cap_sync_req" (closes #1767) | Sébastien Helleu | |
2023-05-15 | irc: add comments in "cap" callback | Sébastien Helleu | |
2023-05-15 | irc: remove unused variable | Sébastien Helleu | |
2023-05-15 | irc: fix use of uninitialized variable | Sébastien Helleu | |
2023-05-15 | doc/user: update note about chars replaced in IRC tags (trigger) | Sébastien Helleu | |
2023-05-15 | trigger: use new format for IRC tags in messages | Sébastien Helleu | |
2023-05-14 | irc: fix format of IRC tags displayed in messages (closes #1929) | Sébastien Helleu | |
Changes: - use "=" to separate key from value, add it only if value is set (any string, including empty string) - do not convert "_" to "-" in key | |||
2023-05-14 | tests: reverse arguments in calls to STRCMP_EQUAL | Sébastien Helleu | |
2023-05-14 | core: update German translations | Nils Görs | |
2023-05-14 | core: update translations (issue #1923) | Sébastien Helleu | |