Age | Commit message (Collapse) | Author |
|
|
|
by /dcc command)
|
|
#23078)
|
|
config_get/config_get_plugin/config_set_plugin in script API
|
|
|
|
|
|
(like scroll, ..)
|
|
hooks (use of string_match)
|
|
size, then normal size)
|
|
option type for infolist "options"
|
|
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.
|
|
with /set command
|
|
|
|
|
|
|
|
type (patch from Leonid Evdokimov)
|
|
fixed many memory leaks
|
|
|
|
|
|
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
|
|
|
|
|
|
signal catched (reload all config files), better config files reloading
|
|
|
|
|
|
|
|
|
|
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
|
|
replaced "void *" pointers by structures
|
|
|
|
|
|
|
|
|
|
in buffer (faster and using less memory)
|
|
|
|
|
|
displayed (new key: alt-J + alt-P) (task #7085)
|
|
|
|
on source name), moved some functions
|
|
reached
|
|
came back to end of buffer)
|
|
|
|
|
|
|
|
fixed compilation problems with FreeBSD, fixed status bar display bug
|
|
|
|
|
|
|
|
many refreshs, display bug with splited windows
|
|
for WeeChat log file
|