Age | Commit message (Collapse) | Author |
|
|
|
found
|
|
|
|
|
|
#23078)
|
|
commands with same name from different plugins
|
|
(like scroll, ..)
|
|
These keys can be set thru API function "buffer_set", for example:
weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up");
weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down");
weechat_buffer_set(my_buffer, "key_unbind_meta2-B", "");
weechat_buffer_set(my_buffer, "key_unbind_*", "");
These keys are volatile and not saved in any config file. So they must be set
when buffer is open.
|
|
type (patch from Leonid Evdokimov)
|
|
fixed many memory leaks
|
|
display, fixed nick in input for IRC buffers
The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin).
If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
|
|
|
|
|
|
signal catched (reload all config files), better config files reloading
|
|
|
|
replaced "void *" pointers by structures
|
|
list by hook type (for fast search in hooks)
|
|
|
|
when WeeChat starts
|
|
|
|
|
|
|
|
in buffer (faster and using less memory)
|
|
|
|
|
|
col_input_actions (task #5442)
|
|
|
|
ctrl-U) (task 7180)
|
|
displayed (new key: alt-J + alt-P) (task #7085)
|
|
command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
|
|
|
|
separated by semicolon (task #5444)
|
|
history (task #6628)
|
|
insert text on command line (task #6468)
|
|
|
|
|
|
|
|
for WeeChat log file
|
|
|
|
|
|
|
|
|
|
|
|
top/bottom
|
|
|
|
(patch from Pistos)
|
|
|
|
|
|
exists, otherwise on server buffer
|
|
|