Age | Commit message (Expand) | Author |
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-11 | core: split WeeChat home in 4 directories, use XDG directories by default (is... | 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-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-02-27 | irc: add bar item "irc_nick_prefix" | Sébastien Helleu |
2021-02-27 | irc: fix separator between nick and host in bar item "irc_nick_host" | Sébastien Helleu |
2021-02-03 | irc: add info "irc_is_message_ignored" | Sébastien Helleu |
2021-01-30 | irc: add function irc_server_get_chantypes | Sébastien Helleu |
2021-01-30 | irc: use server option "default_chantypes" as fallback in function irc_nick_i... | Sébastien Helleu |
2021-01-30 | irc: use server option "default_chantypes" as fallback when automatically add... | Sébastien Helleu |
2021-01-30 | irc: improve help on server option "default_chantypes" | Sébastien Helleu |
2021-01-30 | irc: fix name of option "default_chantypes" in list of server options | Sébastien Helleu |
2021-01-30 | irc: simplify code in function irc_channel_is_channel | Sébastien Helleu |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2021-01-02 | irc: remove obsolete comment on translation | Sébastien Helleu |
2021-01-02 | irc: fix ambiguity on translation of word "server" | Sébastien Helleu |
2020-12-06 | irc: fix completion of commands /halfop and /dehalfop | Sébastien Helleu |
2020-12-06 | irc: add missing parameter "-yes" in /help dehalfop | Sébastien Helleu |
2020-12-06 | add -yes to output of /help voice | dotflac |
2020-10-18 | irc: remove SASL timeout message displayed by error after successful SASL aut... | Sébastien Helleu |
2020-09-12 | irc: fix again typo in English plural form of "normal" | Sébastien Helleu |
2020-09-12 | irc: fix typo in English plural form of "normal" (normals -> normal) | Sébastien Helleu |
2020-08-25 | irc: add comments in functions irc_color_decode and irc_color_encode | Sébastien Helleu |
2020-08-23 | api: add argument "bytes" in function string_dyn_concat | Sébastien Helleu |
2020-08-17 | irc: replace calls to malloc by calloc | Sébastien Helleu |
2020-08-05 | irc: send all channels in a single JOIN command when reconnecting to the serv... | Sébastien Helleu |
2020-07-21 | irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ... | Simmo Saan |
2020-07-20 | irc: allow to send text on buffers with commands /allchan, /allpv and /allserv | Sébastien Helleu |
2020-07-20 | irc: evaluate command executed by commands /allchan, /allpv and /allserv (clo... | Sébastien Helleu |
2020-06-21 | irc: check that the first nick char is not a prefix char or chantype in funct... | Sébastien Helleu |
2020-06-21 | irc: change default chantypes from "#&+!" to "#&" | Sébastien Helleu |
2020-06-20 | irc: add support of UTF8MAPPING, add support of optional server in info "irc_... | Sébastien Helleu |
2020-06-20 | irc: return NULL in info "irc_is_channel" if arguments is NULL or empty string | Sébastien Helleu |
2020-06-15 | irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526) | Sébastien Helleu |
2020-06-15 | irc: skip semicolon before account name in ACCOUNT message | Sébastien Helleu |
2020-06-04 | irc: fix add of ignore with flags in regex, display full ignore mask in list ... | Sébastien Helleu |
2020-06-03 | irc: display account messages in buffers | Max Teufel |
2020-05-19 | irc: do not remove spaces at the end of users messages received (closes #1513) | Sébastien Helleu |
2020-05-09 | irc: fix realname delimiter color in WHO/WHOX response | Simmo Saan |