mirror of the now-defunct rocklinux.org
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.

54 lines
1.5 KiB

  1. MENU_PKG_UNREAL
  2. Replaces the call to ./Config when building unreal-ircd
  3. by hand, options not available here directly can be passed
  4. to configure with the extra-options field
  5. ROCKCFG_PKG_UNREAL_PREFIX
  6. Installation-Prefix for unreal-ircd.
  7. The binary can be found as prefix/ircd
  8. The configurationfiles reside in prefix/config
  9. The shared modules reside in prefix/config/modules
  10. ROCKCFG_PKG_UNREAL_MAXCON
  11. Maximum number of parallel connections allowed for unreal-ircd
  12. Must be greater or equal than 100
  13. ROCKCFG_PKG_UNREAL_MAXSENDQ
  14. Maximum length of the senqueue, must be at least 1000
  15. ROCKCFG_PKG_UNREAL_BUFPOOLS
  16. Amount of sendbuffers allowed.
  17. ROCKCFG_PKG_UNREAL_BACKLOG
  18. listen backlog for unreal-ircd, sometimes values grater than 5 make
  19. problems.
  20. ROCKCFG_PKG_UNREAL_NICKHIST
  21. how far do you want to keep the nickname history?
  22. default: 2000
  23. ROCKCFG_PKG_UNREAL_DMODS
  24. allow unreal to use shared modules.
  25. does not compile without, but the original ./Config gives this option
  26. so here it is
  27. ROCKCFG_PKG_UNREAL_ZIP
  28. allows unreal to compress the server-link treaffic
  29. saves your money and should be enabled
  30. ROCKCFG_PKG_UNREAL_SSL
  31. enables unreal to have ssl links and ssl clients
  32. requires openSSL (not checked yet)
  33. ROCKCFG_PKG_UNREAL_IP6
  34. compile an IPv6 ready unreal-ircd
  35. ROCKCFG_PKG_UNREAL_ANTISPOOF
  36. enable unreal-ircds anti spoofing features
  37. ROCKCFG_PKG_UNREAL_HUB
  38. sets wether unreal can act as hub (and leaf)
  39. or if it can only be a leaf
  40. ROCKCFG_PKG_UNREAL_ADDITIONAL
  41. additional configure options