• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aliases/H03-Sep-2016-199160

autoconf/H07-May-2022-257234

doc/H03-May-2022-12,99611,757

extras/H03-May-2022-12,3836,614

include/H03-May-2022-8,2125,482

ircdcron/H03-Sep-2016-5017

keys/H07-May-2022-

src/H03-May-2022-85,16766,596

.CHANGES.NEWH A D03-Sep-2016933 2115

.CONFIG.RANTH A D03-Sep-20161.6 KiB3527

.RELEASE.NOTESH A D03-Sep-20167.5 KiB165145

.SICIH A D03-Sep-20161 KiB1614

.UPDATEH A D03-Sep-2016519 1812

.bugreport.gdbH A D03-Sep-20162.7 KiB7873

.hgeolH A D03-Sep-2016248 1715

.indent.proH A D03-Sep-2016794 5352

ChangesH A D03-Sep-201636.9 KiB853637

Changes.oldH A D03-Sep-2016160.1 KiB2,5332,519

Changes.olderH A D03-Sep-2016256.1 KiB4,8474,824

ConfigH A D03-Sep-201624.2 KiB1,028943

DonationH A D03-Sep-2016865 1914

INSTALL.REMOTEINCH A D03-Sep-20161 KiB2416

LICENSEH A D03-Sep-201617.6 KiB341281

Makefile.inH A D03-May-20228.3 KiB261144

READMEH A D03-Sep-2016851 2520

Unreal.nfoH A D03-Sep-20162.5 KiB7865

autogen.shH A D03-Sep-2016123 105

badwords.channel.confH A D03-Sep-20161.1 KiB5329

badwords.message.confH A D03-Sep-20161.2 KiB5329

badwords.quit.confH A D03-Sep-20161.1 KiB5329

config.guessH A D03-Sep-201638.1 KiB1,3611,184

config.subH A D03-Sep-201627.2 KiB1,3761,236

configureH A D03-May-2022227.7 KiB8,4906,930

configure.acH A D03-Sep-201624.9 KiB691649

createchangelogH A D03-Sep-2016543 124

curl-ca-bundle.crtH A D03-Sep-2016249.5 KiB3,9543,797

curlinstallH A D03-Sep-20162 KiB8668

dccallow.confH A D03-Sep-20161.8 KiB4341

help.confH A D03-Sep-201651.3 KiB1,4261,306

m_template.cH A D03-Sep-20161.9 KiB7849

makefile.win32H A D03-Sep-201631.5 KiB840551

modulizeH A D03-Sep-2016630 3218

newnetH A D03-Sep-2016547 1310

spamfilter.confH A D03-Sep-20165.5 KiB207178

unreal.inH A D03-Sep-20164.4 KiB155141

updateH A D03-Sep-2016956 4325

README

1==[ COMPILING ]==
2To build the ircd, run:
3./Config
4make
5
6If you specified an alternative location during ./Config you also need
7to run "make install".
8
9==[ MAKING A CONFIG FILE ]==
10If you are new, then you need to create your own configfile:
11
12copy doc/example.conf to your main UnrealIRCd directory and call
13it unrealircd.conf .
14Then open it in an editor and carefully modify it, consult the docs
15(doc/unreal32docs.html, or online: www.unrealircd.com/unreal32docs.html)
16for more information about every block/setting.
17Common problems are explained in the FAQ, which is located at:
18http://www.vulnscan.org/UnrealIrcd/faq/ .
19
20==[ BOOTING YOUR IRCD ]==
21Just type: ./unreal start
22Note that after booting the errors are usually logged to ircd.log,
23so check that file if you have any problems.
24Again, check the FAQ (and docs) if you have any boot problems.
25