Age | Commit message (Collapse) | Author |
|
Lets the admin choose a local address to bind each outgoing (IRC) socket.
|
|
|
|
When trying the various results of getaddrinfo, we forgot to close the
socket when one fails, before trying the next one.
Also use the destructor to make sure we do not have some other unrelated
leak.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3137
|
|
|
|
|
|
|
|
fix #3083
|
|
ref #3083
|
|
|
|
Because this is a nightmare to manage
|
|
They are atomically unblocked in the ppoll/epoll_pwait calls, avoiding any
race condition on the check of the “stop” or “reload” booleans.
|
|
fix #2694
|
|
fix #3042
|
|
Note, in our context, is_connecting() includes the resolving part as well as
the actual connection (if we are using c-ares)
fix #3048
|
|
|
|
This let users send message to nicks such as Q@CServe.quakenet.org
fix #3047
|
|
|
|
|
|
|
|
|
|
|