Age | Commit message (Collapse) | Author |
|
|
|
weechat.look.prefix_buffer_align_more_after
|
|
add logger options) (bug #37531)
|
|
|
|
|
|
|
|
|
|
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on
GNU/Hurd), so that all plugins can use it.
|
|
|
|
|
|
The bug was string_match returning 0 (instead of 1) if mask begins and ends with
"*" and if string and mask have same length (except both "*") with same content:
string_match("abc", "*abc*", 0) == 0 // BUG: it should return 1
string_match("abcd", "*abc*", 0) == 1 // OK
|
|
hashtable_add_to_infolist
|
|
regex (bug #38398)
|
|
|
|
|
|
weechat.completion.default_template
|
|
|
|
A size of 32 will use a little more memory but will reduce collisions in key
hashs, and then length of linked lists inside hash structure (faster search in
hashtable).
|
|
integer/pointer/time in hashtable
|
|
configure
|
|
|
|
|
|
|
|
#38080)
Argument "*" is now silently ignored in command /window.
When item "buffer_nicklist" is in a root bar, we use current window/buffer to
find which nick has been clicked (same behaviour as callback used to display bar
item "buffer_nicklist").
|
|
|
|
("&&" or "||") is found
|
|
hook_hsignal (stop sending the signal immediately)
|
|
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
|
|
|
|
|
|
as a command (API function "string_input_for_bufer")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/version
|
|
|
|
|
|
|
|
|
|
are given in hashtable and that execvp() failed
|
|
alias will not take precedence over these commands (bug #36353)
|
|
are found with different priorities
|
|
weechat.look.prefix_{action|error|join|network|quit} (task #9555)
|
|
|
|
|
|
hook_process_hashtable (optional, default is a split of string with command)
|
|
problem when a plugin/script gives untrusted command) (bug #37764)
|