Re: Supporting protocols which aren't TCP based....

Timo Sirainen <[email protected]> 04 Dec 2002 13:34:23 +0200
Newsgroups gmane.network.irc.irssi.devel
Message-ID <1039001663.15615.45.camel@hurina>
On Wed, 2002-12-04 at 07:50, [email protected] wrote:
> What would be the easy way to bypass the net_connect code, so that it
> necessary protocol exhcnages could be done in the low-level CHAT
> protocol module.  There is still the concept of "connecting" to the
> zephyr realm, so it makes sense to use /CONNECT to login to a Zephyr
> server.  It just doesn't involve a TCP connection.

Hmm. Well. I think the easiest solution would be to add "don't connect"
flag to server_connect_rec. You'd then just grab the "server connecting"
signal and do your own connecting.