| 2 |
|
|
| 3 |
|
$Id$ |
| 4 |
|
|
| 5 |
< |
Copyright (c) 1997-2007 IRCD-Hybrid Development Team |
| 5 |
> |
Copyright (c) 1997-2009 IRCD-Hybrid Development Team |
| 6 |
|
|
| 7 |
|
---------------------------------------------------------------------- |
| 8 |
|
|
| 114 |
|
|
| 115 |
|
* --disable-zlib - Build the ircd without ziplinks support. |
| 116 |
|
|
| 117 |
– |
* --disable-gline-voting - This is good for small networks or where |
| 118 |
– |
G-Line voting is not necessary. Please understand that by disabling |
| 119 |
– |
this, it will allow any operator with G-Line permissions to G-Line |
| 120 |
– |
someone without requiring the approval of 2 other operators. However, |
| 121 |
– |
it is useful if you use proxy scanners or services that do G-Lines. |
| 117 |
|
|
| 118 |
|
3. Run 'make'; this should build the ircd. |
| 119 |
|
|
| 163 |
|
on you, PLEASE contact bugs@ircd-hybrid.org ASAP with a backtrace of |
| 164 |
|
the core. The Hybrid team can't fix bugs if no one tells us about them! |
| 165 |
|
|
| 171 |
– |
- http://forum.ircd-hybrid.org/ |
| 172 |
– |
We decided to create a phpBB-like forum about ircd-hybrid, where you |
| 173 |
– |
can get help from coders and admins, post your suggestions, modules etc. |
| 174 |
– |
|
| 166 |
|
- https://lists.ircd-hybrid.org/mailman/listinfo/hybrid |
| 167 |
|
Here you can subscribe to a mailing list for general discussion of Hybrid. |
| 168 |
|
|
| 175 |
|
|
| 176 |
|
1. Change to the directory containing the core file |
| 177 |
|
|
| 178 |
< |
2. Run gdb on the binary and the core file. With an unmodified Hybrid-7.2 |
| 178 |
> |
2. Run gdb on the binary and the core file. With an unmodified ircd-hybrid |
| 179 |
|
installation, an example command line is below (in the /usr/local/ircd |
| 180 |
|
directory) |
| 181 |
|
|