From 8cbc987caa0c5d2a9c8b0f74ee29b4aff26af240 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 11 Nov 2020 19:35:24 -0500 Subject: [PATCH] start writing out some actual IRC recommendations --- i2p2www/pages/site/docs/applications/irc.html | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 i2p2www/pages/site/docs/applications/irc.html diff --git a/i2p2www/pages/site/docs/applications/irc.html b/i2p2www/pages/site/docs/applications/irc.html new file mode 100644 index 00000000..eeb6db40 --- /dev/null +++ b/i2p2www/pages/site/docs/applications/irc.html @@ -0,0 +1,58 @@ +{% extends "global/layout.html" %} +{% block title %}{% trans %}Configuring an IRC Client{% endtrans %}{% endblock %} +{% block lastupdated %}2020-11{% endblock %} +{% block accuratefor %}0.9.47{% endblock %} +{% block content %} + +

{% trans %}Clients{% endtrans %}

+ +

{% trans %} There are many IRC clients that can be used with I2P. A specialized +IRC proxy is available to help set up both clients and servers.{% endtrans %}

+ + + + +

Pidgin

+

{% trans %}Pidgin is a very popular Instant Messaging client with built-in IRC +support. It is also possible to use it with many other kinds of chat service, and +it supports using multiple accounts at once and has a variety of plugin-ins. There +is a similar application for OSX called "Adium." The instructions for Pidgin are +similar in Adium. +{% endtrans %}

+ +

{% trans %}To configure Pidgin to chat on I2P IRC, first, make sure that your IRC +tunnel is available. Visit the Hidden Services Manager +and look for Irc2P in your "Client Tunnels" section. If the "Status" indicator on +the right-hand side is yellow or green, your Irc2P tunnel is ready and you should +proceed to the next step.{% endtrans %}

+ +

{% trans %}After launching Pidgin, you should see a "Buddy List" window. From +that window, open the "Accounts" menu from the toolbar. Select "Manage Accounts" to +begin configuring your I2P account.{% endtrans %}

+ +

{% trans %}Click the "Add" button. In the window that opens, select "IRC" under +"Protocol," and set the "Host" to 127.0.0.1. Then pick a username and password. IRC +does not require you to register a nickname to join, but you may if you wish, after +you connect to Irc2P.{% endtrans %}

+ +

{% trans %}Navigate to the "Advanced" tab and set the "Port" field to 6668 and +make sure that SSL is disabled, since your tunnel has encryption provided +by I2P.{% endtrans %}

+ + +

Revolution IRC

+

{% trans %} {% endtrans %}

+ +

{% trans %}Servers{% endtrans %}

+ + + +

Eris

+

{% trans %} {% endtrans %}

+ +{% endblock %}