| 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 |
|
|
| 9 |
– |
******************************* IMPORTANT ************************************* |
| 15 |
|
|
| 16 |
+ |
******************************* IMPORTANT ************************************* |
| 17 |
|
|
| 18 |
|
************ Note for those who don't bother reading docs *************** |
| 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 doc/example.conf ! * |
| 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 |
|
|
| 35 |
|
|
| 36 |
|
- A working dynamic load library |
| 37 |
|
|
| 38 |
+ |
|
| 39 |
|
Feature Specific Requirements: |
| 40 |
|
|
| 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 OpenSSL library is required |
| 43 |
> |
a working LibreSSL/OpenSSL library is required |
| 44 |
|
|
| 45 |
< |
- For encrypted oper and (optional) server passwords, a working DES and/or |
| 46 |
< |
MD5 library |
| 45 |
> |
- For encrypted operator, server and auth passwords, a working DES, MD5, or |
| 46 |
> |
SHA library |
| 47 |
|
|
| 48 |
< |
- For regular expression based kline{} and gecos{} blocks, the |
| 49 |
< |
PCRE - Perl Compatible Regular Expressions library is required |
| 48 |
> |
- For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working |
| 49 |
> |
libGeoIP is required |
| 50 |
|
|
| 51 |
|
******************************************************************************* |
| 52 |
|
|
| 55 |
|
|
| 56 |
|
- Please read doc/index.txt to get an overview of the current documentation. |
| 57 |
|
|
| 58 |
< |
- 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 |
< |
(FIXME: this list is out of date) |
| 61 |
< |
CentOS 5.8 |
| 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 12.04 |
| 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 |
< |
|
| 71 |
< |
- If you are wondering why config.h no longer exists, it's because most |
| 62 |
< |
things that were once in config.h are now specified in the 'general' |
| 63 |
< |
block of ircd.conf. Look at example.conf for more information about |
| 64 |
< |
these options. |
| 70 |
> |
openSUSE 13.1 |
| 71 |
> |
Mac OS X 10.9 (Mavericks) |
| 72 |
|
|
| 73 |
|
- /etc/resolv.conf must exist for the resolver to work. |
| 74 |
|
|