| 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 |
|
******************************* IMPORTANT ************************************* |
| 12 |
|
|
| 11 |
– |
|
| 13 |
|
************ Note for those who don't bother reading docs *************** |
| 14 |
|
* - Reading INSTALL is now a must, as the old DPATH is now specified * |
| 15 |
|
* when configure is run. * |
| 16 |
|
* You now need to ./configure --prefix="/path/to/install/it" * |
| 17 |
< |
* - The old config format WILL NOT WORK. Please see doc/example.conf ! * |
| 17 |
> |
* - The old config format WILL NOT WORK. Please see doc/reference.conf !* |
| 18 |
|
* - The old kline, dline, xline format WILL NOT WORK. * |
| 19 |
|
************************************************************************* |
| 20 |
|
|
| 30 |
|
|
| 31 |
|
- A working dynamic load library |
| 32 |
|
|
| 33 |
+ |
|
| 34 |
|
Feature Specific Requirements: |
| 35 |
|
|
| 36 |
|
- For the SSL Challenge controlled OPER feature, compressed and/or |
| 37 |
|
SSL/TLS server links, as well as SSL/TLS client connections, |
| 38 |
|
a working OpenSSL library is required |
| 39 |
|
|
| 40 |
< |
- For encrypted oper and (optional) server passwords, a working DES and/or |
| 41 |
< |
MD5 library |
| 40 |
> |
- For encrypted oper, server and auth passwords, a working DES, MD5, or |
| 41 |
> |
SHA library |
| 42 |
|
|
| 43 |
< |
- For regular expression based kline{} and gecos{} blocks, the |
| 44 |
< |
PCRE - Perl Compatible Regular Expressions library is required |
| 43 |
> |
- For ISO 3166 alpha-2 two letter country code enabled resv{} blocks, a working |
| 44 |
> |
libGeoIP is required |
| 45 |
|
|
| 46 |
|
******************************************************************************* |
| 47 |
|
|
| 50 |
|
|
| 51 |
|
- Please read doc/index.txt to get an overview of the current documentation. |
| 52 |
|
|
| 53 |
< |
- TESTED PLATFORMS: The code has been tested on the following platforms, and |
| 53 |
> |
- TESTED PLATFORMS: The code has been tested on the following platforms, and |
| 54 |
|
is known to run properly. |
| 55 |
|
(FIXME: this list is out of date) |
| 56 |
|
CentOS 5.8 |
| 57 |
|
Red Hat Linux 9 |
| 58 |
|
Ubuntu 12.04 |
| 59 |
+ |
FreeBSD 9.1 |
| 60 |
|
OpenBSD 5.2 |
| 61 |
|
Arch Linux 2012.12.01 |
| 62 |
|
Debian GNU/Hurd 0.3 |
| 63 |
|
|
| 61 |
– |
- 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. |
| 65 |
– |
|
| 64 |
|
- /etc/resolv.conf must exist for the resolver to work. |
| 65 |
|
|
| 66 |
|
- Please read NEWS for information about what is in this release. |