| 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 |
|
|
| 39 |
|
- For encrypted oper and (optional) server passwords, a working DES and/or |
| 40 |
|
MD5 library |
| 41 |
|
|
| 41 |
– |
- For regular expression based kline{} and gecos{} blocks, the |
| 42 |
– |
PCRE - Perl Compatible Regular Expressions library is required |
| 43 |
– |
|
| 42 |
|
******************************************************************************* |
| 43 |
|
|
| 44 |
|
- See the INSTALL document for info on configuring and compiling |
| 46 |
|
|
| 47 |
|
- Please read doc/index.txt to get an overview of the current documentation. |
| 48 |
|
|
| 51 |
– |
- Known bugs are listed in the BUGS file |
| 52 |
– |
|
| 49 |
|
- TESTED PLATFORMS: The code has been tested on the following platforms, and |
| 50 |
|
is known to run properly. |
| 51 |
|
(FIXME: this list is out of date) |
| 52 |
|
CentOS 5.8 |
| 53 |
|
Red Hat Linux 9 |
| 54 |
|
Ubuntu 12.04 |
| 55 |
+ |
FreeBSD 9.1 |
| 56 |
+ |
OpenBSD 5.2 |
| 57 |
+ |
Arch Linux 2012.12.01 |
| 58 |
+ |
Debian GNU/Hurd 0.3 |
| 59 |
|
|
| 60 |
|
- If you are wondering why config.h no longer exists, it's because most |
| 61 |
|
things that were once in config.h are now specified in the 'general' |
| 62 |
< |
block of ircd.conf. Look at example.conf for more information about |
| 62 |
> |
block of ircd.conf. Look at reference.conf for more information about |
| 63 |
|
these options. |
| 64 |
|
|
| 65 |
|
- /etc/resolv.conf must exist for the resolver to work. |
| 66 |
|
|
| 67 |
|
- Please read NEWS for information about what is in this release. |
| 68 |
|
|
| 69 |
< |
- Other files recommended for reading: BUGS, INSTALL |
| 69 |
> |
- Other files recommended for reading: INSTALL |
| 70 |
|
|
| 71 |
|
-------------------------------------------------------------------------------- |
| 72 |
|
$Id$ |