summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-05-01trigger: add translation for first line of displayed triggersSébastien Helleu
2023-05-01core: add enabled/disabled status color in output of `/filter list` (closes #...Sébastien Helleu
2023-05-01core: remove options trigger.color.trigger and trigger.color.trigger_disabled...Sébastien Helleu
2023-05-01core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...Sébastien Helleu
2023-05-01irc: fix help on `sort` option in command `/autojoin` (issue #1876)Sébastien Helleu
2023-05-01core: keep only first message line in modifier "weechat_print" when input_mul...Sébastien Helleu
2023-05-01irc: add option `buffer` in command `/autojoin sort` (closes #1876)Sébastien Helleu
2023-05-01core: keep only first message line in hook line when input_multiline is not s...Sébastien Helleu
2023-04-27irc: add `${username}` in server options "nicks" and "username", change their...Sébastien Helleu
2023-04-27fset: change default value of option fset.color.value_selected from 80 to 159...Sébastien Helleu
2023-04-26irc: change default colors (issue #1920)Sébastien Helleu
2023-04-26core: enable option weechat.look.color_inactive_time by default (issue #1920)Sébastien Helleu
2023-04-26core: change default chat colors (issue #1920)Sébastien Helleu
2023-04-26logger: change default colors (issue #1920)Sébastien Helleu
2023-04-26script: change default colors (issue #1920)Sébastien Helleu
2023-04-26fset: enable option fset.look.use_color_value by default (issue #1920)Sébastien Helleu
2023-04-26fset: add options fset.color.color_name and fset.color.color_name_selected (i...Sébastien Helleu
2023-04-26fset: change default colors (issue #1920)Sébastien Helleu
2023-04-26core: change default prefix_suffix char and color (issue #1920)Sébastien Helleu
2023-04-26buflist: change default background color of current buffer (issue #1920)Sébastien Helleu
2023-04-26core: change default color of bars and windows separators (issue #1920)Sébastien Helleu
2023-04-26core: change default background color of status and title bars (issue #1920)Sébastien Helleu
2023-04-26core: add option weechat.color.status_name_insecure (issue #1920)Sébastien Helleu
2023-04-26core: always allow 256 colors, find nearest color if less colors are availabl...Sébastien Helleu
2023-04-26core: fix infinite loop on startup when running some gui commands before the ...Sébastien Helleu
2023-04-26core: fix display bug when drawing partially scrolled multilineTrygve Aaberge
2023-04-26ruby: Restore default SIGCHLD signal handler on unloadAndrew Potter
2023-04-25core: add option `split_return` in command `/input` (closes #1916)Sébastien Helleu
2023-04-25core: add cursor key l to quote focused lineTrygve Aaberge
2023-04-25core: add _chat_focused_line variable to get the focused lineTrygve Aaberge
2023-04-24irc: add message 742 (mode cannot be set)Sébastien Helleu
2023-04-24irc: add message 415 (cannot send message to channel)Sébastien Helleu
2023-04-23core: fix update of terminal title in some terminals like suckless terminal (...Sébastien Helleu
2023-04-23Revert "core: remove deprecated parameters from command `/input`"Sébastien Helleu
2023-04-22buflist: update example in /help buflist.look.sortSébastien Helleu
2023-04-21buflist: add example to sort on hotlist activity in /help buflist.look.sortSébastien Helleu
2023-04-20core: keep only first message line in hdata update of line_data when input_mu...Sébastien Helleu
2023-04-20core: do now allow buffer property "input_multiline" to be reset to 0, except...Sébastien Helleu
2023-04-19core: still split on printf when input_multiline isn't setTrygve Aaberge
2023-04-19core: don't split on newline characters in printf_date_tagsTrygve Aaberge
2023-04-19core: render newline characters in chat line messagesTrygve Aaberge
2023-04-19core: remove deprecated parameters from command `/input`Sébastien Helleu
2023-04-19core: convert deprecated commands bound to keys when upgrading weechat.conf t...Sébastien Helleu
2023-04-15api: add optional argument with version in info "version_number"Sébastien Helleu
2023-04-15doc/api: add more examples on function util_version_numberSébastien Helleu
2023-04-14core: remove unnecessary condition in comparison of timeval structuresSébastien Helleu
2023-04-13core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)Sébastien Helleu
2023-04-12core: update translations (issue #1903)Sébastien Helleu
2023-04-12irc: improve short description of server (issue #1903)Sébastien Helleu
2023-04-12irc: fix URL of doc on capability negotiation (issue #1903)Sébastien Helleu