summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Collapse)Author
2021-12-19core: fix styles in ChangeLog and release notesSébastien Helleu
2021-12-18Version 3.4Sébastien Helleu
2021-12-01doc: remove tester's guideSébastien Helleu
2021-11-28core: update ChangeLogSébastien Helleu
2021-11-27doc: switch from prettify to pygments for syntax highlightingSébastien Helleu
2021-11-21core: add issue #1605 in ChangeLogSébastien Helleu
2021-11-21ruby: add detection of Ruby 3.0.0, remove old way to detect Ruby (closes #1721)Sébastien Helleu
2021-11-20core: add build with CMake and Ninja in CISébastien Helleu
2021-11-20core: add build on macOS 11 in CISébastien Helleu
2021-11-20build: add targets "changelog" and "rn" to build HTML version of ChangeLog ↵Sébastien Helleu
and release notes (CMake build only)
2021-11-13trigger: hide key and password in command "/msg nickserv setpass nick key ↵Sébastien Helleu
password"
2021-11-13core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" ↵Sébastien Helleu
when multiple "strip_items" are given
2021-11-12trigger: add support of option "-server" when hiding passwords in command ↵Sébastien Helleu
/msg nickserv register
2021-11-07core: fix random integer number with large range in evaluation of ↵Sébastien Helleu
expressions on GNU/Hurd
2021-11-06core: update ChangeLogSébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ↵Sébastien Helleu
arrays in hdata
2021-10-23core: fix typo in ChangeLogSébastien Helleu
2021-10-23core: update ChangeLog (closes #1666)Sébastien Helleu
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
This fixes the display of typing notifications on some IRC servers like inspircd.
2021-09-20core: add creation of user variables in evaluated expressions with ↵Sébastien Helleu
${define:name,value}
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
Split of string: ${split:number,separators,flags,xxx} Split of shell arguments: ${split_shell:number,xxx}
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 ↵Sébastien Helleu
channels (closes #1638)
2021-08-31core: add options in command /input and new keys to remove/restore buffers ↵Sébastien Helleu
in hotlist New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers
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 ↵Sébastien Helleu
string_eval_expression
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 ↵Sébastien Helleu
server name (closes #1679)
2021-08-03api: add random integer number in evaluation of expressions with ↵Sébastien Helleu
"random:min,max"
2021-07-10irc: remove unneeded message about Diffie-Hellman shared secret exchange ↵Sébastien Helleu
during SSL connection to server (closes #857)
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
This is useful to implement IRC protocol extensions which introduce new commands.
2021-06-26api: remember insertion order in hashtablesSébastien Helleu