| 1 |
|
Contact Information: |
| 2 |
– |
|
| 2 |
|
* Bug Reports: |
| 3 |
|
- bugs@ircd-hybrid.org |
| 4 |
|
* General Discussion and Support mailing list: |
| 7 |
|
* IRC contact: |
| 8 |
|
- #ircd-coders on irc.ircd-hybrid.org |
| 9 |
|
|
| 10 |
< |
Recommended IRC services package: |
| 11 |
< |
|
| 12 |
< |
- Anope 2.0.1 and above, which can be found on http://anope.org |
| 14 |
< |
|
| 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 |
|
|
| 28 |
|
******************************* REQUIREMENTS ********************************** |
| 29 |
|
|
| 30 |
|
Necessary Requirements: |
| 33 |
– |
|
| 31 |
|
- A supported platform (look below) |
| 35 |
– |
|
| 32 |
|
- A working dynamic load library |
| 33 |
|
|
| 38 |
– |
|
| 34 |
|
Feature Specific Requirements: |
| 35 |
< |
|
| 36 |
< |
- 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 |
< |
|
| 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 |
|
|
| 48 |
– |
- For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working |
| 49 |
– |
libGeoIP is required |
| 50 |
– |
|
| 40 |
|
******************************************************************************* |
| 41 |
|
|
| 42 |
< |
- See the INSTALL document for info on configuring and compiling |
| 54 |
< |
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 |
|
- TESTED PLATFORMS: The code has been tested on the following platforms, and |
| 47 |
|
is known to run properly. |
| 48 |
< |
(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 |
| 48 |
> |
CentOS 5.8, 6.7, 7.0 |
| 49 |
|
Red Hat Linux 9 |
| 50 |
< |
Ubuntu 10.10, 12.04, 14.04 |
| 50 |
> |
Ubuntu 10.10, 12.04, 14.04, 18.04, 19.04 |
| 51 |
|
FreeBSD 9.1 |
| 52 |
< |
OpenBSD 5.2 |
| 52 |
> |
OpenBSD 5.2, 5.7, 5.8 |
| 53 |
|
Arch Linux 2012.12.01 |
| 54 |
< |
Debian GNU/Linux 7.6 |
| 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.9 (Mavericks) |
| 58 |
> |
Mac OS X 10.10 (Yosemite) |
| 59 |
|
|
| 60 |
|
- /etc/resolv.conf must exist for the resolver to work. |
| 61 |
|
|
| 62 |
|
- Please read NEWS for information about what is in this release. |
| 63 |
|
|
| 64 |
< |
- Other files recommended for reading: INSTALL |
| 64 |
> |
- Development process can be followed on GitHub at https://github.com/ircd-hybrid/ircd-hybrid |
| 65 |
> |
|
| 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 |
|
|
| 79 |
– |
-------------------------------------------------------------------------------- |
| 70 |
|
$Id$ |