ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/README
Revision: 5738
Committed: Sun Mar 29 16:05:40 2015 UTC (9 years ago) by michael
File size: 2842 byte(s)
Log Message:
- Update README file

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
12 Recommended IRC services packages:
13
14 - Anope 2.0.2 and above, which can be found on http://anope.org
15 - HOPM (hybrid open proxy monitor), which can be found on http://ircd-hybrid.org
16
17
18 ******************************* IMPORTANT *************************************
19
20 ************ Note for those who don't bother reading docs ***************
21 * - Reading INSTALL is now a must, as the old DPATH is now specified *
22 * when configure is run. *
23 * You now need to ./configure --prefix="/path/to/install/it" *
24 * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
25 * - The old kline, dline, xline format WILL NOT WORK. *
26 *************************************************************************
27
28 ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
29 IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
30 RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!
31
32 ******************************* REQUIREMENTS **********************************
33
34 Necessary Requirements:
35
36 - A supported platform (look below)
37
38 - A working dynamic load library
39
40
41 Feature Specific Requirements:
42
43 - For the SSL Challenge controlled OPER feature, compressed and/or
44 SSL/TLS server links, as well as SSL/TLS client connections,
45 a working LibreSSL/OpenSSL library is required
46
47 - For encrypted operator, server and auth passwords, a working DES, MD5, or
48 SHA library
49
50 - For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working
51 libGeoIP is required
52
53 *******************************************************************************
54
55 - See the INSTALL document for info on configuring and compiling
56 ircd-hybrid.
57
58 - Please read doc/index.txt to get an overview of the current documentation.
59
60 - TESTED PLATFORMS: The code has been tested on the following platforms, and
61 is known to run properly.
62 (If you want to help us to keep this list up to date, please send us an
63 email to bugs@ircd-hybrid.org with some info about the operating system)
64 CentOS 5.8, 7.0
65 Red Hat Linux 9
66 Ubuntu 10.10, 12.04, 14.04
67 FreeBSD 9.1
68 OpenBSD 5.2
69 Arch Linux 2012.12.01
70 Debian GNU/Linux 7.6
71 Debian GNU/Hurd 0.3
72 openSUSE 13.1
73 Mac OS X 10.10 (Yosemite)
74
75 - /etc/resolv.conf must exist for the resolver to work.
76
77 - Please read NEWS for information about what is in this release.
78
79 - Other files recommended for reading: INSTALL
80
81 --------------------------------------------------------------------------------
82 $Id$

Properties

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