Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | irc: add support of TAGMSG messages (issue #1654) | Sébastien Helleu | |
2021-06-24 | irc: escape/unescape IRC message tags values (issue #1654) | Sébastien Helleu | |
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values | |||
2021-06-23 | core: fix use of uninitialized hash when call to weecrypto_hmac fails | Sébastien Helleu | |
2021-06-22 | core: fix function string_match with joker in the string if multiple words ↵ | Sébastien Helleu | |
matched in input string Before fix: string_match("script.color.text_description", "*script*color*", 0) => 0 After fix: string_match("script.color.text_description", "*script*color*", 0) => 1 | |||
2021-06-21 | irc: set notify level to "private" for received WALLOPS | 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-19 | irc: add option irc.look.display_account_message (issue #320) | Sébastien Helleu | |
2021-06-19 | irc: add option irc.look.display_extended_join (issue #320) | Sébastien Helleu | |
2021-06-17 | core: add option "certs" in command /debug | Sébastien Helleu | |
2021-06-16 | core: fix build on macOS (closes #1662) | Sébastien Helleu | |
2021-06-15 | irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175) | Sébastien Helleu | |
2021-06-15 | irc: add command /setname, add support of message and capability "setname" ↵ | Sébastien Helleu | |
(closes #1653) | |||
2021-06-15 | irc: always set realname in nicks even when extended-join capability is not ↵ | Sébastien Helleu | |
enabled (issue #1653) | |||
2021-06-15 | irc: add support of FAIL/WARN/NOTE messages (issue #1653) | Sébastien Helleu | |
Spec: https://ircv3.net/specs/extensions/standard-replies | |||
2021-06-13 | irc: fix translation of SASL errors | Sébastien Helleu | |
2021-06-01 | doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628) | Sébastien Helleu | |
2021-06-01 | irc: add comments about parameter sasl_error (issue #1628) | Sébastien Helleu | |
2021-06-01 | irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and ↵ | Sébastien Helleu | |
SCRAM-SHA-512 (closes #1628) | |||
2021-06-01 | api: add function crypto_hmac (issue #1628) | Sébastien Helleu | |
2021-05-30 | irc: add ${target} in help of server msg_kick option | Sébastien Helleu | |
2021-05-29 | core, irc, script: fix typos | Sébastien Helleu | |
2021-05-29 | irc: add variable "${target}" (target nick) in commands /kick and /kickban | Sébastien Helleu | |
2021-05-27 | core: update translations (issue #1647) | Sébastien Helleu | |
2021-05-27 | clarify (max) bar size to be in chars/lines | Filip H.F. "FiXato" Slagter | |
(max) bar size was described to be in chars, though this only applies to the left/right bars. This change clarifies that top/bottom bars would have their size defined in lines. | |||
2021-05-26 | core: add signals "cursor_start" and "cursor_end" | Sébastien Helleu | |
2021-05-25 | core: replace freenode by libera in command examples | Sébastien Helleu | |
2021-05-25 | core, buflist, irc, relay: replace freenode by libera in comments | Sébastien Helleu | |
2021-05-22 | core: split signal command before evaluating it (issue #1643) | Sébastien Helleu | |
2021-05-22 | core: split startup command before evaluating it (issue #1643) | Sébastien Helleu | |
2021-05-22 | irc: split server command before evaluating it (issue #1643) | Sébastien Helleu | |
2021-05-21 | core: fix tests when NLS is disabled | Sébastien Helleu | |
2021-05-21 | core: fix build error if ENABLE_NLS is OFF | Giuseppe Bilotta | |
wee-eval.c calls gettext directly, but gettext is not a function if ENABLE_NLS is off. Fix by defining a gettext macro (that expands to its first argument) if NLS support is disabled. | |||
2021-05-17 | irc: use constant GNUTLS_TLS1_3 only with GnuTLS >= 3.6.3 | Sébastien Helleu | |
This constant was introduced in GnuTLS 3.6.3. This fixes a build error on these old distributions: - Debian Stretch - Debian Jessie - Ubuntu Bionic - Ubuntu Xenial | |||
2021-05-16 | core: set server name when connecting to server with TLS (SNI extension) ↵ | Sébastien Helleu | |
only if it's not an IPV4/IPv6 (closes #1635) | |||
2021-05-16 | irc: sort config options alphabetically (issue #1622) | Sébastien Helleu | |
2021-05-16 | buflist, irc, xfer: do not translate "cleartext" in buffer local variable ↵ | Sébastien Helleu | |
"tls_version" (issue #1622) The text "cleartext" is translated for display only: directly with gettext in IRC plugin and with "${translate:${tls_version}}" in the buflist evaluated format. | |||
2021-05-16 | api: add translated string in evaluation of expressions with "translate:xxx" ↵ | Sébastien Helleu | |
(issue #1622) | |||
2021-05-16 | core: update translations (issue #1622) | Sébastien Helleu | |
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add ↵ | Andrew Potter | |
buflist format "${format_tls_version}" (issue #1622) | |||
2021-05-14 | core: add generator and Python stub file for WeeChat API (issue #1377) | Sébastien Helleu | |
2021-05-12 | core: improve options to load GnuTLS system/user CAs (closes #972) | Sébastien Helleu | |
Changes: * new option: weechat.network.gnutls_ca_system * option weechat.network.gnutls_ca_file renamed to weechat.network.gnutls_ca_user * reload certificates when options are changed * remove build option CA_FILE | |||
2021-05-11 | core: update translations (issue #1285) | Sébastien Helleu | |
2021-05-11 | fifo: add PID in default FIFO pipe filename (issue #1285) | Sébastien Helleu | |
This is to prevent two WeeChat using the same runtime directory to use the same FIFO pipe. | |||
2021-05-11 | doc: add XDG directories support in docs (issue #1285) | Sébastien Helleu | |
2021-05-11 | xfer: remove "%h" from /help xfer.file.upload_path (issue #1285) | Sébastien Helleu | |
2021-05-11 | xfer: change default value of option xfer.file.download_path to ↵ | Sébastien Helleu | |
"${weechat_data_dir}/xfer" (issue #1285) | |||
2021-05-11 | script: change default value of option script.scripts.path to ↵ | Sébastien Helleu | |
"${weechat_cache_dir}/script" (issue #1285) | |||
2021-05-11 | relay: change default value of option relay.network.ssl_cert_key to ↵ | Sébastien Helleu | |
"${weechat_config_dir}/ssl/relay.pem" (issue #1285) | |||
2021-05-11 | relay: remove "%h" from help on UNIX socket path option (issue #1285) | Sébastien Helleu | |
2021-05-11 | relay: remove "%h" from /help relay (issue #1285) | Sébastien Helleu | |