File: README

package info (click to toggle)
ircd-hybrid 1%3A8.2.21%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,276 kB
  • ctags: 5,325
  • sloc: ansic: 34,510; sh: 4,530; yacc: 2,568; makefile: 620; lex: 483; cpp: 42
file content (72 lines) | stat: -rw-r--r-- 2,896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Contact Information:
  * Bug Reports:
    - bugs@ircd-hybrid.org
  * General Discussion and Support mailing list:
    - https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
    - hybrid@lists.ircd-hybrid.org
  * IRC contact:
    - #ircd-coders on irc.ircd-hybrid.org

Recommended IRC services packages:
- Anope 2.0.3 and above, which can be found on http://anope.org
- HOPM (hybrid open proxy monitor), which can be found on http://ircd-hybrid.org

******************************* IMPORTANT *************************************

  ************ Note for those who don't bother reading docs ***************
  * - Reading INSTALL is now a must, as the old DPATH is now specified    *
  *   when configure is run.                                              *
  *   You now need to ./configure --prefix="/path/to/install/it"          *
  * - The old config format WILL NOT WORK. Please see doc/reference.conf !*
  * - The old kline, dline, xline format WILL NOT WORK.                   *
  *************************************************************************

  ALSO, IF YOU ARE UPGRADING YOUR CURRENT SOURCE TREE, AND YOU TRY TO BUILD
  IN IT WITHOUT PERFORMING AT LEAST 'make clean', THINGS _WILL_ BREAK. IT IS
  RECOMMENDED THAT YOU RUN 'make distclean' AND THEN RERUN './configure'!

******************************* REQUIREMENTS **********************************

Necessary Requirements:
- A supported platform (look below)
- A working dynamic load library

Feature Specific Requirements:
- For TLS server links, as well as TLS client connections, a working
  LibreSSL/OpenSSL or GnuTLS library is required
- For encrypted operator, server and auth passwords, a working DES, MD5, or
  SHA library
- For ISO 3166 alpha-2 two letter country code enabled resv {} blocks, a working
  libGeoIP is required

*******************************************************************************

- See the INSTALL document for info on configuring and compiling ircd-hybrid.

- Please read doc/index.txt to get an overview of the current documentation.

- TESTED PLATFORMS: The code has been tested on the following platforms, and
  is known to run properly.
  CentOS 5.8, 6.7, 7.0
  Red Hat Linux 9
  Ubuntu 10.10, 12.04, 14.04
  FreeBSD 9.1
  OpenBSD 5.2, 5.7, 5.8
  Arch Linux 2012.12.01
  Debian GNU/Linux 7.6, 8.0, 8.5
  Debian GNU/Hurd 0.3
  Raspbian Jessie
  openSUSE 13.1
  Mac OS X 10.10 (Yosemite)

- /etc/resolv.conf must exist for the resolver to work.

- Please read NEWS for information about what is in this release.

- Development process can be followed on GitHub at https://github.com/ircd-hybrid/ircd-hybrid

- Anonymous SVN access is also available:
  Latest cutting-edge: svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk
  Latest stable branch (8.2.x): svn co svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.2.x

$Id: README 7667 2016-07-20 17:09:36Z michael $