summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
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
2018-08-12api: add function hook_lineSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
2018-07-27core: update ChangeLog (issue #1162)Sébastien Helleu
2018-07-27core: allow partial buffer name in command /buffer close (closes #1226)Sébastien Helleu
2018-07-25scripts: fix duplicated lines in output of script eval (python, perl, ruby, l...Sébastien Helleu
2018-07-15core: send signal "key_pressed" for mouse code only if the string is UTF-8 va...Sébastien Helleu
2018-07-14Version 2.2Sébastien Helleu
2018-07-13lua: fix macros used to return valuesSébastien Helleu
2018-07-12python: fix crash when loading a script with Python >= 3.7 (closes #1219)Sébastien Helleu
2018-07-12python: add detection of Python 3.7Sébastien Helleu
2018-07-11irc: add nick, host and log tags in message displayed in private buffer when ...Sébastien Helleu
2018-07-10buflist: fix crash when setting the option buflist.look.signals_refresh with ...Sébastien Helleu
2018-07-08fset: fix memory leak when switching the format with ctrl-XSébastien Helleu
2018-07-08fset: fix truncation of option values when the length is greater than 4096 (c...Sébastien Helleu
2018-07-01relay: fix socket creation for relay server on OpenBSD (closes #1213)Sébastien Helleu
2018-06-23irc: display message 354 (WHOX) received with missing parameters (closes #1212)Sébastien Helleu
2018-06-17core: update ChangeLog (issue #1208)Sébastien Helleu
2018-06-14core: change default value of option weechat.look.hotlist_add_conditions (clo...Sébastien Helleu
2018-06-14relay: add filtering on protocol in info "relay_client_count" (issue #1206)Sébastien Helleu
2018-06-13core: update ChangeLogSébastien Helleu
2018-06-11fset: fix crash when applying filters after closing the fset buffer (closes #...Sébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ...Sébastien Helleu
2018-06-02core: count number of chars instead of bytes for suffix in function string_cutSébastien Helleu
2018-05-31trigger: hide password in command "/msg nickserv set password"Sébastien Helleu
2018-05-31core: send buffer pointer (when possible) in signal "hotlist_changed" (closes...Sébastien Helleu
2018-05-22core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195)Sébastien Helleu
2018-05-21core: add issue #219 in ChangeLogSébastien Helleu
2018-05-21core: update ChangeLogSébastien Helleu
2018-05-21core: update ChangeLogSébastien Helleu
2018-05-20core: update ChangeLogSébastien Helleu
2018-05-20core: update ChangeLogSébastien Helleu
2018-05-19irc: display current nick on connected servers in output of /server list|list...Sébastien Helleu
2018-05-18script: fix memory leak in case of invalid XML content in list of scriptsSébastien Helleu
2018-04-17core: fix infinite loop in evaluation of strings (closes #1183)Sébastien Helleu
2018-04-16core: do not set terminal title by default (option weechat.look.window_title)...Sébastien Helleu
2018-04-13scripts: fix memory leak in hook_info callbackSébastien Helleu
2018-04-12tests: add tests on infolistsSébastien Helleu
2018-04-12scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu
2018-04-10scripts: return long integer instead of string in function infolist_timeSébastien Helleu