Age | Commit message (Collapse) | Author |
|
|
|
When there are multiple addresses for a server and a TLS handshake failure
occurs, the next server in the list will connect and then timeout without
performing any TLS handshake.
This is because irc_server_close_connection closes server->sock so the next
pipe to be created reuses that fd, but the hook for the handshake fd still
exists when the next connection attempt is started.
The hook for network_connect_child_read_cb is never added because a hook
for the reused fd number still exists.
Resolve this by removing the handshake hook before calling the connect
callback.
|
|
|
|
|
|
|
|
|
|
|
|
hook_process_hashtable (plugin API reference)
|
|
hook_process_hashtable (plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
capabilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function hashtable_add_from_infolist
|
|
reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/help buflist.format.buffer
|
|
list|listfull (closes #1193)
|
|
|
|
The variable "irc_argv" is always set if irc_argc > 0.
|
|
|
|
|
|
|
|
|