2 |
|
|
3 |
$Id$ |
$Id$ |
4 |
|
|
5 |
Copyright (c) 1997-2011 IRCD-Hybrid Development Team |
Copyright (c) 1997-2012 IRCD-Hybrid Development Team |
6 |
|
|
7 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
8 |
|
|
96 |
used for *small* networks, as this tends to be a performance hit |
used for *small* networks, as this tends to be a performance hit |
97 |
on larger networks. |
on larger networks. |
98 |
|
|
|
* --enable-syslog=kill/squit/connect/users/oper, separated by |
|
|
spaces, in quotes - Enables syslog logging, with events you specify |
|
|
(none is okay too, and logs the most essential messages only.) |
|
|
|
|
|
* --enable-syslog-facility=FACILITY - Check with your sysadmin to see |
|
|
what this should be; by default it is LOG_LOCAL4. If you get it wrong |
|
|
initially, no problem; just edit the value in include/setup.h. |
|
|
|
|
99 |
* --with-nicklen, |
* --with-nicklen, |
100 |
--with-topiclen - Respectively, sets the maximum NICK length and |
--with-topiclen - Respectively, sets the maximum NICK length and |
101 |
maximum TOPIC length. Note that this must be consistent across your |
maximum TOPIC length. Note that this must be consistent across your |
112 |
5. If you wish to install the contrib modules, run 'make install' in the |
5. If you wish to install the contrib modules, run 'make install' in the |
113 |
contrib/ folder to compile and install the modules and help pages. |
contrib/ folder to compile and install the modules and help pages. |
114 |
|
|
115 |
6. If you wish to enable the user log, oper log, and failed oper log, |
6. If you are upgrading from Hybrid 5 or Hybrid 6, the config files |
|
kill log, kline log and the gline log issue these commands at the |
|
|
shell prompt (in the prefix directory). |
|
|
|
|
|
$ touch logs/userlog |
|
|
$ touch logs/operlog |
|
|
$ touch logs/foperlog |
|
|
$ touch logs/kill |
|
|
$ touch logs/kline |
|
|
$ touch logs/gline |
|
|
|
|
|
Note: If you use different names in ircd.conf, you must 'touch' |
|
|
their specific names. |
|
|
|
|
|
7. If you are upgrading from Hybrid 5 or Hybrid 6, the config files |
|
116 |
have changed drastically. |
have changed drastically. |
117 |
|
|
118 |
By default, the kline file is named kline.conf, the dline file is |
By default, the kline file is named kline.conf, the dline file is |