| 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 |
|
|
| 11 |
– |
|
| 10 |
|
Recommended IRC services packages: |
| 13 |
– |
|
| 11 |
|
- Anope 2.0.2 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 |
|
|
| 17 |
– |
|
| 14 |
|
******************************* IMPORTANT ************************************* |
| 15 |
|
|
| 16 |
|
************ Note for those who don't bother reading docs *************** |
| 28 |
|
******************************* REQUIREMENTS ********************************** |
| 29 |
|
|
| 30 |
|
Necessary Requirements: |
| 35 |
– |
|
| 31 |
|
- A supported platform (look below) |
| 37 |
– |
|
| 32 |
|
- A working dynamic load library |
| 33 |
|
|
| 40 |
– |
|
| 34 |
|
Feature Specific Requirements: |
| 42 |
– |
|
| 35 |
|
- For the SSL Challenge controlled OPER feature, compressed and/or |
| 36 |
|
SSL/TLS server links, as well as SSL/TLS client connections, |
| 37 |
|
a working LibreSSL/OpenSSL library is required |
| 46 |
– |
|
| 38 |
|
- For encrypted operator, server and auth passwords, a working DES, MD5, or |
| 39 |
|
SHA library |
| 49 |
– |
|
| 40 |
|
- For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working |
| 41 |
|
libGeoIP is required |
| 42 |
|
|
| 43 |
|
******************************************************************************* |
| 44 |
|
|
| 45 |
< |
- See the INSTALL document for info on configuring and compiling |
| 56 |
< |
ircd-hybrid. |
| 45 |
> |
- See the INSTALL document for info on configuring and compiling ircd-hybrid. |
| 46 |
|
|
| 47 |
|
- Please read doc/index.txt to get an overview of the current documentation. |
| 48 |
|
|
| 65 |
|
|
| 66 |
|
- Please read NEWS for information about what is in this release. |
| 67 |
|
|
| 68 |
< |
- Other files recommended for reading: INSTALL |
| 68 |
> |
- Development process can be followed on GitHub at https://github.com/ircd-hybrid/ircd-hybrid |
| 69 |
> |
|
| 70 |
> |
- Anonymous SVN access is also available: |
| 71 |
> |
Latest cutting-edge: svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk |
| 72 |
> |
Latest stable branch (8.2.x): svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x |
| 73 |
|
|
| 81 |
– |
-------------------------------------------------------------------------------- |
| 74 |
|
$Id$ |