Age | Commit message (Collapse) | Author |
|
colon before the channel name (closes #83)
The problem was only affecting scripts or triggers using the parser.
The irc plugin does not use the "channel" variable built by the parser
(when parsing JOIN/PART messages).
|
|
|
|
A flag "closing" has been added in buffers. It is set to 1 when the buffer
is closing, and then no more printf is allowed in the buffer (a message
printed on relay buffer was causing a crash when it is closed).
|
|
pointers (WeeChat protocol)
|
|
|
|
|
|
|
|
(closes #86)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from string to integer (in scripts)
|
|
The new option has changed the behavior again, so "/join 0" will now
part all channels by default.
|
|
|
|
irc.look.display_join_message (closes #75)
|
|
|
|
|
|
|
|
name contains dots
|
|
|
|
|
|
Yeah \o/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same number)
|
|
the regex
|
|
|
|
#12163, closes #48)
This option replaces the option irc.look.item_channel_modes_hide_key.
It is now a string, so channel modes arguments can be hidden using many
channel modes (or all, with "*").
|
|
|
|
|
|
remove a buffer from hotlist)
|
|
|
|
|
|
merged buffer is zoomed) (task #12845)
There was a bug with "num_displayed" in buffers when they are merged and
that one buffer is zoomed: now the num_displayed is > 0 for the active buffer,
and it is set to 0 for all merged non-active buffers (only in case of zoom).
A variable "zoomed" has been added in buffers to know if a buffer with this
number is zoomed or not (possibly another buffer).
|
|
|
|
|
|
|
|
|
|
The bug happened when options weechat.look.prefix_align and
weechat.look.prefix_buffer_align are set to "none".
|