Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This allows the user to bind or unbind keys by setting options
"weechat.buffer.irc.list_xxx.key_bind_*" and
"weechat.buffer.irc.list_xxx.key_unbind_*".
|
|
(issue #194)
|
|
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were
marked deprecated since version 1.5).
A server name is added in the two infos and is optional, for backward
compatibility.
|
|
casemapping) (issue #194)
|
|
|
|
|
|
|
|
|
|
(closes #2000)
|
|
|
|
|
|
|
|
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)
|
|
|
|
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.
|
|
(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.
|
|
|
|
#1808)
|
|
|
|
|
|
|
|
|
|
irc_input_user_message_display
|
|
(issue #139)
|
|
|
|
(issue #139)
|
|
enabled (issue #139, issue #1577)
|
|
|
|
|
|
Now when doing `/me` (without arguments), the message sent is:
PRIVMSG #test :\x01ACTION\x01
instead of:
PRIVMSG #test :\x01ACTION \x01
|
|
|
|
(closes #1577, issue #139)
|