summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-03irc: change default value of server option "tls_priorities" to `NORMAL`Sébastien Helleu
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the default priorities since GnuTLS 3.4.0 (released on 2015-04-08).
2023-11-01irc: update help on color remap options, update translations (issue #2025)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
This is made using standard color code '\x04' followed by text color (RGB as hexadecimal) and optional background (RGB as hexadecimal).
2023-11-01core, plugins: set error to NULL before calling strtol()Sébastien Helleu
This is not strictly necessary, just in case the function strtol() doesn't update the pointer.
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 ↵Sébastien Helleu
buffer (closes #2037)
2023-10-30core: fix memory leak when config version is invalid or not supportedSébastien Helleu
2023-10-30core: fix memory leak when infolist variable can not be createdSébastien Helleu
2023-10-30core: check that buffer is not NULL in function ↵Sébastien Helleu
gui_chat_printf_date_tags_internal
2023-10-30core: fix use NULL pointer when a config file has no optionsSébastien Helleu
2023-10-30logger: remove dead assignmentSébastien Helleu
2023-10-30xfer: fix use of uninitialized variable when adding a new xferSébastien Helleu
2023-10-30xfer: fix use of NULL pointer in strrchr()Sébastien Helleu
2023-10-30core: fix crash when "config_version" is present in a configuration file ↵Sébastien Helleu
without a value
2023-10-30core: display an error on startup if environment variable "HOME" is not setSébastien Helleu
2023-10-30tests: check that environment variable "HOME" is set before using itSé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ébastien Helleu
server messages
2023-10-28ci: uninstall php8.1-imagick before build (issue #2009)Sébastien Helleu
When php imagick is installed and when WeeChat is compiled with gcc, there's a crash when the php plugin is loaded. Newer versions of gcc should fix the issue, but as in CI we can't easily use them, uninstalling imagick avoids the crash.
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 ↵Sébastien Helleu
`-ol` in command `/upgrade`
2023-10-24core: update German translationsNils Görs
2023-10-24core: update German translationsNils Görs
2023-10-23core: fix crash when a custom bar item name is already used by a default bar ↵Sébastien Helleu
item (closes #2034)
2023-10-23core: update German translationsNils Görs
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 ↵Sébastien Helleu
with hook_process (closes #2033)
2023-10-20core: update translations (issue #2005)Sébastien Helleu
2023-10-20logger: add description for examples in help on command `/logger` (issue #2005)Sébastien Helleu
2023-10-20irc: add description for examples in help on some commands (issue #2005)Sébastien Helleu
Help is updated on these commands: - `/allchan` - `/allpv` - `/allserv`
2023-10-20core: add description for examples in help on some commands (issue #2005)Sébastien Helleu
Help is updated on these commands: - `/allbuf` - `/bar` - `/print` - `/repeat` - `/secure` - `/wait`
2023-10-19core: update translations (issue #194, issue #2032)Sébastien Helleu
2023-10-19irc: revert compute of nick colors to case sensitive way, deprecate again ↵Sébastien Helleu
IRC nick color infos (issue #194, issue #2032)
2023-10-17core: update translations (issue #2005)Sébastien Helleu
2023-10-17xfer: format and translate commands line by line (issue #2005)Sébastien Helleu
2023-10-17trigger: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17spell: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17relay: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17script: format and translate commands line by line (issue #2005)Sébastien Helleu
2023-10-17logger: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17irc: format and translate commands line by line (issue #2005)Sébastien Helleu
2023-10-17fset: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17fifo: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17exec: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17charset: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17buflist: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17alias: format and translate command line by line (issue #2005)Sébastien Helleu
2023-10-17core: format and translate commands line by line (issue #2005)Sébastien Helleu