Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
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 | 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 | 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-11 | core: split WeeChat home in 4 directories, use XDG directories by default ↵ | Sébastien Helleu | |
(issue #1285) The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets | |||
2021-05-11 | irc: evaluate options irc.server_default.ssl_cert and ↵ | Sébastien Helleu | |
irc.server.xxx.ssl_cert (issue #1285) | |||
2021-05-11 | irc: evaluate options irc.server_default.sasl_key and ↵ | Sébastien Helleu | |
irc.server.xxx.sasl_key (issue #1285) | |||
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 | |
Use "!" instead of "@" to separate nick from host, like it is done in IRC protocol. The nick and host is now displayed as "nick!user@host" instead of "nick@user@host". | |||
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 ↵ | Sébastien Helleu | |
irc_nick_is_nick | |||
2021-01-30 | irc: use server option "default_chantypes" as fallback when automatically ↵ | Sébastien Helleu | |
adding channel type on join | |||
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 | |
This fixes the following warning: /usr/bin/xgettext: warning: msgid 'server' is used without plural and with plural. ./src/plugins/irc/irc-bar-item.c:136: Here is the occurrence without plural. ./src/plugins/irc/irc.c:154: Here is the occurrence with plural. Workaround: If the msgid is a sentence, change the wording of the sentence; otherwise, use contexts for disambiguation. | |||
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 | |
currently /help voice does not tell you that you need -yes if you are using *. i have changed it to match /help op, /help deop and /help devoice | |||
2020-10-18 | irc: remove SASL timeout message displayed by error after successful SASL ↵ | Sébastien Helleu | |
authentication (closes #1515) The SASL timer is removed immediately when the SASL authentication is successful or has failed. | |||
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 | |
After these calls to malloc the memory is set to zero, so it's better to call calloc that does it already. | |||
2020-08-05 | irc: send all channels in a single JOIN command when reconnecting to the ↵ | Sébastien Helleu | |
server (closes #1551) | |||
2020-07-21 | irc: add pointer "irc_nick" in hashtable sent to hook focus callback (closes ↵ | Simmo Saan | |
#1535) | |||
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 ↵ | Sébastien Helleu | |
(closes #1536) The extra variables are now replaced (in addition to `$server`, `$channel` and `$nick`): - `${irc_server.xxx}`: variable xxx in server - `${irc_channel.xxx}`: variable xxx in channel | |||
2020-06-21 | irc: check that the first nick char is not a prefix char or chantype in ↵ | Sébastien Helleu | |
function irc_nick_is_nick | |||
2020-06-21 | irc: change default chantypes from "#&+!" to "#&" | Sébastien Helleu | |
The default chantypes was conflicting with irc_server_prefix_chars_default ("@+"). | |||
2020-06-20 | irc: add support of UTF8MAPPING, add support of optional server in info ↵ | Sébastien Helleu | |
"irc_is_nick" (closes #1528) |