ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/README
Revision: 9991
Committed: Thu Jun 17 13:54:04 2021 UTC (2 years, 9 months ago) by michael
File size: 2822 byte(s)
Log Message:
- Update README

File Contents

# Content
1 Contact Information:
2 * Home Page:
3 - https://www.ircd-hybrid.org
4 * GitHub:
5 - https://github.com/ircd-hybrid
6 * Bug Reports:
7 - bugs@ircd-hybrid.org
8 * General Discussion and Support mailing list:
9 - https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
10 - hybrid@lists.ircd-hybrid.org
11 * IRC contact:
12 - #ircd-coders on irc.ircd-hybrid.org
13
14 Recommended IRC services packages:
15 - Anope 2.0.9 and above, which can be found on https://anope.org
16 - HOPM (hybrid open proxy monitor), which can be found on https://ircd-hybrid.org
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 - A supported platform (look below)
36 - A working dynamic load library
37
38 Feature Specific Requirements:
39 - For TLS server links, as well as TLS client connections, a working TLS
40 implementation such as, OpenSSL, LibreSSL, GnuTLS, or wolfSSL is required
41 - For encrypted operator, server and auth passwords, a working DES, MD5, or
42 SHA library
43
44 *******************************************************************************
45
46 - See the INSTALL document for info on configuring and compiling 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 CentOS 5.8, 6.7, 7.0
53 Red Hat Linux 9
54 Ubuntu 10.10, 12.04, 14.04, 18.04, 19.04
55 FreeBSD 9.1
56 OpenBSD 5.2, 5.7, 5.8
57 Arch Linux 2012.12.01
58 Debian GNU/Linux 7.6, 8.0, 8.5, 9.3, 9.4
59 Debian GNU/Hurd 0.3
60 Raspbian Jessie
61 openSUSE 13.1
62 Mac OS X 10.10 (Yosemite)
63
64 - /etc/resolv.conf must exist for the resolver to work.
65
66 - Please read NEWS for information about what is in this release.
67
68 - Development process can be followed on GitHub at https://github.com/ircd-hybrid/ircd-hybrid
69
70 - Anonymous SVN access is also available:
71 Latest stable branch (8.2.x): svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x
72
73 $Id$

Properties

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