RSS

Tag Archive | "unrealircd"

How to Compile a UnrealIRCd Module

Saturday, July 4, 2009

0 Comments

This tutorial will show you how to compile in a module for UnrealIRCd. You can find the official list of modules here. First step is to login to the server via SSH and go to the folder where UnrealIRCd is. Then you must go to the "src/modules" directory. cd src/modules Then, of course, you must download the file into [...]

Continue reading...

Setting up a IRCD Server

Tuesday, June 16, 2009

0 Comments

Preparing the server To compile unrealircd you need to install some software. First off resynchronize the package index files sudo apt-get update Then we need to install compiling tools sudo apt-get install build-essential If you want SSL your going to need to install openssl sudo apt-get install openssl libssl-dev It is not recommended to run a IRCd as root for this reason [...]

Continue reading...