Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Some commands like /upgrade sent by relay client can cause problems, because
they were executed immediately (while relay code is running). The /upgrade
command unloads all plugins, so the result is unpredictable (it can cause a
crash).
This commit adds a timer (1 millisecond) to delay the execution of command
after we go back in the WeeChat main loop.
|
|
|
|
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
|
|
|
|
|
|
some warnings
|
|
|
|
|
|
|
|
-core)
|
|
|
|
cmd_pass/msg_auth
|
|
|
|
|
|
|
|
|
|
|
|
This memory leak was introduced by commit aa81067ad070f05a4aaf98383781eba0fbafefd6
|
|
|
|
|
|
from "none")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command /eval
|
|
|
|
|
|
|
|
|
|
|