summaryrefslogtreecommitdiff
path: root/docs/proxy.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-05-30 14:16:06 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-05-30 14:16:06 +0000
commit7eae5d37df3a17317dfc9d7c2f7ef9a124d37450 (patch)
treec48e70a94ee72b9b6f9ec088edcb8c9732bd5a1c /docs/proxy.txt
parent5f6d953602fa8c01b76f3ba09470f05afc367658 (diff)
downloadirssi-7eae5d37df3a17317dfc9d7c2f7ef9a124d37450.zip
Added proxy documentation
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1520 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/proxy.txt')
-rw-r--r--docs/proxy.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/proxy.txt b/docs/proxy.txt
new file mode 100644
index 00000000..91772f22
--- /dev/null
+++ b/docs/proxy.txt
@@ -0,0 +1,26 @@
+Irssi proxy usage:
+
+First you'll need to have the proxy module installed, either configure
+irssi with --with-proxy and do make install, or manually:
+
+ cd src/irc/proxy
+ make
+ mkdir ~/.irssi/modules
+ cp .libs/libproxy.so ~/.irssi/modules/
+
+In irssi, say:
+
+ /LOAD proxy
+
+You really should set some password for the proxy with:
+
+ /SET irssiproxy_password secret
+
+Then you'll need to configure the ports/ircnets the proxy listens in,
+something like:
+
+ /SET irssiproxy_ports 2777=ircnet 2778=efnet 2779=opn
+
+There we have 3 different irc networks answering in 3 ports. Note that
+you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to
+make it work properly.