summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2021-10-09irc: fix parsing of CAP message when there is no prefix (closes #1707)Sébastien Helleu
2021-10-01core: add command /toggleSébastien Helleu
2021-09-27core: fix search of option when the section is not givenSébastien Helleu
2021-09-21irc: fix parsing of TAGMSG message when there is a colon before the channelSébastien Helleu
2021-09-20core: add creation of user variables in evaluated expressions with ${define:n...Sébastien Helleu
2021-09-19Version 3.3Sébastien Helleu
2021-09-09core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"Sébastien Helleu
2021-09-06api: add split of string and shell arguments in evaluation of expressionsSébastien Helleu
2021-09-05core: add CVE id in ChangeLogSébastien Helleu
2021-09-05core: update ChangeLog (closes #1599)Sébastien Helleu
2021-09-04lua: add detection of Lua 5.4Sébastien Helleu
2021-09-04core: add version 3.2.1Sébastien Helleu
2021-09-04relay: fix crash when decoding a malformed websocket frameSébastien Helleu
2021-09-03irc: fix send of empty JOIN when connecting to a server with only parted chan...Sébastien Helleu
2021-08-31core: add options in command /input and new keys to remove/restore buffers in...Sébastien Helleu
2021-08-29core: update ChangeLog (closes #1689)Sébastien Helleu
2021-08-29api: add "${re:repl_index}" to get the index of replacement in function strin...Sébastien Helleu
2021-08-12irc: add option "-parted" in command /allchan (closes #1685)Sébastien Helleu
2021-08-08core: switch to PHP 8.0 in CISébastien Helleu
2021-08-08core: update ChangeLog (issue #1668)Sébastien Helleu
2021-08-07core: update ChangeLog (issue #1656)Sébastien Helleu
2021-08-06core: fix decoding of attributes in basic ANSI colors (closes #1678)Sébastien Helleu
2021-08-03irc: fix SASL authentication when AUTHENTICATE message is received with a ser...Sébastien Helleu
2021-08-03api: add random integer number in evaluation of expressions with "random:min,...Sébastien Helleu
2021-07-10irc: remove unneeded message about Diffie-Hellman shared secret exchange duri...Sébastien Helleu
2021-07-04core: update ChangeLogSébastien Helleu
2021-07-03script: fix move of installed script on another filesystem (closes #1667)Sébastien Helleu
2021-07-03api: add function file_copy (issue #1667)Sébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
2021-06-26api: remember insertion order in hashtablesSébastien Helleu
2021-06-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)Sébastien Helleu
2021-06-24irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...Sébastien Helleu
2021-06-24irc: add support of TAGMSG messages (issue #1654)Sébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
2021-06-22core: fix function string_match with joker in the string if multiple words ma...Sébastien Helleu
2021-06-21irc: set notify level to "private" for received WALLOPSSébastien Helleu
2021-06-19irc: enable all capabilities by default (supported by both server and WeeChat...Sébastien Helleu
2021-06-19irc: add option irc.look.display_account_message (issue #320)Sébastien Helleu
2021-06-19irc: add option irc.look.display_extended_join (issue #320)Sébastien Helleu
2021-06-17core: add option "certs" in command /debugSébastien Helleu
2021-06-16core: fix build on macOS (closes #1662)Sébastien Helleu
2021-06-16core: add build on macOS in CISébastien Helleu
2021-06-15irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)Sébastien Helleu
2021-06-15core: update ChangeLogSébastien Helleu
2021-06-13Version 3.2Sébastien Helleu
2021-06-01irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-...Sébastien Helleu
2021-06-01api: add function crypto_hmac (issue #1628)Sébastien Helleu
2021-05-29irc: add variable "${target}" (target nick) in commands /kick and /kickbanSébastien Helleu
2021-05-26core: add signals "cursor_start" and "cursor_end"Sébastien Helleu