Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-09-08 | Version 2.6 | Sébastien Helleu | |
2019-08-24 | core: move "Python 3 by default" as first item in the release notes | Sébastien Helleu | |
2019-08-20 | core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash ↵ | Sébastien Helleu | |
(issue #1394) | |||
2019-08-10 | core: mention there's no fallback on the other Python version in release notes | Sébastien Helleu | |
2019-08-03 | core: fix description of changes on Python build in release notes | Sébastien Helleu | |
There's no fallback on the other Python version: - with no option: build with Python 3 only - with option ENABLE_PYTHON2: build with Python 2 only. | |||
2019-07-01 | core: add Python 3 in release notes | Sébastien Helleu | |
2019-06-07 | doc: replace "cmake" by "CMake" | Sébastien Helleu | |
2019-06-06 | Version 2.5 | Sébastien Helleu | |
2019-06-04 | spell: add a warning if aspell.conf is still present (on first spell load) | Sébastien Helleu | |
2019-06-04 | core: sort changes by importance instead of commit date in release notes | Sébastien Helleu | |
2019-05-27 | doc: disambiguate key binding "l", which is lower "L" (not "1") | Sébastien Helleu | |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu | |
2019-04-06 | xfer: add option xfer.network.speed_limit_recv (closes #269) | Sébastien Helleu | |
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send. | |||
2019-02-25 | core: clarify changes on option weechat.completion.nick_completer in release ↵ | Sébastien Helleu | |
notes | |||
2019-02-19 | core: add command to change key alt+s in release notes | Sébastien Helleu | |
2019-02-19 | core: add command /spell and default key alt+s in release notes | Sébastien Helleu | |
2019-02-19 | core: add reason of aspell renaming in release notes | Sébastien Helleu | |
2019-02-19 | core: add extra instructions about spell plugin in release notes | Sébastien Helleu | |
2019-02-19 | spell: rename "aspell" plugin to "spell" (issue #1299) | Sébastien Helleu | |
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict | |||
2019-02-17 | Version 2.4 | Sébastien Helleu | |
2019-01-26 | core: fix sentence in release notes | Sébastien Helleu | |
2019-01-26 | core: do not automatically add a space when completing "nick:" at the ↵ | Sébastien Helleu | |
beginning of command line The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": " | |||
2018-11-29 | core: remove obsolete links to wiki in release notes | Sébastien Helleu | |
2018-11-04 | api: add functions string_base_{encode,decode}, remove functions ↵ | Sébastien Helleu | |
string_{encode,decode}_base64 | |||
2018-10-21 | Version 2.3 | Sébastien Helleu | |
2018-09-09 | core: add missing slash at the end of weechat.org URLs | Sébastien Helleu | |
2018-08-18 | core: fix typo in release notes | Sébastien Helleu | |
2018-08-18 | core: move "new" info in release notes | Sébastien Helleu | |
2018-07-14 | Version 2.2 | Sébastien Helleu | |
2018-06-22 | core: add default value of option weechat.look.hotlist_add_conditions in ↵ | Sébastien Helleu | |
release notes | |||
2018-05-31 | trigger: hide password in display of command "/msg nickserv set password", ↵ | Sébastien Helleu | |
support the option "-server xxx" | |||
2018-05-31 | trigger: hide password in command "/msg nickserv set password" | Sébastien Helleu | |
2018-03-26 | core: add more info about IRC signals names in release notes | Sébastien Helleu | |