* remove likely invalid iat DEPs
[t2sde.git] / package / network / unreal-ircd / config.hlp
blobe240b61d05b619c10ceea57bd18079d696aca14c
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/unreal-ircd/config.hlp
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2004 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 MENU_PKG_UNREAL
14   Replaces the call to ./Config when building unreal-ircd
15   by hand, options not available here directly can be passed
16   to configure with the extra-options field
17   
18 SDECFG_PKG_UNREAL_PREFIX
19   Installation-Prefix for unreal-ircd.
20   The binary can be found as prefix/ircd
21   The configurationfiles reside in prefix/config
22   The shared modules reside in prefix/config/modules
23   
24 SDECFG_PKG_UNREAL_MAXCON
25   Maximum number of parallel connections allowed for unreal-ircd
26   Must be greater or equal than 100
27   
28 SDECFG_PKG_UNREAL_MAXSENDQ
29   Maximum length of the senqueue, must be at least 1000
30   
31 SDECFG_PKG_UNREAL_BUFPOOLS
32   Amount of sendbuffers allowed.
33   
34 SDECFG_PKG_UNREAL_BACKLOG
35   listen backlog for unreal-ircd, sometimes values grater than 5 make
36   problems.
37   
38 SDECFG_PKG_UNREAL_NICKHIST
39   how far do you want to keep the nickname history?
40   default: 2000
41   
42 SDECFG_PKG_UNREAL_DMODS
43   allow unreal to use shared modules.
44   does not compile without, but the original ./Config gives this option
45   so here it is
46   
47 SDECFG_PKG_UNREAL_ZIP
48   allows unreal to compress the server-link treaffic
49   saves your money and should be enabled
50   
51 SDECFG_PKG_UNREAL_SSL
52   enables unreal to have ssl links and ssl clients
53   requires openSSL (not checked yet)
54   
55 SDECFG_PKG_UNREAL_IP6
56   compile an IPv6 ready unreal-ircd
57   
58 SDECFG_PKG_UNREAL_ANTISPOOF
59   enable unreal-ircds anti spoofing features
60   
61 SDECFG_PKG_UNREAL_HUB
62   sets wether unreal can act as hub (and leaf)
63   or if it can only be a leaf
64   
65 SDECFG_PKG_UNREAL_ADDITIONAL
66   additional configure options