ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/README
(Generate patch)

Comparing:
ircd-hybrid-7.3/README (file contents), Revision 1138 by michael, Thu Jun 2 10:37:43 2011 UTC vs.
ircd-hybrid/trunk/README (file contents), Revision 7332 by michael, Fri Feb 19 17:52:36 2016 UTC

# Line 1 | Line 1
1 + Contact Information:
2 +  * Bug Reports:
3 +    - bugs@ircd-hybrid.org
4 +  * General Discussion and Support mailing list:
5 +    - https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
6 +    - hybrid@lists.ircd-hybrid.org
7 +  * IRC contact:
8 +    - #ircd-coders on irc.ircd-hybrid.org
9 +
10 + Recommended IRC services packages:
11 + - Anope 2.0.3 and above, which can be found on http://anope.org
12 + - HOPM (hybrid open proxy monitor), which can be found on http://ircd-hybrid.org
13 +
14   ******************************* IMPORTANT *************************************
15  
16    ************ Note for those who don't bother reading docs ***************
17    * - Reading INSTALL is now a must, as the old DPATH is now specified    *
18    *   when configure is run.                                              *
19    *   You now need to ./configure --prefix="/path/to/install/it"          *
20 <  * - The old config format WILL NOT WORK. Please see etc/example.conf !  *
21 <  * - The old kline, dline, xline, gline format WILL NOT WORK.            *
20 >  * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
21 >  * - The old kline, dline, xline format WILL NOT WORK.                   *
22    *************************************************************************
23  
24    ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
# Line 15 | Line 28
28   ******************************* REQUIREMENTS **********************************
29  
30   Necessary Requirements:
18
31   - A supported platform (look below)
20
32   - A working dynamic load library
33  
34   Feature Specific Requirements:
35 <
36 < - For the SSL Challenge controlled OPER feature and encrypted server links,
37 <  a working OpenSSL library
38 <
39 < - For compressed server links, a working zlib library and includes (zlib.h)
40 <
30 < - For encrypted oper and (optional) server passwords, a working DES and/or
31 <  MD5 library
35 > - For TLS server links, as well as TLS client connections, a working
36 >  LibreSSL/OpenSSL or GnuTLS library is required
37 > - For encrypted operator, server and auth passwords, a working DES, MD5, or
38 >  SHA library
39 > - For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working
40 >  libGeoIP is required
41  
42   *******************************************************************************
43  
44 < - See the INSTALL document for info on configuring and compiling
36 <  ircd-hybrid.
44 > - See the INSTALL document for info on configuring and compiling ircd-hybrid.
45  
46   - Please read doc/index.txt to get an overview of the current documentation.
47  
48 < - There is also a mailing list for general discussion of Hybrid.  To subscribe
41 <  to the Hybrid List, use this link:
42 <  https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
43 <
44 < - To report bugs in hybrid, send the bug report to bugs@ircd-hybrid.org
45 <
46 < - Known bugs are listed in the BUGS file
47 <
48 < - If you run in to a problem you think may be specific to your platform,
49 <  check README.PLATFORMS for some hints.
50 <
51 < - SOLARIS USERS: this code appears to tickle a bug in older gcc and
52 <  egcs ONLY on 64-bit Solaris7.  gcc-2.95 and SunPro C on 64bit should
53 <  work fine, and any gcc or SunPro compiled on 32bit.
54 <
55 < - DARWIN AND MACOS X USERS: You must be using at least the December 2001
56 <  Development Tools from Apple to build ircd-hybrid with shared modules.
57 <
58 < - TESTED PLATFORMS:  The code has been tested on the following platforms, and
48 > - TESTED PLATFORMS: The code has been tested on the following platforms, and
49    is known to run properly.
50 <  FreeBSD 3.x/4.x/5.x/7.x/8.0 (gcc only, TenDRA will work but only with the latest
51 <  cvs version from ten15.org)
52 <  Linux glibc 2.2/2.3/2.10.1/2.12.1
53 <  Solaris 2.6/7/8
54 <  OpenBSD 2.8-3.2
55 <  HP-UX 11.00-11.22
56 <  IRIX64 6.5.19 (gcc only; MIPSpro is unconfirmed)
57 <  NetBSD 1.4-1.6
58 <  Tru64 UNIX 5.2b (only tested with native cc)
59 <
60 <  It probably does not compile on AIX or libc5 Linux.
61 <
62 < - Old Hybrid 5/6 configuration files are no longer supported.  All conf
73 <  files will have to be converted to the Hybrid 7 format.
74 <
75 < - If you are wondering why config.h no longer exists, it's because most
76 <  things that were once in config.h are now specified in the 'general'
77 <  block of ircd.conf.  Look at example.conf for more information about
78 <  these options. Many, notably syslog support and EFnet tweaks, are now
79 <  configure options (see ./configure --help for details.)
50 >  (If you want to help us to keep this list up to date, please send us an
51 >   email to bugs@ircd-hybrid.org with some info about the operating system)
52 >  CentOS 5.8, 6.7, 7.0
53 >  Red Hat Linux 9
54 >  Ubuntu 10.10, 12.04, 14.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
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
67 <  this release.
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 < - Other files recommended for reading: BUGS, INSTALL
70 > - Anonymous SVN access is also available:
71 >  Latest cutting-edge: svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk
72 >  Latest stable branch (8.2.x): svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x
73  
88 --------------------------------------------------------------------------------
74   $Id$

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)