Age | Commit message (Collapse) | Author |
|
|
|
string comparison functions
|
|
#865)
|
|
weechat_infolist_free() (issue #865)
|
|
weechat_config_option_free() (issue #865)
|
|
(issue #865)
|
|
weechat_hashtable_free() (issue #865)
|
|
|
|
|
|
weechat_arraylist_free() (issue #865)
|
|
|
|
|
|
This allows buffers to get any user input, including commands, that are sent to
the buffer callback instead of being executed on the buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scripting API
|
|
|
|
This fixes the following warning:
test-core-dir.cpp:178:36: warning: zero-length gnu_printf format string [-Wformat-zero-length]
|
|
|
|
|
|
|
|
|
|
"time" (closes #2064)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue #1714)
|
|
weechat.color.eval_syntax_colors (issue #2042)
Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}`
Syntax highlighting: `${hl:xxx}`
|
|
|
|
by line (issue #2005)
|
|
|
|
|
|
`sha512-256` (issue #2008)
|
|
`blake2s-*` in option sec.crypt.hash_algo (closes #2008)
|
|
in hash functions (issue #2008)
|
|
hdata_compare (closes #1066)
|
|
|
|
|
|
|
|
(issue #194)
|
|
|
|
|
|
The type "enum" replaces type "integer" when used with string values.
For compatibility, any option created with type "integer" and string values is
automatically created to "enum" on creation, with no error.
|