SK-Yang / torchat

Automatically exported from code.google.com/p/torchat
0 stars 0 forks source link

without gui #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If possible,it would be great to use Totchat without gui.
What do you think about this?

Original issue reported on code.google.com by mr.intou...@gmail.com on 19 Feb 2010 at 1:03

GoogleCodeExporter commented 9 years ago
What type of interface do you have in mind? A console application that just 
needs no graphical UI but still has some kind of user interface like these 
console IRC clients or a pure command line tool to only send one message or one 
(or more) files and then exit completely without any sort of UI at all?

Original comment by prof7...@gmail.com on 20 Dec 2010 at 7:16

GoogleCodeExporter commented 9 years ago
Yes just that, maybe it's easier to implement some kind of protocol proxy, an 
additional listener that behaves like an irc server. So one can do:

/query foobar to talk to someone at foobar.onion

and for muc that might be /join #foobar.room to join room "room" at 
foobar.onion or something like that.

then one can simply use irssi or any other irc client she likes

Original comment by entei...@gmail.com on 14 Mar 2011 at 7:11