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

Comparing:
ircd-hybrid/README.FIRST (file contents), Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC vs.
ircd-hybrid/trunk/README (file contents), Revision 4774 by michael, Tue Oct 21 08:35:25 2014 UTC

# Line 1 | Line 1
1 < If you don't read this first, we won't help you.
2 < :-)
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 > Recommended IRC services package:
12 >
13 > - Anope 2.0.1 and above, which can be found on http://anope.org
14 >
15  
16   ******************************* IMPORTANT *************************************
17  
# Line 7 | Line 19 | If you don't read this first, we won't h
19    * - Reading INSTALL is now a must, as the old DPATH is now specified    *
20    *   when configure is run.                                              *
21    *   You now need to ./configure --prefix="/path/to/install/it"          *
22 <  * - The old config format WILL NOT WORK. Please see etc/example.conf ! *
23 <  * - The old kline, dline, xline, gline format WILL NOT WORK.
22 >  * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
23 >  * - The old kline, dline, xline format WILL NOT WORK.                   *
24    *************************************************************************
25  
26    ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
# Line 21 | Line 33 | Necessary Requirements:
33  
34   - A supported platform (look below)
35  
36 < - A working dynamic load library, unless
37 <  compiling statically, without module
26 <  support.
36 > - A working dynamic load library
37 >
38  
39   Feature Specific Requirements:
40  
41 < - For the SSL Challenge controlled OPER feature and encrypted server links,
42 <  a working OpenSSL library
41 > - For the SSL Challenge controlled OPER feature, compressed and/or
42 >  SSL/TLS server links, as well as SSL/TLS client connections,
43 >  a working LibreSSL/OpenSSL library is required
44  
45 < - For compressed server links,
46 <  a working zlib library and includes (zlib.h)
45 > - For encrypted operator, server and auth passwords, a working DES, MD5, or
46 >  SHA library
47  
48 < - For encrypted oper and (optional) server passwords, a working DES and/or
49 <  MD5 library
48 > - For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working
49 >  libGeoIP is required
50  
51   *******************************************************************************
52  
# Line 43 | Line 55 | Feature Specific Requirements:
55  
56   - Please read doc/index.txt to get an overview of the current documentation.
57  
58 < - A good place for general help, discussions, and suggestions for ircd-hybrid
47 <  can be found at http://www.forum.ircd-hybrid.org
48 <
49 < - There is also a mailing list for general discussion of Hybrid.  To subscribe
50 <  to the Hybrid List, use this link:
51 <  https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
52 <
53 < - To report bugs in hybrid, send the bug report to bugs@ircd-hybrid.org
54 <
55 < - Known bugs are listed in the BUGS file
56 <
57 < - If you run in to a problem you think may be specific to your platform,
58 <  check README.PLATFORMS for some hints.
59 <
60 < - SOLARIS USERS: this code appears to tickle a bug in older gcc and
61 <  egcs ONLY on 64-bit Solaris7.  gcc-2.95 and SunPro C on 64bit should
62 <  work fine, and any gcc or SunPro compiled on 32bit.
63 <
64 < - DARWIN AND MACOS X USERS: You must be using at least the December 2001
65 <  Development Tools from Apple to build ircd-hybrid with shared modules.
66 <  Before then you MUST disable shared modules, as we do not have the proper
67 <  flags for cc(1) prior to that point to produce shared modules.
68 <
69 < - TESTED PLATFORMS:  The code has been tested on the following platforms, and
58 > - TESTED PLATFORMS: The code has been tested on the following platforms, and
59    is known to run properly.
60 <  FreeBSD 3.x/4.x/5.x (gcc only, TenDRA will work but only with the latest
61 <  cvs version from ten15.org)
62 <  Linux glibc 2.2/2.3
63 <  Solaris 2.6/7/8
64 <  Cygwin 1.3.22 (no shared modules yet)
65 <  OpenBSD 2.8-3.2
66 <  HP-UX 11.00-11.22
67 <  IRIX64 6.5.19 (gcc only; MIPSpro is unconfirmed)
68 <  NetBSD 1.4-1.6
69 <  Tru64 UNIX 5.2b (only tested with native cc)
70 <
71 <  It probably does not compile on AIX or libc5 Linux.
83 <
84 < - Old Hybrid 5/6 configuration files are no longer supported.  All conf
85 <  files will have to be converted to the Hybrid 7 format.
86 <
87 < - If you are wondering why config.h no longer exists, it's because most
88 <  things that were once in config.h are now specified in the 'general'
89 <  block of ircd.conf.  Look at example.conf for more information about
90 <  these options. Many, notably syslog support and EFnet tweaks, are now
91 <  configure options (see ./configure --help for details.)
60 >  (If you want to help us to keep this list up to date, please send us an
61 >   email to bugs@ircd-hybrid.org with some info about the operating system)
62 >  CentOS 5.8, 7.0
63 >  Red Hat Linux 9
64 >  Ubuntu 10.10, 12.04, 14.04
65 >  FreeBSD 9.1
66 >  OpenBSD 5.2
67 >  Arch Linux 2012.12.01
68 >  Debian GNU/Linux 7.6
69 >  Debian GNU/Hurd 0.3
70 >  openSUSE 13.1
71 >  Mac OS X 10.9 (Mavericks)
72  
73   - /etc/resolv.conf must exist for the resolver to work.
74  
75 < - Please read RELNOTES and doc/whats-new.txt for information about what is in
96 <  this release.
75 > - Please read NEWS for information about what is in this release.
76  
77 < - Other files recommended for reading: BUGS, INSTALL
77 > - Other files recommended for reading: INSTALL
78  
79   --------------------------------------------------------------------------------
80   $Id$

Comparing:
ircd-hybrid/README.FIRST (property svn:keywords), Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC vs.
ircd-hybrid/trunk/README (property svn:keywords), Revision 4774 by michael, Tue Oct 21 08:35:25 2014 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

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