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 9188 by michael, Mon Jan 20 18:58:20 2020 UTC

# Line 1 | Line 1
1 < If you don't read this first, we won't help you.
2 < :-)
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.7 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  
# Line 7 | Line 17 | If you don't read this first, we won't h
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 18 | Line 28 | If you don't read this first, we won't h
28   ******************************* REQUIREMENTS **********************************
29  
30   Necessary Requirements:
21
31   - A supported platform (look below)
32 <
24 < - A working dynamic load library, unless
25 <  compiling statically, without module
26 <  support.
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 <
33 < - For compressed server links,
34 <  a working zlib library and includes (zlib.h)
35 <
36 < - For encrypted oper and (optional) server passwords, a working DES and/or
37 <  MD5 library
35 > - For TLS server links, as well as TLS client connections, a working TLS
36 >  library such as, OpenSSL, LibreSSL, GnuTLS or wolfSSL is required
37 > - For encrypted operator, server and auth passwords, a working DES, MD5, or
38 >  SHA library
39  
40   *******************************************************************************
41  
42 < - See the INSTALL document for info on configuring and compiling
42 <  ircd-hybrid.
42 > - See the INSTALL document for info on configuring and compiling ircd-hybrid.
43  
44   - Please read doc/index.txt to get an overview of the current documentation.
45  
46 < - 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
46 > - TESTED PLATFORMS: The code has been tested on the following platforms, and
47    is known to run properly.
48 <  FreeBSD 3.x/4.x/5.x (gcc only, TenDRA will work but only with the latest
49 <  cvs version from ten15.org)
50 <  Linux glibc 2.2/2.3
51 <  Solaris 2.6/7/8
52 <  Cygwin 1.3.22 (no shared modules yet)
53 <  OpenBSD 2.8-3.2
54 <  HP-UX 11.00-11.22
55 <  IRIX64 6.5.19 (gcc only; MIPSpro is unconfirmed)
56 <  NetBSD 1.4-1.6
57 <  Tru64 UNIX 5.2b (only tested with native cc)
58 <
82 <  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.)
48 >  CentOS 5.8, 6.7, 7.0
49 >  Red Hat Linux 9
50 >  Ubuntu 10.10, 12.04, 14.04, 18.04, 19.04
51 >  FreeBSD 9.1
52 >  OpenBSD 5.2, 5.7, 5.8
53 >  Arch Linux 2012.12.01
54 >  Debian GNU/Linux 7.6, 8.0, 8.5, 9.3, 9.4
55 >  Debian GNU/Hurd 0.3
56 >  Raspbian Jessie
57 >  openSUSE 13.1
58 >  Mac OS X 10.10 (Yosemite)
59  
60   - /etc/resolv.conf must exist for the resolver to work.
61  
62 < - Please read RELNOTES and doc/whats-new.txt for information about what is in
63 <  this release.
62 > - Please read NEWS for information about what is in this release.
63 >
64 > - Development process can be followed on GitHub at https://github.com/ircd-hybrid/ircd-hybrid
65  
66 < - Other files recommended for reading: BUGS, INSTALL
66 > - Anonymous SVN access is also available:
67 >  Latest cutting-edge: svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk
68 >  Latest stable branch (8.2.x): svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x
69  
100 --------------------------------------------------------------------------------
70   $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 9188 by michael, Mon Jan 20 18:58:20 2020 UTC

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

Diff Legend

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