summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2020-05-09core: update ChangeLog (issue #1454, issue #1456)Sébastien Helleu
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print mod...Sébastien Helleu
2020-05-08irc: reuse a buffer with wrong type "channel" when a private message is recei...Sébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-05-07trigger: fix truncated trigger command with commands /trigger input|output|re...Sébastien Helleu
2020-05-05core: add include comparison operators in evaluation of expressionsSébastien Helleu
2020-05-03tests: switch to Ubuntu Bionic, use pylint3 to lint Python scripts (Travis CI)Sébastien Helleu
2020-05-03exec: fix use of same task id for different tasks (closes #1491)Sébastien Helleu
2020-05-03core: update ChangeLogSébastien Helleu
2020-05-01relay: fix slow send of data to clients when SSL is enabledSébastien Helleu
2020-04-28core: update ChangeLog (issue #713)Sébastien Helleu
2020-04-28relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-04-24core: add default key alt-shift-N to toggle nicklist barSébastien Helleu
2020-04-24buflist: add default key alt-shift-B to toggle buflistSébastien Helleu
2020-04-24buflist: add options enable/disable/toggle in command /buflistSébastien Helleu
2020-04-22core: reload config on SIGHUPTom Fitzhenry
2020-04-19core: add command line option "--stdout" in weechat-headless binary (closes #...Sébastien Helleu
2020-04-19core: log to stdout, if headlessTom Fitzhenry
2020-04-18trigger: do not hide values of options with /set command in cmd_pass triggerSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-04-17relay: rename configuration options and keywords in handshake command (weecha...Sébastien Helleu
2020-04-14relay: add command "handshake" in weechat relay protocol and nonce to prevent...Sébastien Helleu
2020-04-12core: move line from "Bug fixes" to "New features" (issue #1358)Sébastien Helleu
2020-04-12relay: add option relay.network.auth_timeoutSébastien Helleu
2020-04-12relay: update default colors for client statusSébastien Helleu
2020-04-12relay: actually use the client status "waiting_auth" in irc and weechat proto...Sébastien Helleu
2020-04-12core: update ChangeLog (issue #1461)Sébastien Helleu
2020-04-12trigger: evaluate arguments of command when the trigger is created (closes #1...Sébastien Helleu
2020-04-11core: update ChangeLog (issue #1460)Sébastien Helleu
2020-04-07core: fix memory leak in calculation of expression on FreeBSD (closes #1469)Sébastien Helleu
2020-04-07core: fix resize of a bar when its size is 0 (automatic) (closes #1470)Sébastien Helleu
2020-04-06buflist: evaluate option buflist.look.sort (closes #1465)Sébastien Helleu
2020-04-05doc: fix broken literal blocks in Japanese docs with Firefox (closes #1466)Sébastien Helleu
2020-04-04python: fix crash when invalid UTF-8 string is in a WeeChat hashtable convert...Sébastien Helleu
2020-03-30tests: add tests on IRC color functionsSébastien Helleu
2020-03-29core: remove directory usr/share/applications/ from cygport fileSébastien Helleu
2020-03-29Version 2.8Sébastien Helleu
2020-03-21irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)Sébastien Helleu
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-03-11tests: add tests on IRC protocol functions and some callbacksSébastien Helleu
2020-03-09irc: add support of fake servers (no I/O, for testing purposes)Sébastien Helleu
2020-03-08irc: copy temporary server flag in command /server copySébastien Helleu
2020-03-03core: update ChangeLog (issue #1455)Sébastien Helleu
2020-03-02core: fix ChangeLog entrySébastien Helleu
2020-03-02tests: fix generation of test scripts with Python 3.8Sébastien Helleu
2020-03-02core: add CVE ids in ChangeLogSébastien Helleu
2020-03-02relay: accept hash of password in init command with option "password_hash"Sébastien Helleu
2020-03-01api: add function crypto_hash_pbkdf2Sébastien Helleu