Age | Commit message (Collapse) | Author |
|
This bar item is overridden by the irc bar item with the same name, but it used
on relay remote buffers, so that the lag is visible as well.
|
|
has been added or changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If buffer->input_get_any_user_data is set to 1, any command executed via a
buffer local key is considered as user input and then sent to the buffer
callback, instead of being executed directly.
This is used on relay remote buffers, to execute the command on the remote
instead of locally.
|
|
The signal "buffer_line_added" is now sent for every line added or modified on
a buffer with free content.
|
|
nicklist_nick_set (issue #2081)
|
|
and nicklist_search_nick (issue #2081)
|
|
|
|
|
|
gui_nicklist_get_group_start
|
|
|
|
(issue #865)
|
|
(issue #865)
|
|
(issue #865)
|
|
(issue #865)
|
|
(issue #865)
|
|
(issue #865)
|
|
|
|
(issue #865)
|
|
(issue #865)
|
|
#865)
|
|
(issue #865)
|
|
|
|
|
|
|
|
|
|
|
|
nick is offline with a highlight
|
|
The id is a "long long" variable with the current time (microseconds
precision).
It is guaranteed to be unique for all groups and nicks inside the buffer, and
the same number is never used again in the same buffer, during the lifetime of
the process.
It persists and is unchanged after `/upgrade`.
|
|
This allows buffers to get any user input, including commands, that are sent to
the buffer callback instead of being executed on the buffer.
|
|
|