OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.1 KiB

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