Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
config_new_option (scripting API)
|
|
|
|
util_version_number returns an int, but BYTES_EQUAL only compares the
last byte of the int, so it wouldn't test the rest of the int.
I see other tests for functions returning an int use LONGS_EQUAL, so
that seems correct to use.
|
|
|
|
|
|
|
|
The key ctrl+w now deletes one word until whitespace.
The new key alt+backspace deletes one word (same behavior as ctrl+w in previous
releases).
|
|
|
|
|
|
|
|
|
|
This fixes such error displayed on Termux when receiving a DCC file:
xfer: invalid address "96747949": error 8 hostname nor servname provided, or not known
|
|
(closes #1814)
|
|
|
|
(closes #1807)
|
|
|
|
(closes #1805)
New options:
- irc.color.message_setname
- irc.look.smart_filter_setname
|
|
|
|
|
|
|
|
(closes #1803)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows to use escaped chars in strings.
|
|
|
|
|
|
Affected plugins: python, ruby, lua, tcl, guile, javascript, php.
|
|
print_y_date_tags
Affected plugins: python, lua, tcl, guile, javascript.
|
|
Affected plugins: python, lua, tcl, guile, javascript.
|
|
|
|
|
|
The regression was introduced with the new way to parse IRC message parameters,
in version 3.4.
|
|
string_rebuild_split_string
|
|
string_rebuild_split_string
|
|
enabled (closes #1795)
|
|
|
|
|
|
|
|
This allows to create custom bar items with evaluated content (like the script
text_item.py does).
|
|
|
|
|