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-8/README (file contents):
Revision 1269 by lusky, Wed Jan 25 12:17:34 2012 UTC vs.
Revision 1513 by michael, Sun Aug 26 09:06:13 2012 UTC

# Line 4 | Line 4
4    * - Reading INSTALL is now a must, as the old DPATH is now specified    *
5    *   when configure is run.                                              *
6    *   You now need to ./configure --prefix="/path/to/install/it"          *
7 <  * - The old config format WILL NOT WORK. Please see etc/example.conf !  *
8 <  * - The old kline, dline, xline, gline format WILL NOT WORK.            *
7 >  * - The old config format WILL NOT WORK. Please see doc/example.conf !  *
8 >  * - The old kline, dline, xline format WILL NOT WORK.                   *
9    *************************************************************************
10  
11    ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
# Line 22 | Line 22 | Necessary Requirements:
22  
23   Feature Specific Requirements:
24  
25 < - For the SSL Challenge controlled OPER feature and encrypted server links,
26 <  a working OpenSSL library
27 <
28 < - For compressed server links, a working zlib library and includes (zlib.h)
25 > - For the SSL Challenge controlled OPER feature, compressed and/or
26 >  SSL/TLS server links, as well as SSL/TLS client connections,
27 >  a working OpenSSL library is required
28  
29   - For encrypted oper and (optional) server passwords, a working DES and/or
30    MD5 library
31  
32 + - For regular expression based kline{} and gecos{} blocks, the
33 +  PCRE - Perl Compatible Regular Expressions library is required
34 +
35   *******************************************************************************
36  
37   - See the INSTALL document for info on configuring and compiling
# Line 45 | Line 47 | Feature Specific Requirements:
47  
48   - Known bugs are listed in the BUGS file
49  
48 - If you run in to a problem you think may be specific to your platform,
49  check README.PLATFORMS for some hints.
50
50   - SOLARIS USERS: this code appears to tickle a bug in older gcc and
51    egcs ONLY on 64-bit Solaris7.  gcc-2.95 and SunPro C on 64bit should
52    work fine, and any gcc or SunPro compiled on 32bit.
53  
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
54   - TESTED PLATFORMS:  The code has been tested on the following platforms, and
55    is known to run properly.
56    (FIXME: this list is out of date)
# Line 70 | Line 66 | Feature Specific Requirements:
66  
67    It probably does not compile on AIX or libc5 Linux.
68  
73 - Old Hybrid 5/6 configuration files are no longer supported.  All conf
74  files will have to be converted to the Hybrid 7 format.
75
69   - If you are wondering why config.h no longer exists, it's because most
70    things that were once in config.h are now specified in the 'general'
71 <  block of ircd.conf.  Look at example.conf for more information about
72 <  these options. Many, notably syslog support and EFnet tweaks, are now
80 <  configure options (see ./configure --help for details.)
71 >  block of ircd.conf. Look at example.conf for more information about
72 >  these options.
73  
74   - /etc/resolv.conf must exist for the resolver to work.
75  

Diff Legend

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