summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2023-10-10core: fix zombie processes remaining after the end of forked processes (close...Sébastien Helleu
2023-10-09irc: move value `-all` at the end of completions for command `/ignore del`Sébastien Helleu
2023-10-07irc: fix memory leak when joining channels with keysSébastien Helleu
2023-10-05core: fix build error if CMake option ENABLE_NLS is turned to off or if requi...Sébastien Helleu
2023-10-01core: update ChangeLog (issue #2024)Sébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-10-01buflist: rename completions with itemsSébastien Helleu
2023-10-01buflist: add support of item names in command `/buflist refresh`Sébastien Helleu
2023-09-25core: update ChangeLogSébastien Helleu
2023-09-24core: add version 4.0.5Sébastien Helleu
2023-09-22irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ...Sébastien Helleu
2023-09-22script: fix removal of script in system directory while trying to install a s...Sébastien Helleu
2023-09-20script: fix autoload of multiple scripts at once with `/script autoload` (clo...Sébastien Helleu
2023-09-16api: add function hook_urlSébastien Helleu
2023-09-15script: rename parameters up/down/go to -up/-down/-go in command `/script`Sébastien Helleu
2023-09-14irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)Sébastien Helleu
2023-09-14irc: don't open a new private buffer on `/msg` command when capability echo-m...Sébastien Helleu
2023-09-14core: move ChangeLog entry to the appropriate versionSébastien Helleu
2023-09-14irc: fix title of private buffers wrongly set to own address when capability ...Sébastien Helleu
2023-09-13core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `bl...Sébastien Helleu
2023-09-13api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...Sébastien Helleu
2023-09-12core: automatically backup config file read if it has an unsupported version ...Sébastien Helleu
2023-09-12xfer: fix memory leak on plugin unloadSébastien Helleu
2023-09-12irc: fix unexpected message sent to server when part of the second line of an...Sébastien Helleu
2023-09-11irc: fix autojoin of channels when private buffers are opened (closes #2012)Sébastien Helleu
2023-09-11core: display a message when a configuration file is updated to a newer versionSébastien Helleu
2023-09-08xfer: display an error message when opening file for read or write fails (iss...Sébastien Helleu
2023-09-07core: add completion "eval_variables", used in completion of `/eval`Sébastien Helleu
2023-09-06core: update ChangeLog (issue #2004)Sébastien Helleu
2023-08-29core: fix style for keys in ChangeLogSébastien Helleu
2023-08-29core: add new key ctrl+z in ChangeLogSébastien Helleu
2023-08-29api: add support of path to variable and hashtable comparison in function hda...Sébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-28core: add command `/sys` to show resource limits and usageSébastien Helleu
2023-08-27script: fix crash when a `/script` command triggers another `/script` command...Sébastien Helleu
2023-08-27core: ignore key bindings with empty commandSébastien Helleu
2023-08-27core: add support of quotes in commands `/key bind` and `/key bindctxt`Sébastien Helleu
2023-08-27irc: add count and mode filter in command `/names` (closes #98)Sébastien Helleu
2023-08-27core: evaluate command given to `/repeat` with contextual variables (closes #...Sébastien Helleu
2023-08-26irc: add count for all nick modes in output of `/names` (closes #97)Sébastien Helleu
2023-08-25core: add option `callbacks` in command `/debug`Sébastien Helleu
2023-08-24core: update ChangeLog (issue #2006)Sébastien Helleu
2023-08-24script: add local key bindings during the buffer creationSébastien Helleu
2023-08-24fset: add local key bindings during the buffer creationSébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-24core: add option `setauto` in command `/buffer` (issue #352)Sébastien Helleu
2023-08-24core: add options weechat.buffer.* to save buffer properties set by user (iss...Sébastien Helleu
2023-08-24irc: compute color in case insensitive way (closes #194)Sébastien Helleu
2023-08-23irc: add tests on server functionsSébastien Helleu
2023-08-23irc: fix string comparison when CASEMAPPING is set to "ascii"Sébastien Helleu