mirror of
https://github.com/anope/anope.git
synced 2026-06-27 18:26:39 +02:00
Made Anope able to process normally when disconnected from the uplink and not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
This commit is contained in:
@@ -157,7 +157,7 @@ class PlexusProto : public IRCDProto
|
||||
|
||||
void SendConnect()
|
||||
{
|
||||
plexus_cmd_pass(uplink_server->password);
|
||||
plexus_cmd_pass(Config->Uplinks[CurrentUplink]->password);
|
||||
plexus_cmd_capab();
|
||||
/* Make myself known to myself in the serverlist */
|
||||
SendServer(Me);
|
||||
|
||||
Reference in New Issue
Block a user