Age | Commit message (Expand) | Author |
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" (c... | Sébastien Helleu |
2021-06-15 | irc: always set realname in nicks even when extended-join capability is not e... | Sébastien Helleu |
2021-06-15 | irc: add support of FAIL/WARN/NOTE messages (issue #1653) | Sébastien Helleu |
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 SCRAM-SHA-... | Sébastien Helleu |
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-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 | irc: split server command before evaluating it (issue #1643) | Sébastien Helleu |
2021-05-17 | irc: use constant GNUTLS_TLS1_3 only with GnuTLS >= 3.6.3 | Sébastien Helleu |
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 "tl... | Sébastien Helleu |
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 buflist... | Andrew Potter |
2021-05-14 | core: add generator and Python stub file for WeeChat API (issue #1377) | Sébastien Helleu |
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 |
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 "${weechat_da... | Sébastien Helleu |
2021-05-11 | script: change default value of option script.scripts.path to "${weechat_cach... | Sébastien Helleu |
2021-05-11 | relay: change default value of option relay.network.ssl_cert_key to "${weecha... | Sébastien Helleu |
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 |
2021-05-11 | logger: change default value of option logger.file.path to "${weechat_data_di... | Sébastien Helleu |
2021-05-11 | fifo: change default value of option fifo.file.path to "${weechat_runtime_dir... | Sébastien Helleu |
2021-05-11 | core: split WeeChat home in 4 directories, use XDG directories by default (is... | Sébastien Helleu |
2021-05-11 | core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285) | Sébastien Helleu |
2021-05-11 | logger: remove unused variable weechat_dir (issue #1285) | Sébastien Helleu |
2021-05-11 | relay: evaluate option relay.network.ssl_cert_key (issue #1285) | Sébastien Helleu |
2021-05-11 | irc: evaluate options irc.server_default.ssl_cert and irc.server.xxx.ssl_cert... | Sébastien Helleu |
2021-05-11 | irc: evaluate options irc.server_default.sasl_key and irc.server.xxx.sasl_key... | Sébastien Helleu |
2021-05-11 | core: evaluate option weechat.plugin.path (issue #1285) | Sébastien Helleu |
2021-04-26 | xfer: make file transfer fail when option xfer.file.auto_rename is off and fi... | Sébastien Helleu |
2021-04-11 | doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API refe... | Sébastien Helleu |
2021-04-10 | irc: remove unused variable ptr_address and dead code | Sébastien Helleu |
2021-04-10 | irc: remove dead assignment on variable pos_message | Sébastien Helleu |
2021-04-10 | trigger: remove useless test | Sébastien Helleu |
2021-04-09 | trigger: check that option is not NULL in function trigger_search_with_option | Sébastien Helleu |
2021-04-08 | trigger: fix description of function trigger_name_valid | Sébastien Helleu |
2021-04-08 | trigger: check that trigger is not NULL in functions trigger_rename and trigg... | Sébastien Helleu |
2021-04-06 | trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command ... | Sébastien Helleu |
2021-03-21 | buflist: improve help on option buflist.look.sort | Sébastien Helleu |
2021-03-21 | buflist: Fix wrong pointers being used in hdata_compare | Trygve Aaberge |
2021-03-14 | api: add info "weechat_daemon" | Sébastien Helleu |