ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.1.0beta3/README
Revision: 1950
Committed: Sun May 5 10:29:17 2013 UTC (10 years, 11 months ago) by michael
File size: 2577 byte(s)
Log Message:
RELEASE TAG 8.1.0beta3

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

Properties

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