summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2019-08-17buflist: use extra variables in option buflist.look.display_conditions (close...Sébastien Helleu
2019-08-10core: create or update option weechat.notify.xxx when function buffer_set is ...Sébastien Helleu
2019-08-10api: add function list_user_data (issue #666)Andrew Potter
2019-08-10core: update ChangeLog (issue #615)Sébastien Helleu
2019-08-06tests: add tests on IRC function irc_nick_is_nickSébastien Helleu
2019-08-05irc: fix memory leak when removing a serverSébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server structur...Sébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_hostSébastien Helleu
2019-07-31core: update ChangeLog (issue #1384)Sébastien Helleu
2019-07-31core: update ChangeLog (issue #1382)Sébastien Helleu
2019-07-11core: update ChangeLog (issue #1375)Sébastien Helleu
2019-07-11irc: quote NICK command argument sent to the server only if there's a ":" in ...Sébastien Helleu
2019-07-10irc: add unit tests on ignore functionsSébastien Helleu
2019-07-08debian: disable Javascript plugin on Debian Buster/Bullseye (closes #1374)Sébastien Helleu
2019-07-05core: move line from "New features" to "Bug fixes" in ChangeLogSébastien Helleu
2019-07-04irc: return all arguments in the PONG response to a PING (closes #1369)Sébastien Helleu
2019-07-01core: compile with Python 3 by defaultSébastien Helleu
2019-06-28core: update ChangeLog (closes #1343, closes #1345)Sébastien Helleu
2019-06-26core: send command line parameter to plugins only if the name starts with the...Sébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-06-16core: replace newlines by spaces in argument "completion" of function hook_co...Sébastien Helleu
2019-06-15irc: disable server reconnection when the server buffer is closed (closes #236)Sébastien Helleu
2019-06-15irc: strip spaces at beginning/end of addresses in server option "addresses" ...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-15irc: fix display of enabled/disabled client capabilities received in command ...Sébastien Helleu
2019-06-12exec: evaluate option exec.command.shell, change default value to "${env:SHEL...Sébastien Helleu
2019-06-07core: update ChangeLogSébastien Helleu
2019-06-07core: replace char "," by "~" in color codes to separate foreground from back...Sébastien Helleu
2019-06-07doc: replace "cmake" by "CMake"Sébastien Helleu
2019-06-06Version 2.5Sébastien Helleu
2019-05-27doc: disambiguate key binding "l", which is lower "L" (not "1")Sébastien Helleu
2019-05-13core: update ChangeLog (closes #733, closes #1333)Sébastien Helleu
2019-05-12irc: rename server variable "nick_host" to "host"Sébastien Helleu
2019-05-11core: update ChangeLog (issue #1346)Sébastien Helleu
2019-05-10irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"Sébastien Helleu
2019-05-10irc: add variable "nick_host" in server structureSébastien Helleu
2019-05-10irc: fix parsing of MODE command when there are colons after the first mode a...Sébastien Helleu
2019-05-01core: update ChangeLog (issue #1341, issue #1342)Sébastien Helleu
2019-04-20core: update ChangeLogSébastien Helleu
2019-04-20tests: add link with iconv library (if found)Sébastien Helleu
2019-04-14core: use getopt to parse command line argumentsSébastien Helleu
2019-04-13core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931)Adrian Bjugård
2019-04-13core: add option weechat.look.buffer_time_same (closes #1127)Simmo Saan
2019-04-13trigger: add hook "info_hashtable"Sébastien Helleu
2019-04-13trigger: add hook "info"Sébastien Helleu
2019-04-13irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_...Sébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-04-06xfer: add option xfer.network.speed_limit_recv (closes #269)Sébastien Helleu