summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2021-05-22irc: split server command before evaluating it (issue #1643)Sébastien Helleu
2021-05-17irc: use constant GNUTLS_TLS1_3 only with GnuTLS >= 3.6.3Sébastien Helleu
2021-05-16irc: sort config options alphabetically (issue #1622)Sébastien Helleu
2021-05-16buflist, irc, xfer: do not translate "cleartext" in buffer local variable "tl...Sébastien Helleu
2021-05-16core: update translations (issue #1622)Sébastien Helleu
2021-05-16irc, buflist: add bar item "tls_version" with options for colors, add buflist...Andrew Potter
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11irc: evaluate options irc.server_default.ssl_cert and irc.server.xxx.ssl_cert...Sébastien Helleu
2021-05-11irc: evaluate options irc.server_default.sasl_key and irc.server.xxx.sasl_key...Sébastien Helleu
2021-04-10irc: remove unused variable ptr_address and dead codeSébastien Helleu
2021-04-10irc: remove dead assignment on variable pos_messageSébastien Helleu
2021-02-27irc: add bar item "irc_nick_prefix"Sébastien Helleu
2021-02-27irc: fix separator between nick and host in bar item "irc_nick_host"Sébastien Helleu
2021-02-03irc: add info "irc_is_message_ignored"Sébastien Helleu
2021-01-30irc: add function irc_server_get_chantypesSébastien Helleu
2021-01-30irc: use server option "default_chantypes" as fallback in function irc_nick_i...Sébastien Helleu
2021-01-30irc: use server option "default_chantypes" as fallback when automatically add...Sébastien Helleu
2021-01-30irc: improve help on server option "default_chantypes"Sébastien Helleu
2021-01-30irc: fix name of option "default_chantypes" in list of server optionsSébastien Helleu
2021-01-30irc: simplify code in function irc_channel_is_channelSébastien Helleu
2021-01-30irc: make default chantypes configurableMatti Virkkunen
2021-01-02core: update copyright datesSébastien Helleu
2021-01-02irc: remove obsolete comment on translationSébastien Helleu
2021-01-02irc: fix ambiguity on translation of word "server"Sébastien Helleu
2020-12-06irc: fix completion of commands /halfop and /dehalfopSébastien Helleu
2020-12-06irc: add missing parameter "-yes" in /help dehalfopSébastien Helleu
2020-12-06add -yes to output of /help voicedotflac
2020-10-18irc: remove SASL timeout message displayed by error after successful SASL aut...Sébastien Helleu
2020-09-12irc: fix again typo in English plural form of "normal"Sébastien Helleu
2020-09-12irc: fix typo in English plural form of "normal" (normals -> normal)Sébastien Helleu
2020-08-25irc: add comments in functions irc_color_decode and irc_color_encodeSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-08-17irc: replace calls to malloc by callocSébastien Helleu
2020-08-05irc: send all channels in a single JOIN command when reconnecting to the serv...Sébastien Helleu
2020-07-21irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ...Simmo Saan
2020-07-20irc: allow to send text on buffers with commands /allchan, /allpv and /allservSébastien Helleu
2020-07-20irc: evaluate command executed by commands /allchan, /allpv and /allserv (clo...Sébastien Helleu
2020-06-21irc: check that the first nick char is not a prefix char or chantype in funct...Sébastien Helleu
2020-06-21irc: change default chantypes from "#&+!" to "#&"Sébastien Helleu
2020-06-20irc: add support of UTF8MAPPING, add support of optional server in info "irc_...Sébastien Helleu
2020-06-20irc: return NULL in info "irc_is_channel" if arguments is NULL or empty stringSébastien Helleu
2020-06-15irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)Sébastien Helleu
2020-06-15irc: skip semicolon before account name in ACCOUNT messageSébastien Helleu
2020-06-04irc: fix add of ignore with flags in regex, display full ignore mask in list ...Sébastien Helleu
2020-06-03irc: display account messages in buffersMax Teufel
2020-05-19irc: do not remove spaces at the end of users messages received (closes #1513)Sébastien Helleu
2020-05-09irc: fix realname delimiter color in WHO/WHOX responseSimmo Saan
2020-05-08irc: reuse a buffer with wrong type "channel" when a private message is recei...Sébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu