Age | Commit message (Expand) | Author |
2021-10-17 | irc: parse and return command parameters in message parser | Sébastien Helleu |
2021-09-03 | irc: fix send of empty JOIN when connecting to a server with only parted chan... | Sébastien Helleu |
2021-08-08 | irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag... | Sébastien Helleu |
2021-07-10 | irc: remove unneeded message about Diffie-Hellman shared secret exchange duri... | Sébastien Helleu |
2021-07-04 | irc, typing: display typing status for IRC nicks | Sébastien Helleu |
2021-07-04 | irc: send typing status as TAGMSG to other users | Sébastien Helleu |
2021-06-27 | irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657) | Simon Ser |
2021-06-25 | irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413) | Sébastien Helleu |
2021-06-19 | irc: enable all capabilities by default (supported by both server and WeeChat... | 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-05-29 | irc: add variable "${target}" (target nick) in commands /kick and /kickban | Sébastien Helleu |
2021-05-16 | buflist, irc, xfer: do not translate "cleartext" in buffer local variable "tl... | 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-01-30 | irc: add function irc_server_get_chantypes | Sébastien Helleu |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-08-23 | api: add argument "bytes" in function string_dyn_concat | Sébastien Helleu |
2020-08-05 | irc: send all channels in a single JOIN command when reconnecting to the serv... | Sébastien Helleu |
2020-06-20 | irc: add support of UTF8MAPPING, add support of optional server in info "irc_... | Sébastien Helleu |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu |
2020-03-28 | irc: remove empty lines | Sébastien Helleu |
2020-03-12 | irc: fix variable name in function irc_server_connect when GnuTLS is disabled | Sébastien Helleu |
2020-03-09 | irc: add support of fake servers (no I/O, for testing purposes) | Sébastien Helleu |
2020-03-08 | irc: copy temporary server flag in command /server copy | Sébastien Helleu |
2020-02-10 | irc: use irc_server_prefix_chars_default if server->prefix_chars is NULL | Sébastien Helleu |
2020-02-09 | irc: fix crash when a new message 005 is received with longer nick prefixes | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-12-13 | irc: fix compilation with GnuTLS < 3.1.0 (issue #115) | Simmo Saan |
2019-10-09 | irc: add server option ssl_password for SSL certificate private key password ... | Simmo Saan |
2019-10-09 | irc: fix compiler warning on uninitialized variable | Sébastien Helleu |
2019-09-27 | irc: add "user" in output of irc_message_parse (closes #136) | Sébastien Helleu |
2019-09-22 | irc: remove option irc.network.channel_encode, add server option "charset_mes... | Sébastien Helleu |
2019-08-05 | irc: fix memory leak when removing a server | Sébastien Helleu |
2019-08-04 | irc: add variables "user_max_length" and "host_max_length" in server structur... | Sébastien Helleu |
2019-07-11 | irc: quote NICK command argument sent to the server only if there's a ":" in ... | Sébastien Helleu |
2019-06-15 | irc: strip spaces at beginning/end of addresses in server option "addresses" ... | Sébastien Helleu |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu |
2019-05-12 | irc: rename server variable "nick_host" to "host" | Sébastien Helleu |
2019-05-10 | irc: add bar items "irc_nick", "irc_host" and "irc_nick_host" | Sébastien Helleu |
2019-05-10 | irc: add variable "nick_host" in server structure | Sébastien Helleu |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu |
2019-03-21 | irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_finge... | Sébastien Helleu |
2019-03-12 | irc: fix compilation warning when gnutls is not found | Sébastien Helleu |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split (closes... | Sébastien Helleu |
2019-02-28 | irc: quote argument to NICK | Matthew Martin |
2019-01-01 | core: update copyright dates | Sébastien Helleu |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu |
2018-05-20 | irc: fix code style | Sébastien Helleu |