summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2019-02-22fset: fix slow refresh of fset buffer during /reload (closes #1313)Sébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
2019-02-19core: update ChangeLog (issue #1306, issue #1307)Sébastien Helleu
2019-02-18core: fix compilation on Mac OS (closes #1308)Sébastien Helleu
2019-02-17Version 2.4Sébastien Helleu
2019-02-04irc: fix parsing of whois messages in notifySébastien Helleu
2019-01-29irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are co...Sébastien Helleu
2019-01-28relay: fix crash on /upgrade when the real IP is not set (closes #1294)Sébastien Helleu
2019-01-27aspell: look for suggestions only if the misspelled word has changed (closes ...Sébastien Helleu
2019-01-26core: do not automatically add a space when completing "nick:" at the beginni...Sébastien Helleu
2019-01-26core: fix compilation of empty regular expression (not allowed on FreeBSD)Sébastien Helleu
2019-01-26tests: fix evaluation tests on FreeBSDSébastien Helleu
2019-01-26tests: fix UTF-8 tests on FreeBSDSébastien Helleu
2019-01-20irc: return IRC color code instead of WeeChat color code when decoding a too ...Sébastien Helleu
2019-01-20irc: fix encoding of italic attribute when colors are removedSébastien Helleu
2019-01-20buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist (s...Sébastien Helleu
2019-01-20core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (s...Sébastien Helleu
2019-01-20buflist: add alternate key codes for F1/F2 and alt-F1/alt-F2 (compatibility w...Sébastien Helleu
2019-01-13core: update ChangeLogSébastien Helleu
2019-01-11irc: fix parsing of "time" message tag on FreeBSD (issue #1289)Sébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-17exec: add option exec.command.shell to customize the shell used with /exec -shSébastien Helleu
2018-11-17core: add command line option "-t" (or "--temp-dir") to create a temporary We...Sébastien Helleu
2018-11-14core: fix forced highlight on messages sent to other buffers (closes #1277)Sébastien Helleu
2018-11-12relay: add support of close frame in websocket connection (closes #1281)Sébastien Helleu
2018-11-08core: add fix of memory leak in ChangeLogSébastien Helleu
2018-11-05buflist: add variable ${number2}, always set with the indented buffer numberSébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second authentic...Sébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-02api: return integer in function string_encode_base64Sébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-10-27buflist: fix warning displayed when script buffers.pl is loaded (closes #1274)Sébastien Helleu
2018-10-21Version 2.3Sébastien Helleu
2018-10-16php: add detection of PHP 7.3Sébastien Helleu
2018-10-14core: update ChangeLog (issue #1267)Sébastien Helleu
2018-10-09core: add repeat of string in evaluation of expressions with "repeat:count,st...Sébastien Helleu
2018-10-08core: fix evaluation of nested ternary operators (closes #1263)Sébastien Helleu
2018-10-06core: update ChangeLog (issue #1259)Sébastien Helleu
2018-09-30relay: add real IP in client description (closes #1256)Sébastien Helleu
2018-09-20irc: display a warning when the value of option irc.server.xxx.autojoin is se...Sébastien Helleu
2018-09-18core: allow multiple arguments in command /buffer closeSébastien Helleu
2018-09-06core: allow multiple options "-r" ("--run-command") in command line arguments...Sébastien Helleu
2018-08-18core: fix evaluation of condition when the left operand is an empty stringSébastien Helleu
2018-08-17core: add option "-P" (or "--plugins") to customize the plugins to load at st...Sébastien Helleu
2018-08-17core: add "line" trigger in ChangeLogSébastien Helleu
2018-08-16trigger: allow creation of temporary variables with the regexSébastien Helleu
2018-08-16core: fix string evaluation with regex replacement when the string is emptySébastien Helleu
2018-08-16tests: add tests on modifier hookSébastien Helleu
2018-08-15api: fix memory leak in function string_splitSébastien Helleu