Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New modifier:
- color_decode_ansi: convert ANSI colors to WeeChat colors (or remove colors).
New infos:
- color_ansi_regex: regex used to parse ANSI colors in a string
- color_term2rgb: convert a terminal color (0-255) to RGB
- color_rgb2term: convert a RGB color to terminal color (0-255)
|
|
|
|
|
|
|
|
in function buffer_search (bug #34318)
|
|
process
|
|
|
|
|
|
weechat.look.hotlist_add_buffer_if_away
|
|
Use in evaluated strings (for example in /eval or triggers):
- "${info:relay_client_count}": total number of relay clients (any status)
With a specific status:
- "${info:relay_client_count,connecting}"
- "${info:relay_client_count,waiting_auth}"
- "${info:relay_client_count,connected}"
- "${info:relay_client_count,auth_failed}"
- "${info:relay_client_count,disconnected}"
|
|
New signals:
- relay_client_connecting
- relay_client_waiting_auth
- relay_client_connected
- relay_client_auth_failed
- relay_client_disconnected
|
|
|
|
-core)
|
|
|
|
|
|
|
|
|
|
from "none")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
increase max value to 604800 seconds (7 days)
|
|
|
|
|