|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| bandb/ | H | 06-Nov-2011 | - | 144,299 | 83,624 |
| contrib/ | H | 03-May-2022 | - | 3,305 | 2,092 |
| doc/ | H | 03-May-2022 | - | 3,077 | 2,446 |
| help/ | H | 06-Nov-2011 | - | 1,708 | 1,292 |
| include/ | H | 03-May-2022 | - | 5,081 | 2,865 |
| libltdl/ | H | 06-Nov-2011 | - | 47,088 | 38,142 |
| libratbox/ | H | 06-Nov-2011 | - | 63,585 | 50,212 |
| modules/ | H | 06-Nov-2011 | - | 25,773 | 18,249 |
| resolver/ | H | 06-Nov-2011 | - | 4,630 | 3,360 |
| src/ | H | 06-Nov-2011 | - | 27,942 | 19,978 |
| ssld/ | H | 06-Nov-2011 | - | 1,845 | 1,538 |
| tools/ | H | 06-Nov-2011 | - | 1,154 | 969 |
| .indent.pro | H A D | 19-Sep-2008 | 297 | 3 | 1 |
| BUGS | H A D | 01-Sep-2006 | 1.4 KiB | 31 | 23 |
| CREDITS | H A D | 06-Nov-2011 | 716 | 20 | 13 |
| ChangeLog | H A D | 06-Nov-2011 | 217.1 KiB | 7,321 | 5,166 |
| INSTALL | H A D | 12-Oct-2011 | 7.5 KiB | 211 | 138 |
| LICENSE | H A D | 01-Sep-2006 | 17.6 KiB | 341 | 281 |
| Makefile.am | H A D | 20-Oct-2011 | 1.1 KiB | 52 | 27 |
| Makefile.in | H A D | 20-Oct-2011 | 29.3 KiB | 904 | 795 |
| README.FIRST | H A D | 16-May-2008 | 4.9 KiB | 126 | 92 |
| RELNOTES | H A D | 06-Nov-2011 | 9.9 KiB | 244 | 213 |
| SVN-Access | H A D | 14-Oct-2011 | 789 | 31 | 14 |
| acinclude.m4 | H A D | 13-May-2009 | 7.3 KiB | 217 | 195 |
| aclocal.m4 | H A D | 20-Oct-2011 | 360.8 KiB | 10,319 | 9,277 |
| compile | H A D | 01-Sep-2006 | 3.6 KiB | 137 | 72 |
| config.guess | H A D | 22-Jan-2010 | 44.5 KiB | 1,534 | 1,318 |
| config.sub | H A D | 22-Jan-2010 | 33.3 KiB | 1,694 | 1,549 |
| configure | H A D | 20-Oct-2011 | 482.2 KiB | 17,136 | 14,176 |
| configure.ac | H A D | 20-Oct-2011 | 17.6 KiB | 623 | 497 |
| depcomp | H A D | 01-Sep-2006 | 14.8 KiB | 527 | 335 |
| install-mod.sh.in | H A D | 24-Apr-2008 | 560 | 26 | 18 |
| install-sh | H A D | 22-Jan-2010 | 13.3 KiB | 521 | 344 |
| ltmain.sh | H A D | 20-Oct-2011 | 276.3 KiB | 9,643 | 7,294 |
| main.c | H A D | 19-Sep-2008 | 1.3 KiB | 38 | 6 |
| missing | H A D | 01-Sep-2006 | 10.4 KiB | 361 | 270 |
| mkinstalldirs | H A D | 01-Sep-2006 | 3.3 KiB | 151 | 102 |
| ylwrap | H A D | 14-Nov-2007 | 6 KiB | 224 | 124 |
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