Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-11 | core: update ChangeLog (issue #1843) | Sébastien Helleu | |
2022-12-10 | trigger: fix variables sent to focus callback (closes #1858) | Sébastien Helleu | |
This fixes a regression introduced in WeeChat 3.7 by commit 0f67f55098db564c82c848262540704985790129. | |||
2022-12-10 | core: add color attributes "blink" and "dim" (half bright) (closes #1855) | Sébastien Helleu | |
2022-12-10 | core: update ChangeLog (closes #1659, closes #1669, closes #1770) | Sébastien Helleu | |
2022-11-21 | core: add option `unicode` in command `/debug` | Sébastien Helleu | |
2022-11-19 | debian: change dependency guile-2.2-dev to guile-3.0-dev | Sébastien Helleu | |
2022-11-11 | core: add identifier in buffer lines (closes #901) | Sébastien Helleu | |
For buffers with formatted content, the "id" starts to 0 on each buffer and is incremented on each new line displayed (it is reset to 0 if reaching INT_MAX). For buffers with free content, the "id" is set to the same value as "y" (ie the line number, starting to 0). | |||
2022-11-08 | core: add signals "buffer_user_{input|closing}_xxx" for buffers created with ↵ | Sébastien Helleu | |
`/buffer add` (closes #1848) | |||
2022-11-06 | trigger: add regex command "y" to translate chars, set default regex command ↵ | Sébastien Helleu | |
to "s" (regex replace) (closes #1510) | |||
2022-10-23 | core: update ChangeLog (issue #1844) | Sébastien Helleu | |
2022-10-21 | core: add version 3.7.1 | Sébastien Helleu | |
2022-10-20 | trigger: execute trigger command on appropriate buffer (closes #1841) | Sébastien Helleu | |
This affects the following hook types: - command - command_run - line - modifier - print This fixes a regression introduced in WeeChat 3.7 by commit 0f67f55098db564c82c848262540704985790129. | |||
2022-10-15 | python: remove support of Python 2.x | Sébastien Helleu | |
2022-10-15 | api: do not expect any return value in callbacks change/delete of ↵ | Sébastien Helleu | |
config_new_option (scripting API) | |||
2022-10-15 | tests: add tests on config functions (scripting API) | Sébastien Helleu | |
2022-10-14 | core: update ChangeLog | Sébastien Helleu | |
2022-10-12 | irc: escape backslashes in raw buffer (closes #1838) | Sébastien Helleu | |
2022-10-12 | core: allow command `/toggle` to create option before setting the value, if ↵ | Sébastien Helleu | |
allowed in the section (closes #1837) | |||
2022-10-10 | core: fix context info in buffers with free content (closes #1832) | Sébastien Helleu | |
2022-10-09 | Version 3.7 | Sébastien Helleu | |
2022-10-05 | core: fix page scroll in bare display (closes #1830) | Sébastien Helleu | |
2022-10-01 | irc: set local variable "filter" when doing `/server raw xxx` with raw ↵ | Sébastien Helleu | |
buffer already opened (closes #1448) | |||
2022-09-30 | trigger: add variable `${tg_hook_type}` (closes #1765) | Sébastien Helleu | |
2022-09-29 | api: change type of argument object_id in upgrade_new callback from string ↵ | Sébastien Helleu | |
to integer (in scripts) | |||
2022-09-29 | api: change type of argument remaining_calls in hook_timer callback from ↵ | Sébastien Helleu | |
string to integer (in scripts) | |||
2022-09-28 | logger: add options to rotate and compress log files (closes #314) | Sébastien Helleu | |
New options: - logger.file.rotation_compression_level - logger.file.rotation_compression_type - logger.file.rotation_size_max | |||
2022-09-27 | api: add function file_compress | Sébastien Helleu | |
2022-09-27 | api: add function string_parse_size | Sébastien Helleu | |
2022-09-18 | core: add key alt+backspace, change behavior of key ctrl+w (closes #559) | Sébastien Helleu | |
The key ctrl+w now deletes one word until whitespace. The new key alt+backspace deletes one word (same behavior as ctrl+w in previous releases). | |||
2022-09-18 | core: fix style in ChangeLog | Sébastien Helleu | |
2022-09-18 | trigger: escape arguments with double quotes in output of `/trigger ↵ | Sébastien Helleu | |
input|output|recreate` (closes #190) | |||
2022-09-17 | tests: add tests on filter functions | Sébastien Helleu | |
2022-09-17 | irc: fix message when disconnecting from server in case of high lag when ↵ | Sébastien Helleu | |
server option autoreconnect is off (closes #1708) | |||
2022-09-17 | core: fix wrong terminal title on terminal resize (closes #1702) | Sébastien Helleu | |
2022-09-17 | core: sort filters by name (closes #1695) | Sébastien Helleu | |
2022-09-17 | spell: allow special dict value "-" to disable spell checking on a specific ↵ | Sébastien Helleu | |
buffer (closes #1699) | |||
2022-09-16 | api: add support of priority in function hook_line (closes #1821) | Sébastien Helleu | |
2022-09-15 | irc: add option irc.look.display_pv_nick_change | Sébastien Helleu | |
2022-09-10 | irc: replace chars "\01" by spaces in CTCP replies (closes #1819) | Sébastien Helleu | |
This prevents any attack due to an external security issue in the Linux netfilter implementation (nf_conntrack_irc). See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2663 | |||
2022-09-05 | irc: fix display of message 350 (whois, gateway) (closes #1815) | Sébastien Helleu | |
2022-09-03 | xfer: fix DCC file receive on Termux (closes #1811) | Sébastien Helleu | |
This fixes such error displayed on Termux when receiving a DCC file: xfer: invalid address "96747949": error 8 hostname nor servname provided, or not known | |||
2022-08-29 | irc: fix target buffer of generic errors when they contain a target nick ↵ | Sébastien Helleu | |
(closes #1814) | |||
2022-08-16 | api: add function crypto_hash_file | Sébastien Helleu | |
2022-08-15 | irc: fix extract of isupport value when it is last in list and without value ↵ | Sébastien Helleu | |
(closes #1807) | |||
2022-08-15 | core: move line from "New features" to "Bug fixes" | Sébastien Helleu | |
2022-08-15 | core: add new option trigger.color.identifier in ChangeLog | Sébastien Helleu | |
2022-08-15 | trigger: add elapsed time for trigger execution on monitor buffer when ↵ | Sébastien Helleu | |
trigger debug is set (closes #1806) | |||
2022-08-15 | trigger: fix error on monitor buffer creation when trigger debug is >= 1 and ↵ | Sébastien Helleu | |
monitor buffer is closed | |||
2022-08-13 | irc: display ACCOUNT command in private buffers | Sébastien Helleu | |
2022-08-13 | irc: add options and display SETNAME command in channels and private buffers ↵ | Sébastien Helleu | |
(closes #1805) New options: - irc.color.message_setname - irc.look.smart_filter_setname |