lunardao / ircd

Setup of the p2p anonymous chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRCD Setup

For the purpose of a quick and instant chat or communication which is 100% anonymous and if chosen private, we use ircd - a peer-to-peer chat, built by DarkFi.

Installation

Dependencies

sudo apt-get install -y git make jq gcc weechat wget pkg-config libssl-dev

On debian based system, the user can run this to install dependencies:

sudo apt-get update
sudo apt-get install -y git make jq gcc weechat wget pkg-config libmpg123-dev

For other os, check here to see which dependencies are needed.

Config Download

mkdir ~/.config/darkfi
wget -P ~/.config/darkfi https://raw.githubusercontent.com/lunardao/ircd/master/ircd_config.toml

ircd

We are working on binaries for different systems and will share them soon here. To install ircd, and setup the chat client Weechat follow DarkFi's ircd installation guide.

About

Setup of the p2p anonymous chat

License:GNU General Public License v3.0