Age | Commit message (Expand) | Author |
2021-11-21 | ruby: add detection of Ruby 3.0.0, remove old way to detect Ruby (closes #1721) | Sébastien Helleu |
2021-11-20 | core: add build with CMake and Ninja in CI | Sébastien Helleu |
2021-11-20 | core: add build on macOS 11 in CI | Sébastien Helleu |
2021-11-20 | build: add targets "changelog" and "rn" to build HTML version of ChangeLog an... | Sébastien Helleu |
2021-11-13 | trigger: hide key and password in command "/msg nickserv setpass nick key pas... | Sébastien Helleu |
2021-11-13 | core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" w... | Sébastien Helleu |
2021-11-12 | trigger: add support of option "-server" when hiding passwords in command /ms... | Sébastien Helleu |
2021-11-07 | core: fix random integer number with large range in evaluation of expressions... | Sébastien Helleu |
2021-11-06 | core: update ChangeLog | Sébastien Helleu |
2021-11-06 | irc: fix join of channels with name longer than 127 chars (closes #1717) | Sébastien Helleu |
2021-11-06 | api: add parameters pointers, extra_vars and options in function hdata_search | 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-23 | core: fix typo in ChangeLog | Sébastien Helleu |
2021-10-23 | core: update ChangeLog (closes #1666) | Sébastien Helleu |
2021-10-09 | irc: fix parsing of CAP message when there is no prefix (closes #1707) | Sébastien Helleu |
2021-10-01 | core: add command /toggle | Sébastien Helleu |
2021-09-27 | core: fix search of option when the section is not given | Sébastien Helleu |
2021-09-21 | irc: fix parsing of TAGMSG message when there is a colon before the channel | Sébastien Helleu |
2021-09-20 | core: add creation of user variables in evaluated expressions with ${define:n... | Sébastien Helleu |
2021-09-19 | Version 3.3 | Sébastien Helleu |
2021-09-09 | core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list" | Sébastien Helleu |
2021-09-06 | api: add split of string and shell arguments in evaluation of expressions | Sébastien Helleu |
2021-09-05 | core: add CVE id in ChangeLog | Sébastien Helleu |
2021-09-05 | core: update ChangeLog (closes #1599) | Sébastien Helleu |
2021-09-04 | lua: add detection of Lua 5.4 | Sébastien Helleu |
2021-09-04 | core: add version 3.2.1 | Sébastien Helleu |
2021-09-04 | relay: fix crash when decoding a malformed websocket frame | 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-31 | core: add options in command /input and new keys to remove/restore buffers in... | Sébastien Helleu |
2021-08-29 | core: update ChangeLog (closes #1689) | Sébastien Helleu |
2021-08-29 | api: add "${re:repl_index}" to get the index of replacement in function strin... | Sébastien Helleu |
2021-08-12 | irc: add option "-parted" in command /allchan (closes #1685) | Sébastien Helleu |
2021-08-08 | core: switch to PHP 8.0 in CI | Sébastien Helleu |
2021-08-08 | core: update ChangeLog (issue #1668) | Sébastien Helleu |
2021-08-07 | core: update ChangeLog (issue #1656) | Sébastien Helleu |
2021-08-06 | core: fix decoding of attributes in basic ANSI colors (closes #1678) | Sébastien Helleu |
2021-08-03 | irc: fix SASL authentication when AUTHENTICATE message is received with a ser... | Sébastien Helleu |
2021-08-03 | api: add random integer number in evaluation of expressions with "random:min,... | Sébastien Helleu |
2021-07-10 | irc: remove unneeded message about Diffie-Hellman shared secret exchange duri... | Sébastien Helleu |
2021-07-04 | core: update ChangeLog | Sébastien Helleu |
2021-07-03 | script: fix move of installed script on another filesystem (closes #1667) | Sébastien Helleu |
2021-07-03 | api: add function file_copy (issue #1667) | Sébastien Helleu |
2021-06-27 | irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657) | Simon Ser |
2021-06-26 | api: remember insertion order in hashtables | Sébastien Helleu |
2021-06-25 | irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413) | Sébastien Helleu |
2021-06-24 | irc: add support of capability "message-tags" (closes #1654) | Sébastien Helleu |
2021-06-24 | irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i... | Sébastien Helleu |
2021-06-24 | irc: add support of TAGMSG messages (issue #1654) | Sébastien Helleu |
2021-06-24 | irc: escape/unescape IRC message tags values (issue #1654) | Sébastien Helleu |
2021-06-22 | core: fix function string_match with joker in the string if multiple words ma... | Sébastien Helleu |