Age | Commit message (Collapse) | Author |
|
|
|
AC_TRY_RUN needs a fallback action when cross compiling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
talisein-master
|
|
|
|
|
|
|
|
Fixes #5. xfer shouldn't try to bind() to the own_ip
address. Instead, always bind to the same local address that is
connected to the irc server, and just change the out_addr if own_ip is
used.
Also fixes a memory leak in error path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
displayed before
|
|
|
|
|
|
|
|
|
|
in function buffer_search (bug #34318)
|
|
|
|
process
|
|
Check if the process is finished, even if stdout/stderr are not closed.
Moreover, if the process was terminated by a signal, the return code is
set to WEECHAT_HOOK_PROCESS_ERROR.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|