Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-19 | Version 3.3 | Sébastien Helleu | |
2021-09-04 | core: add version 3.2.1 | Sébastien Helleu | |
2021-08-31 | core: add options in command /input and new keys to remove/restore buffers ↵ | Sébastien Helleu | |
in hotlist New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers | |||
2021-07-04 | core: add bar item "typing" in status bar by default | Sébastien Helleu | |
2021-06-27 | core: add capability message-tags in release notes | Sébastien Helleu | |
2021-06-26 | api: remember insertion order in hashtables | Sébastien Helleu | |
2021-06-20 | core: fix chapter name in release notes | Sébastien Helleu | |
2021-06-19 | irc: enable all capabilities by default (supported by both server and ↵ | Sébastien Helleu | |
WeeChat) (closes #320) Capabilities can be excluded with the format: "*,!account-*,!extended-join". | |||
2021-06-15 | irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175) | Sébastien Helleu | |
2021-06-13 | Version 3.2 | Sébastien Helleu | |
2021-05-25 | doc: replace freenode by libera in release notes | Sébastien Helleu | |
2021-05-22 | core: add split of commands before evaluation in release notes (issue #1643) | Sébastien Helleu | |
2021-05-18 | core: display old default values for options affected by XDG directories in ↵ | Sébastien Helleu | |
release notes | |||
2021-05-12 | core: add GnuTLS CA changes in release notes | Sébastien Helleu | |
2021-05-11 | core: add slack.py version in release notes | Sébastien Helleu | |
2021-05-11 | core: add XDG directories in release notes (issue #1285) | Sébastien Helleu | |
2021-03-14 | doc: use full path /usr/bin/pass in example for option ↵ | Sébastien Helleu | |
sec.crypt.passphrase_command | |||
2021-03-07 | Version 3.1 | Sébastien Helleu | |
2021-03-07 | core: reorder release notes for version 3.1 | Sébastien Helleu | |
2021-02-27 | core: fix paragraph in release notes | Sébastien Helleu | |
2021-02-09 | buflist: add option buflist.look.use_items to speed up display of buflist ↵ | Sébastien Helleu | |
(closes #1613) | |||
2021-02-09 | core: add fixed behavior of command /window splitv in release notes | Sébastien Helleu | |
2021-02-06 | core: replace option sec.crypt.passphrase_file by ↵ | Sébastien Helleu | |
sec.crypt.passphrase_command (closes #141) The command is used to read the passphrase on startup, for example using your favorite password manager. Note: only the passphrase is read from the program, the secured data is still stored encrypted in sec.conf and handled by WeeChat itself. | |||
2021-01-31 | core: add version 3.0.1 in ChangeLog, release notes and weechat.spec | Sébastien Helleu | |
2021-01-26 | core: add command "/buffer listvar" in release notes | Sébastien Helleu | |
2020-11-11 | Version 3.0 | Sébastien Helleu | |
2020-09-06 | script: add option script.scripts.download_enabled (closes #1548) | Sébastien Helleu | |
2020-07-20 | irc: allow to send text on buffers with commands /allchan, /allpv and /allserv | Sébastien Helleu | |
2020-07-20 | trigger: check that tag "notify_none" is not present in message to run ↵ | Sébastien Helleu | |
command of default trigger beep (issue #1529) | |||
2020-07-18 | Version 2.9 | Sébastien Helleu | |
2020-06-21 | core: add bar option "color_bg_inactive" (issue #732) | Sébastien Helleu | |
2020-05-09 | core: add note about triggers and argument "modifier_data" of weechat_print ↵ | Sébastien Helleu | |
modifier callback | |||
2020-05-09 | api: use buffer pointer in argument "modifier_data" sent to weechat_print ↵ | Sébastien Helleu | |
modifier callback (closes #42) | |||
2020-05-08 | core: update GnuTLS section in release notes | Sébastien Helleu | |
2020-05-08 | core: rename functions hook_completion_{get_string|list_add} to ↵ | Sébastien Helleu | |
completion_{get_string|list_add} Old functions are kept for compatibility reasons. | |||
2020-04-18 | trigger: do not hide values of options with /set command in cmd_pass trigger | Sébastien Helleu | |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu | |
2020-04-14 | relay: add command "handshake" in weechat relay protocol and nonce to ↵ | Sébastien Helleu | |
prevent replay attacks (closes #1474) This introduces a new command called "handshake" in the weechat relay protocol. It should be sent by the client before the "init" command, to negotiate the way to authenticate with a password. 3 new options are added: * relay.network.auth_password * relay.network.hash_iterations * relay.network.nonce_size | |||
2020-04-12 | trigger: evaluate arguments of command when the trigger is created (closes ↵ | Sébastien Helleu | |
#1472) | |||
2020-03-29 | Version 2.8 | Sébastien Helleu | |
2020-03-20 | api: add info "auto_connect" (closes #1453) | Sébastien Helleu | |
2020-02-20 | core: add version 2.7.1 in release notes | Sébastien Helleu | |
2019-12-08 | Version 2.7 | Sébastien Helleu | |
2019-11-08 | irc: set option irc.look.display_pv_warning_address to off by default (issue ↵ | Sébastien Helleu | |
#892) This is because the bitlbee server causes the warning to be displayed when it is not expected (the address of remote nick changes multiple times on login). | |||
2019-11-03 | core: fix sentence in release notes | Sébastien Helleu | |
2019-10-13 | core: add info about Python 3 and strings in release notes | Sébastien Helleu | |
2019-10-11 | irc: add option irc.look.display_pv_warning_address (closes #892) | Sébastien Helleu | |
If the address of remote nick changes in a private buffer, a warning is displayed. | |||
2019-10-05 | xfer: add option xfer.file.download_temporary_suffix with default value ↵ | Sébastien Helleu | |
".part" (closes #1237) | |||
2019-09-22 | irc: remove option irc.network.channel_encode, add server option ↵ | Sébastien Helleu | |
"charset_message" (closes #832) This new option controls which part of the IRC message is decoded/encoded to the target charset, and the new default behavior is to decode/encode the whole IRC message (behavior in WeeChat >= 1.3 was to decode/encode only the text by default). | |||
2019-09-20 | core: add chapter about CMake fatal errors on missing dependencies in ↵ | Sébastien Helleu | |
release notes |