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

..03-May-2022-

bandb/H06-Nov-2011-144,29983,624

contrib/H03-May-2022-3,3052,092

doc/H03-May-2022-3,0772,446

help/H06-Nov-2011-1,7081,292

include/H03-May-2022-5,0812,865

libltdl/H06-Nov-2011-47,08838,142

libratbox/H06-Nov-2011-63,58550,212

modules/H06-Nov-2011-25,77318,249

resolver/H06-Nov-2011-4,6303,360

src/H06-Nov-2011-27,94219,978

ssld/H06-Nov-2011-1,8451,538

tools/H06-Nov-2011-1,154969

.indent.proH A D19-Sep-2008297 31

BUGSH A D01-Sep-20061.4 KiB3123

CREDITSH A D06-Nov-2011716 2013

ChangeLogH A D06-Nov-2011217.1 KiB7,3215,166

INSTALLH A D12-Oct-20117.5 KiB211138

LICENSEH A D01-Sep-200617.6 KiB341281

Makefile.amH A D20-Oct-20111.1 KiB5227

Makefile.inH A D20-Oct-201129.3 KiB904795

README.FIRSTH A D16-May-20084.9 KiB12692

RELNOTESH A D06-Nov-20119.9 KiB244213

SVN-AccessH A D14-Oct-2011789 3114

acinclude.m4H A D13-May-20097.3 KiB217195

aclocal.m4H A D20-Oct-2011360.8 KiB10,3199,277

compileH A D01-Sep-20063.6 KiB13772

config.guessH A D22-Jan-201044.5 KiB1,5341,318

config.subH A D22-Jan-201033.3 KiB1,6941,549

configureH A D20-Oct-2011482.2 KiB17,13614,176

configure.acH A D20-Oct-201117.6 KiB623497

depcompH A D01-Sep-200614.8 KiB527335

install-mod.sh.inH A D24-Apr-2008560 2618

install-shH A D22-Jan-201013.3 KiB521344

ltmain.shH A D20-Oct-2011276.3 KiB9,6437,294

main.cH A D19-Sep-20081.3 KiB386

missingH A D01-Sep-200610.4 KiB361270

mkinstalldirsH A D01-Sep-20063.3 KiB151102

ylwrapH A D14-Nov-20076 KiB224124

README.FIRST

1If you don't read this first, we won't help you.
2:-)
3
4******************************* IMPORTANT *************************************
5
6  *********** Note for those who dont bother reading docs *****************
7  * - Reading INSTALL is now a must, as the old DPATH is now specified    *
8  *   when configure is run.                                              *
9  *   You now need to ./configure --prefix="/path/to/install/it"          *
10  * - The old config format WILL NOT WORK.  Please see doc/example.conf ! *
11  * - The old kline format WILL NOT WORK.  Please use bantool which       *
12  *   will be installed with your ircd!					  *
13  *************************************************************************
14
15  ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
16  IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK.  IT IS
17  RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
18
19******************************* REQUIREMENTS **********************************
20
21New Features - A short introduction:
22- ircd-ratbox-3.x now has several major changes over previous version that you
23  will notice right away.
24  o Storage of bans in a database, versus the old flat-files.
25  o SSL Client support.
26  o SSL Only Channel support.
27  o Adminwall (think Operwall, but for admins only).
28  o Force Nick Change (FNC).
29  o Support for global CIDR limits.
30  o Connection Throttling.
31
32- Please see doc/whats-new-3.0.txt for more detailed changes.
33
34
35Necessary Requirements:
36
37- A supported platform (look below)
38
39- A working dynamic load library, unless
40  compiling as static, without module
41  support.
42
43- A working lex.  Solaris /usr/ccs/bin/lex
44  appears to be broken, on this system flex
45  should be used.
46
47
48Feature Specific Requirements:
49
50- For SSL Clients, SSL Challenge controlled OPER feature, and encrypted server links,
51  a working OpenSSL library
52
53- For encrypted oper and (optional) server passwords, a working DES, MD5, or SHA library.
54
55*******************************************************************************
56
57- To report bugs in ircd-ratbox, send the bug report to ircd-ratbox@lists.ratbox.org
58
59- Known bugs are listed in the BUGS file
60
61- See the INSTALL document for info on configuring and compiling
62  ircd-ratbox.
63
64- Please read doc/index.txt to get an overview of the current documentation.
65
66- Old Hybrid 5/6 configuration files are no longer supported.  Config files from
67  previous ircd-ratbox versions will need some changes.  The ircd -conftest option
68  is your friend here. Old kline/xline/dline.conf files will have to be converted to
69  the new database format.  A config import utility is provided and installed
70  as bin/bantool.
71
72- If you are wondering why config.h is practically empty, its because many
73  things that were once in config.h are now specified in the 'general'
74  block of ircd.conf.  Look at example.conf for more information about
75  these options.
76
77- The files, /etc/services, /etc/protocols, and /etc/resolv.conf, MUST be
78  readable by the user running the server in order for ircd to start.
79  Errors from adns causing the ircd to refuse to start up are often related
80  to permission problems on these files.
81
82- There is a mailing list for ircd-ratbox.  To subscribe to this list
83  visit http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox
84  Note that this list also gets the commit emails from the CVS server.
85
86- FREEBSD USERS: if you are compiling with ipv6 you may experience
87  problems with ipv4 due to the way the socket code is written.  To
88  fix this you must: "sysctl net.inet6.ip6.v6only=0"
89
90- SOLARIS USERS: this code appears to tickle a bug in older gcc and
91  egcs ONLY on 64-bit Solaris7.  gcc-2.95 and SunPro C on 64bit should
92  work fine, and any gcc or SunPro compiled on 32bit.
93
94- DARWIN AND MACOS X USERS: You must be using at least the December 2001
95  Development Tools from Apple to build ircd-ratbox with shared modules.
96  Before then you MUST disable shared modules, as we do not have the proper
97  flags for cc(1) prior to that point to produce shared modules.
98
99- SUPPORTED PLATFORMS: this code should compile without any warnings on:
100    FreeBSD 6.x/7.x,
101    Gentoo & Gentoo Hardened ~x86/~amd64/~fbsd
102    Fedora 8/9 / CentOS 4/5 / Redhat Enterprise 5
103    Debian Etch,
104    OpenSolaris 2008.x?
105    Solaris 10 sparc.
106
107  Please let us know if you find otherwise.
108  It probably does not compile on AIX, IRIX or libc5 Linux.
109
110- TESTED PLATFORMS:  The code has been tested on the following platforms, and
111  is known to run properly.
112  FreeBSD 6.x/7.x
113  Linux glibc-2.6, glibc-2.7
114  Solaris 2.6/7/8
115  OpenBSD 2.8
116  NetBSD 1.4
117  Cygwin 1.3+ (static modules, no servlink)
118  OpenVMS/Alpha 7.2 (static modules, no servlink)
119
120- Please read doc/whats-new-3.0.txt for information about what is in this release
121
122- Other files recommended for reading: BUGS, INSTALL
123
124--------------------------------------------------------------------------------
125$Id: README.FIRST 25381 2008-05-16 16:15:52Z androsyn $
126