Re: [hackers] [ii][PATCH] couple fixes

From: Vasily Kolobkov <polezaivsani_AT_openmailbox.org>
Date: Thu, 25 Feb 2016 01:10:56 +0200

On Wed, Feb 24, 2016 at 11:03:54PM +0100, Nico Golde wrote:
> > while at it, i've expelled sockets from ii for communicating via
> > stdin/out. similar to ucspi make in functionality. for a bit clumsier
> > setup you get ease of testing and integrating with nc/sockat/what have
> > you. if anybody fancy a look, i'll post the patch.
>
> Sounds interesting! Did you check if you can do that already with sic?

hey Nico! it's a bit different - the irc protocol is carried out by
stdin/out while the client matters are still reined via fs interface.
a garbled mixture of sic and ii.

i needed it to run over ssl and, hm, taking things out seemed like a
fun way to have it. the setup looks like this:

mkfifo srv; ii -n v < src | nc -c irc.freenode.net 6697 > srv &

Received on Thu Feb 25 2016 - 00:10:56 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 25 2016 - 00:12:30 CET