ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/README
Revision: 1592
Committed: Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/README
File size: 2619 byte(s)
Log Message:
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

File Contents

# Content
1 Contact Information:
2
3 * Bug Reports:
4 - bugs@ircd-hybrid.org
5 * General Discussion and Support mailing list:
6 - https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
7 - hybrid@lists.ircd-hybrid.org
8
9 ******************************* IMPORTANT *************************************
10
11
12 ************ Note for those who don't bother reading docs ***************
13 * - Reading INSTALL is now a must, as the old DPATH is now specified *
14 * when configure is run. *
15 * You now need to ./configure --prefix="/path/to/install/it" *
16 * - The old config format WILL NOT WORK. Please see doc/example.conf ! *
17 * - The old kline, dline, xline format WILL NOT WORK. *
18 *************************************************************************
19
20 ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
21 IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
22 RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
23
24 ******************************* REQUIREMENTS **********************************
25
26 Necessary Requirements:
27
28 - A supported platform (look below)
29
30 - A working dynamic load library
31
32 Feature Specific Requirements:
33
34 - For the SSL Challenge controlled OPER feature, compressed and/or
35 SSL/TLS server links, as well as SSL/TLS client connections,
36 a working OpenSSL library is required
37
38 - For encrypted oper and (optional) server passwords, a working DES and/or
39 MD5 library
40
41 - For regular expression based kline{} and gecos{} blocks, the
42 PCRE - Perl Compatible Regular Expressions library is required
43
44 *******************************************************************************
45
46 - See the INSTALL document for info on configuring and compiling
47 ircd-hybrid.
48
49 - Please read doc/index.txt to get an overview of the current documentation.
50
51 - Known bugs are listed in the BUGS file
52
53 - TESTED PLATFORMS: The code has been tested on the following platforms, and
54 is known to run properly.
55 (FIXME: this list is out of date)
56 CentOS 5.8
57 Red Hat Linux 9
58 Ubuntu 12.04
59
60 - If you are wondering why config.h no longer exists, it's because most
61 things that were once in config.h are now specified in the 'general'
62 block of ircd.conf. Look at example.conf for more information about
63 these options.
64
65 - /etc/resolv.conf must exist for the resolver to work.
66
67 - Please read NEWS for information about what is in this release.
68
69 - Other files recommended for reading: BUGS, INSTALL
70
71 --------------------------------------------------------------------------------
72 $Id$

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision