Age | Commit message (Collapse) | Author |
|
5.38 (closes #1996)
|
|
|
|
|
|
|
|
(closes #2000)
|
|
(issue #1999)
|
|
|
|
|
|
|
|
|
|
scripts not present in the repository (closes #1980)
|
|
|
|
|
|
|
|
New options:
- irc.color.list_buffer_line_selected
- irc.color.list_buffer_line_selected_bg
- irc.look.list_buffer_sort
- irc.look.list_buffer_scroll_horizontal
- irc.look.new_list_position
- irc.look.list_buffer_topic_strip_colors
|
|
message 321 (start of /list)
|
|
|
|
|
|
|
|
|
|
"echo-message" is enabled (closes #1991)
|
|
actually joined (closes #1990)
|
|
This happens when server option autojoin_dynamic is on and option
irc.look.buffer_switch_autojoin is off.
Regression was introduced in version 4.0.0 by commit
1c3b871204072b612ea3793708b508fc4de923be.
|
|
Bug was introduced in WeeChat 3.4 by commit
c4b4d80936b5b1fe9f179a481f5c3a325ff8e42e.
|
|
|
|
|
|
|
|
CLIENTINFO" (issue #1974)
|
|
|
|
#1974)
|
|
|
|
(issue #1974)
|
|
|
|
New options:
- fset.color.allowed_values
- fset.color.allowed_values_selected
|
|
|
|
The mouse actions now properly handle the case where options are displayed on
multiple lines to calculate the option index in list.
|
|
|
|
|
|
The type "enum" replaces type "integer" when used with string values.
For compatibility, any option created with type "integer" and string values is
automatically created to "enum" on creation, with no error.
|
|
|
|
|
|
The command is now executed on the buffer where it is received instead of the
current buffer (in most cases this is the same buffer, but could be different
sometimes).
|
|
|
|
(closes #1953)
|
|
|
|
|
|
config_set_plugin and config_set_desc_plugin
|
|
(issue #1736)
|
|
|
|
Commands 716/717 are returned if the target user has mode +g, they look like
this:
:server 716 my_nick bob :is in +g mode and must manually allow you to message them. Your message was discarded.
:server 717 my_nick bob :has been informed that you messaged them.
|