summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
AgeCommit message (Expand)Author
2023-11-04core: update ChangeLogSébastien Helleu
2023-11-03relay: change default value of option relay.network.tls_priorities to `NORMAL`Sébastien Helleu
2023-11-03irc: change default value of server option "tls_priorities" to `NORMAL`Sébastien Helleu
2023-11-01irc: add option irc.color.term_remap (closes #2025)Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
2023-11-01core: display an error with command `/history N` when N is not a valid integerSébastien Helleu
2023-10-30trigger: rename local variable "trigger_filter" to "filter" on monitor buffer...Sébastien Helleu
2023-10-30core: fix memory leak when config version is invalid or not supportedSébastien Helleu
2023-10-30core: fix crash when "config_version" is present in a configuration file with...Sébastien Helleu
2023-10-30core: display an error on startup if environment variable "HOME" is not setSébastien Helleu
2023-10-30ruby: fix use of NULL variable when displaying exceptionSébastien Helleu
2023-10-30irc: add tags "nick_xxx" and "host_xxx" in all messages, including self and s...Sébastien Helleu
2023-10-26core: add version 4.1.1Sébastien Helleu
2023-10-26core: add version 4.0.6Sébastien Helleu
2023-10-26core: display only version with command `/version`, add options `-o` and `-ol...Sébastien Helleu
2023-10-23core: fix crash when a custom bar item name is already used by a default bar ...Sébastien Helleu
2023-10-22core: add number of processes in command `/sys waitpid`Sébastien Helleu
2023-10-20core: fix random timeouts when a lot of concurrent processes are launched wit...Sébastien Helleu
2023-10-19irc: revert compute of nick colors to case sensitive way, deprecate again IRC...Sébastien Helleu
2023-10-17api: add support of format/translation of command arguments description line ...Sébastien Helleu
2023-10-17api: add function string_concat (issue #2005)Sébastien Helleu
2023-10-15irc: add option irc.look.ignore_tag_messages (closes #989)Sébastien Helleu
2023-10-15core: update ChangeLog (closes #1956)Sébastien Helleu
2023-10-15core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2...Sébastien Helleu
2023-10-15Version 4.1.0Sébastien Helleu
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