Age | Commit message (Expand) | Author |
2023-05-20 | irc: create server/channel/raw buffers with function buffer_new_props (issue ... | Sébastien Helleu |
2023-05-17 | irc: start from the beginning of nicks at automatic reconnection (closes #337) | arza |
2023-05-17 | irc: add field "utf8only" in IRC server structure | Sébastien Helleu |
2023-05-17 | irc: Implement the UTF8ONLY IRCv3 specification | Valentin Lorentz |
2023-05-14 | irc: set "input_multiline" to 1 in buffers only if capability draft/multiline... | Sébastien Helleu |
2023-05-14 | irc: add support of "LINELEN" in message 005 (max message length in bytes) (c... | Sébastien Helleu |
2023-05-14 | irc: reset all internal servers variables when disconnecting | Sébastien Helleu |
2023-05-14 | irc: add support of capability "draft/multiline" (closes #1923) | Sébastien Helleu |
2023-05-14 | irc: return arraylist instead of hashtable in function irc_server_sendf (issu... | Sébastien Helleu |
2023-05-14 | irc: don't split messages on "\n" in function irc_server_sendf (issue #1923) | Sébastien Helleu |
2023-05-03 | irc: add support of capability "batch" (closes #1292) | Sébastien Helleu |
2023-04-27 | irc: add `${username}` in server options "nicks" and "username", change their... | Sébastien Helleu |
2023-04-12 | core: update translations (issue #1903) | Sébastien Helleu |
2023-04-12 | irc: improve short description of server (issue #1903) | Sébastien Helleu |
2023-04-12 | irc: connect with TLS and port 6697 by default (issue #1903) | Sébastien Helleu |
2023-04-12 | irc: rename "ssl" options to "tls" (issue #1903) | Sébastien Helleu |
2023-04-12 | irc: check that IRC URL starts with "irc" (issue #1903) | Sébastien Helleu |
2023-04-12 | irc: add more info in description of function irc_server_alloc_with_url (issu... | Sébastien Helleu |
2023-04-12 | irc: set gnutls_sess, tls_cert and tls_cert_key to NULL by default in server ... | Sébastien Helleu |
2023-04-05 | tests: add tests on function irc_server_alloc_with_url | Sébastien Helleu |
2023-01-29 | irc: add server option "registered_mode" (closes #1625) | Andrew Potter |
2023-01-28 | core, plugins: check that string parameters are not NULL in search functions ... | Sébastien Helleu |
2023-01-28 | irc: make IRC server names case sensitive (issue #1872) | Sébastien Helleu |
2023-01-28 | core, plugins: make commands, hook command_run, completions and aliases case ... | Sébastien Helleu |
2023-01-23 | irc: fix autojoin on server connection (closes #1873) | Sébastien Helleu |
2023-01-01 | core: update copyright dates | Sébastien Helleu |
2022-12-17 | irc: do not join channels in server autojoin option after reconnection to the... | Sébastien Helleu |
2022-09-17 | irc: fix message when disconnecting from server in case of high lag when serv... | Sébastien Helleu |
2022-08-15 | irc: fix extract of isupport value when it is last in list and without value ... | Sébastien Helleu |
2022-08-07 | core: add option `-save` in command `/upgrade` (closes #1630) | Sébastien Helleu |
2022-03-10 | irc: rename server option "autojoin_record" to "autojoin_dynamic" | Sébastien Helleu |
2022-03-10 | irc: add server option "autojoin_record" | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2021-11-07 | irc: extend size of some internal buffers | Sébastien Helleu |
2021-11-06 | irc: fix join of channels with name longer than 127 chars (closes #1717) | Sébastien Helleu |
2021-11-04 | core: fix access to integer/long/time arrays in hdata, add support of static ... | Sébastien Helleu |
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 |