Age | Commit message (Collapse) | Author |
|
install with cmake (bug #40313)
|
|
active/inactive/nicklist (closes #317)
|
|
on bar window pointers
|
|
|
|
|
|
|
|
callback if return code is WEECHAT_RC_ERROR
|
|
|
|
|
|
weechat.look.item_mouse_status and weechat.color.status_mouse
|
|
|
|
is removed from a buffer (closes #226)
|
|
weechat.look.buffer_time_format is not an empty string
|
|
|
|
|
|
items of status bar
|
|
set to "merged" (closes #199)
|
|
set to "action" or "both" (closes #206)
|
|
With a sorted list, the partial completion is about 50x faster
(like other completions).
|
|
With arraylist (vs weelist), the completion is about 50x faster.
It is visible on "/help [+tab]".
|
|
static libs
|
|
|
|
|
|
|
|
are displayed in same message (closes #171)
When several lines are displayed in a message (separated by "\n"), the
modifier "weechat_print" will now discard just one line (if return value is
an empty string), instead of discarding the whole message.
|
|
|
|
|
|
current buffer (closes #150)
|
|
(closes #130)
|
|
|
|
|
|
|
|
This is needed for automated tests, to exit with return code of tests.
|
|
|
|
|
|
buffer (closes #129)
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
defined in buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|