Age | Commit message (Collapse) | Author |
|
This was broken before the previous change, since remote_address was
just a zero'd out struct.
|
|
Hopefully this addresses #25.
|
|
|
|
|
|
weechat.look.highlight
|
|
The function weechat_string_split() collapses many separators (here "\n"),
so empty lines were removed and not displayed.
For example, if output is "Line1\n\nEnd\n", the empty line between "Line1"
and "End" was not displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|