Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | irc: add support of capability "echo-message" (closes #139) | Sébastien Helleu | |
2023-05-23 | irc: add missing tags "irc_cap" and "log3" in cap messages (client capability) | Sébastien Helleu | |
2023-05-23 | irc: add missing tag "log3" in notify messages | Sébastien Helleu | |
2023-05-22 | script: remove trailing "J" (line feed char) in source of scripts displayed | Sébastien Helleu | |
Regression was indirectly caused by commit d18f68e497c4244404ff8f4f50de82717b178e09 in core that allows to display all control chars in buffers. But the fix is in script plugin: when the script is downloaded and read line by line, trailing "\r" and "\n" are removed, and therefore not displayed. | |||
2023-05-20 | logger: add option logger.file.log_conditions (closes #1942) | Sébastien Helleu | |
2023-05-18 | core: update ChangeLog (closes #1260) | Sébastien Helleu | |
2023-05-18 | core: update ChangeLog (closes #1140, closes #1190) | 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-17 | core: update ChangeLog (closes #337, closes #965) | Sébastien Helleu | |
2023-05-17 | core: update ChangeLog (closes #1688) | 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 | 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 | 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-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 | irc: add support of "LINELEN" in message 005 (max message length in bytes) ↵ | Sébastien Helleu | |
(closes #1927) | |||
2023-05-14 | irc: reset all internal servers variables when disconnecting | Sébastien Helleu | |
2023-05-14 | irc: add support of capability "draft/multiline" (closes #1923) | Sébastien Helleu | |
2023-05-13 | core: add quotes around paths in CMake files (closes #29) | Sébastien Helleu | |
2023-05-12 | core: fix completion after newline in input (closes #1925) | Sébastien Helleu | |
2023-05-04 | api: don't split on newline by default in functions `command` and ↵ | Sébastien Helleu | |
`command_options` when input_multiline is set to 0 The API functions `command` and `command_options` (when `split_newline` = 0, which is the default value) don't split on newline and then the first line is executed and the subsequent lines (after "\n") are ignored. There are no changes when the input has multiple lines filled by the user: the split is done and multiple commands are executed (for example if the user is pasting multiple commands to execute). | |||
2023-05-03 | irc: add support of capability "batch" (closes #1292) | Sébastien Helleu | |
2023-05-01 | core: add enabled/disabled status color in output of `/filter list` (closes ↵ | Sébastien Helleu | |
#1820) | |||
2023-05-01 | core: remove options trigger.color.trigger and ↵ | Sébastien Helleu | |
trigger.color.trigger_disabled (issue #1820) These options are used instead: - weechat.color.chat_status_disabled - weechat.color.chat_status_enabled | |||
2023-05-01 | core: add options weechat.color.chat_status_disabled and ↵ | Sébastien Helleu | |
weechat.color.chat_status_enabled (issue #1820) | |||
2023-05-01 | core: move line from "New features" to "Build" | Sébastien Helleu | |
2023-05-01 | irc: add option `buffer` in command `/autojoin sort` (closes #1876) | Sébastien Helleu | |
2023-04-27 | irc: add `${username}` in server options "nicks" and "username", change ↵ | Sébastien Helleu | |
their default values to use it | |||
2023-04-26 | core: update ChangeLog (issue #1920) | Sébastien Helleu | |
2023-04-26 | core: fix infinite loop on startup when running some gui commands before the ↵ | Sébastien Helleu | |
switch to core buffer is performed (closes #1917) | |||
2023-04-26 | core: move line from "New features" to "Bug fixes" (issue #1882) | Sébastien Helleu | |
2023-04-26 | core: update ChangeLog | Sébastien Helleu | |
2023-04-25 | core: add option `split_return` in command `/input` (closes #1916) | Sébastien Helleu | |
2023-04-25 | core: update ChangeLog | Sébastien Helleu | |
2023-04-24 | irc: add message 742 (mode cannot be set) | Sébastien Helleu | |
2023-04-24 | irc: add message 415 (cannot send message to channel) | Sébastien Helleu | |
2023-04-23 | core: fix update of terminal title in some terminals like suckless terminal ↵ | Sébastien Helleu | |
(stterm) (closes #1882) | |||
2023-04-23 | Revert "core: remove deprecated parameters from command `/input`" | Sébastien Helleu | |
This reverts commit 2b7f7453692d2325e27e2464e4796b150c708aa4. Parameters removed are still used in scripts, and it's OK to keep them for a while. | |||
2023-04-20 | core: update ChangeLog | Sébastien Helleu | |
2023-04-19 | core: remove deprecated parameters from command `/input` | Sébastien Helleu | |
Parameters removed: - jump_smart - jump_last_buffer - jump_last_buffer_displayed - jump_previously_visited_buffer - jump_next_visited_buffer - hotlist_clear - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all - set_unread_current_buffer - set_unread - switch_active_buffer - switch_active_buffer_previous - zoom_merged_buffer | |||
2023-04-16 | doc: update header and remove links in ChangeLog and release notes | Sébastien Helleu | |
2023-04-15 | core: update ChangeLog | Sébastien Helleu | |
2023-04-15 | api: add optional argument with version in info "version_number" | Sébastien Helleu | |
2023-04-12 | irc: connect with TLS and port 6697 by default (issue #1903) | Sébastien Helleu | |
2023-04-12 | relay: rename "ssl" options and protocol to "tls" (issue #1903) | Sébastien Helleu | |
2023-04-12 | irc: rename "ssl" options to "tls" (issue #1903) | Sébastien Helleu | |
2023-04-12 | core: rename option weechat.color.status_name_ssl to ↵ | Sébastien Helleu | |
weechat.color.status_name_tls (issue #1903) |