=head1 NAME isproxy - Invisible IRC Project (IIP) proxy =head1 SYNOPSIS B S<[ B<-dqQ> ]> S<[ B<-p> I ]> S<[ B<-f> I ]> S<[ B<-c> I ]> S<[ B<-l> I ]> S<[ B<-v> I ]> S<[ B<--randomseedfile>=I ]> S<[ B<--nodefile>=I ]> S<[ B<--listenfile>=I ]> S<[ B<--ignoreemptyrandom> ]> B B<-h> B B<-C> B B<-K> I B B<--randomdialog> B B<--kill> B B<--version> =head1 DESCRIPTION B is the proxy for IIP (Invisible IRC Project). IIP is Internet Relay Chat privacy software designed for anonymity and security. It acts as an advanced proxy between your IRC client and servers by utilizing an encrypted peer distributed mixnet with fake traffic and 3-layered (user, relay, and broadcast) protection. =head1 OPTIONS =over 4 =item B<-d> Don't detach. =item B<-q, --quiet> Don't display some messages at startup. =item B<-Q, --quietconsole> Don't output any logs to the console. =item B<-p, --port>=I Bind to this local port. =item B<-f, --filepath>=I File path to search for files. Default path is F<~/.iip/> =item B<-c, --configfile>=I Specify an alternative I to be parsed at startup, rather than the default one (F<~/.iip/isproxy.ini>). =item B<-l, --logfile>=I Specify an alternative I rather than the default one (F<~/.iip/iip.log>). =item B<-v, --loglevel>=I Set the verbosity of the logfile. (1-errors, 2-normal, 3-minor, 4-debug, 5-memory, 6-traffic, 7-'spam', 8-keys). =item B<--randomseedfile>=I Specify an alternative I rather than the default one (F<~/.iip/seed.rnd>). =item B<--nodefile>=I Specify an alternative I rather than the default one (F<~/.iip/node.ref>). =item B<--listenfile>=I Specify an alternative I rather than the default one (F<~/.iip/listen.ref>). =item B<--ignoreemptyrandom> Let B start up even if there isn't enough entropy. B =item B<-h, -H, -?, --help> Display a short usage description, including all available options. =item B<-C> Start the configurator. =item B<-K> I Generate a key-pair of I and exit. Valid keylengths are 1024, 1536, 2048, 3072, 4096, 6144 and 8192. =item B<-R, --randomdialog> Run the entropy gathering dialog at startup. =item B<--kill> Send SIGTERM to all running instances of B. =item B<--version> Show version information. =back =head1 FILES =over 4 =item F<~/.iip/isproxy.ini> The configuration file, will be generated by B<-C>. =item F<~/.iip/iip.log> Log file. =item F<~/.iip/seed.rnd> Entropy pool, will be generated on first startup. =item F<~/.iip/node.ref> The list of public nodes to connect to. =item F<~/.iip/listen.ref> Ports to bind to, will be generated by B<-C>. =back =head1 AUTHOR Invisible IRC Project team Eiip@invisiblenet.netE =head1 BUGS Please report any bugs you find on the Sourceforge project page: L =head1 COPYRIGHT Copyright (C) 2001-2003 Invisible IRC Project team B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. isproxy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with B; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. =head1 AVAILABILITY The most recent released version of B is always available on L