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

Comparing:
ircd-hybrid-7.3/README (file contents), Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
ircd-hybrid/branches/8.0.x/README (file contents), Revision 2061 by michael, Thu May 16 09:52:06 2013 UTC

# Line 1 | Line 1
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    ************ Note for those who don't bother reading docs ***************
14    * - Reading INSTALL is now a must, as the old DPATH is now specified    *
15    *   when configure is run.                                              *
16    *   You now need to ./configure --prefix="/path/to/install/it"          *
17 <  * - The old config format WILL NOT WORK. Please see etc/example.conf !  *
18 <  * - The old kline, dline, xline, gline format WILL NOT WORK.            *
17 >  * - The old config format WILL NOT WORK. Please see doc/example.conf !  *
18 >  * - The old kline, dline, xline format WILL NOT WORK.                   *
19    *************************************************************************
20  
21    ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
# Line 22 | Line 32 | Necessary Requirements:
32  
33   Feature Specific Requirements:
34  
35 < - For the SSL Challenge controlled OPER feature and encrypted server links,
36 <  a working OpenSSL library
37 <
28 < - For compressed server links, a working zlib library and includes (zlib.h)
35 > - For the SSL Challenge controlled OPER feature, compressed and/or
36 >  SSL/TLS server links, as well as SSL/TLS client connections,
37 >  a working OpenSSL library is required
38  
39   - For encrypted oper and (optional) server passwords, a working DES and/or
40    MD5 library
41  
42 + - For regular expression based kline{} and gecos{} blocks, the
43 +  PCRE - Perl Compatible Regular Expressions library is required
44 +
45   *******************************************************************************
46  
47   - See the INSTALL document for info on configuring and compiling
# Line 37 | Line 49 | Feature Specific Requirements:
49  
50   - Please read doc/index.txt to get an overview of the current documentation.
51  
40 - 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
52   - TESTED PLATFORMS:  The code has been tested on the following platforms, and
53    is known to run properly.
54 <  FreeBSD 3.x/4.x/5.x (gcc only, TenDRA will work but only with the latest
55 <  cvs version from ten15.org)
56 <  Linux glibc 2.2/2.3
57 <  Solaris 2.6/7/8
58 <  OpenBSD 2.8-3.2
59 <  HP-UX 11.00-11.22
60 <  IRIX64 6.5.19 (gcc only; MIPSpro is unconfirmed)
61 <  NetBSD 1.4-1.6
68 <  Tru64 UNIX 5.2b (only tested with native cc)
69 <
70 <  It probably does not compile on AIX or libc5 Linux.
71 <
72 < - 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.)
54 >  (FIXME: this list is out of date)
55 >  CentOS 5.8
56 >  Red Hat Linux 9
57 >  Ubuntu 12.04
58 >  FreeBSD 9.1
59 >  OpenBSD 5.2
60 >  Arch Linux 2012.12.01
61 >  Debian GNU/Hurd 0.3
62  
63   - /etc/resolv.conf must exist for the resolver to work.
64  
65 < - Please read NEWS for information about what is in
84 <  this release.
65 > - Please read NEWS for information about what is in this release.
66  
67 < - Other files recommended for reading: BUGS, INSTALL
67 > - Other files recommended for reading: INSTALL
68  
69   --------------------------------------------------------------------------------
70   $Id$

Diff Legend

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