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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Andrew Potter for the patch.
|
|
|
|
|
|
|
|
|
|
in plugins
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
|
|
|
|
|
|
|
|
Signed-off-by: Simon Kuhnle <Simon.Kuhnle@cs.fau.de>
|
|
|
|
|
|
|
|
|
|
ACK send fails, silently ignore and disable ACK (except the last)
|
|
connection to sender and ensure the ACK is properly sent (bug #38340)
|
|
Error number and string is now displayed when an error is returned by one of
these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo.
|
|
|
|
|
|
|
|
|
|
|
|
Nils Görs)
|
|
when displaying a xfer file with pos greater than size
|
|
restarting WeeChat, for delayed restoration)
|
|
|
|
|
|
relay.network.ssl_cert_key (task #12044)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|