Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-29 | core: update translations (issue #1039) | Sébastien Helleu | |
2023-11-29 | irc: remove unneeded error message when an unknown server option is read in ↵ | Sébastien Helleu | |
config file (issue #1039) This is not needed because an error is already displayed by WeeChat core and the IRC error doesn't add anything relevant to the user. | |||
2023-11-29 | irc: add server option "anti_flood", remove server options ↵ | Sébastien Helleu | |
"anti_flood_prio_{high|low}" (issue #1039) The new option is set in milliseconds. | |||
2023-11-26 | irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when ↵ | Sébastien Helleu | |
messages are queued | |||
2023-11-24 | irc: add option irc.look.list_buffer | Sébastien Helleu | |
2023-11-21 | api: remove script hooks before buffers/bar items/configs | Sébastien Helleu | |
This prevents a crash in some scripts that could use options after they are freed, with the call to hook config callback that has been enabled by commit 22602147977b42f4211697d77263be67c9506414. | |||
2023-11-11 | buflist: jump to previous/next buffer displayed in buflist item with ↵ | Sébastien Helleu | |
ctrl+wheel up/down on a buflist item (closes #1473) | |||
2023-11-07 | irc: fix target buffer of IRC message 337 (whois reply: "is hiding their ↵ | Sébastien Helleu | |
idle time") | |||
2023-11-04 | relay: close properly connection with the IRC client in case of server ↵ | Sébastien Helleu | |
disconnection (closes #2038) | |||
2023-11-03 | relay: change default value of option relay.network.tls_priorities to `NORMAL` | Sébastien Helleu | |
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the default priorities since GnuTLS 3.4.0 (released on 2015-04-08). | |||
2023-11-03 | irc: change default value of server option "tls_priorities" to `NORMAL` | Sébastien Helleu | |
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the default priorities since GnuTLS 3.4.0 (released on 2015-04-08). | |||
2023-11-01 | irc: update help on color remap options, update translations (issue #2025) | Sébastien Helleu | |
2023-11-01 | irc: add option irc.color.term_remap (closes #2025) | Sébastien Helleu | |
2023-11-01 | irc: add support of RGB colors in messages (issue #2025) | Sébastien Helleu | |
This is made using standard color code '\x04' followed by text color (RGB as hexadecimal) and optional background (RGB as hexadecimal). | |||
2023-11-01 | core, plugins: set error to NULL before calling strtol() | Sébastien Helleu | |
This is not strictly necessary, just in case the function strtol() doesn't update the pointer. | |||
2023-10-30 | trigger: rename local variable "trigger_filter" to "filter" on monitor ↵ | Sébastien Helleu | |
buffer (closes #2037) | |||
2023-10-30 | logger: remove dead assignment | Sébastien Helleu | |
2023-10-30 | xfer: fix use of uninitialized variable when adding a new xfer | Sébastien Helleu | |
2023-10-30 | xfer: fix use of NULL pointer in strrchr() | Sébastien Helleu | |
2023-10-30 | ruby: fix use of NULL variable when displaying exception | Sébastien Helleu | |
2023-10-30 | irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and ↵ | Sébastien Helleu | |
server messages | |||
2023-10-22 | core: add number of processes in command `/sys waitpid` | Sébastien Helleu | |
2023-10-20 | logger: add description for examples in help on command `/logger` (issue #2005) | Sébastien Helleu | |
2023-10-20 | irc: add description for examples in help on some commands (issue #2005) | Sébastien Helleu | |
Help is updated on these commands: - `/allchan` - `/allpv` - `/allserv` | |||
2023-10-19 | irc: revert compute of nick colors to case sensitive way, deprecate again ↵ | Sébastien Helleu | |
IRC nick color infos (issue #194, issue #2032) | |||
2023-10-17 | xfer: format and translate commands line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | trigger: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | spell: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | relay: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | script: format and translate commands line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | logger: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | irc: format and translate commands line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | fset: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | fifo: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | exec: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | charset: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | buflist: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | alias: format and translate command line by line (issue #2005) | Sébastien Helleu | |
2023-10-17 | api: add support of format/translation of command arguments description line ↵ | Sébastien Helleu | |
by line (issue #2005) | |||
2023-10-17 | api: add function string_concat (issue #2005) | Sébastien Helleu | |
2023-10-15 | irc: add option irc.look.ignore_tag_messages (closes #989) | Sébastien Helleu | |
2023-10-15 | irc: add structure with context sent as unique parameter to IRC protocol ↵ | Sébastien Helleu | |
callbacks (issue #989) | |||
2023-10-15 | alias: allow wildcard in command `/alias del` (issue #1956) | Sébastien Helleu | |
2023-10-15 | trigger: allow wildcard in command `/trigger` (issue #1956) | Sébastien Helleu | |
A mask with wildcards is now allowed in the following commands: - `/trigger enable` - `/trigger disable` - `/trigger toggle` - `/trigger restart` - `/trigger del` - `/trigger restore` | |||
2023-10-10 | core: fix zombie processes remaining after the end of forked processes ↵ | Sébastien Helleu | |
(closes #1994) The clean of processes with waitpid() is now delayed after the kill(), so that there are no more zombies. In addition, this can be done manually if needed with `/sys waitpid`. | |||
2023-10-09 | irc: move value `-all` at the end of completions for command `/ignore del` | Sébastien Helleu | |
2023-10-07 | irc: fix memory leak when joining channels with keys | Sébastien Helleu | |
2023-10-01 | core: make zstd dependency optional (closes #2024) | Sébastien Helleu | |
2023-10-01 | buflist: rename completions with items | Sébastien Helleu | |
Completions renamed: - "buflist_all_items" -> "buflist_items" - "buflist_used_items" -> "buflist_items_used" | |||
2023-10-01 | buflist: add support of item names in command `/buflist refresh` | Sébastien Helleu | |