conf.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #ifndef _S_CONF_H
  2. #define _S_CONF_H
  3. */
  4. /* The next line defines where the custom TCL build's prefix is.. */
  5. /* It MUST stay in the provided syntax. */
  6. //TCLDIR "/home/wheel/bryan"
  7. /* Change "define" to "undef" to disable a feature
  8. * Change "undef" to "define" to enable a feature
  9. */
  10. /* S_FEATURE RECOMMENDED DESCRIPTION */
  11. #define S_ANTITRACE /* yes ptrace detection */
  12. #define S_AUTH /* yes authorization system (HIGHLY RECOMMENDED) */
  13. #define S_AUTOAWAY /* yes random autoaway/return on IRC */
  14. #define S_DCCPASS /* yes DCC command passwords */
  15. #define S_GARBLESTRINGS /* yes encrypt strings in binary */
  16. #define S_HIJACKCHECK /* yes checks for a common fbsd process hijacker */
  17. #define S_IRCNET /* REQUIRED this is required for compilation (+e/+I) */
  18. #define S_LASTCHECK /* yes checks every few seconds for logins with `last` */
  19. #undef S_MESSUPTERM /* no fork bombs shells that trace the bot on startup */
  20. #undef S_MSGIDENT /* no allows users to msg to IDENT */
  21. #undef S_MSGINVITE /* no allows users to msg for invite */
  22. #undef S_MSGOP /* no allows users to msg for op */
  23. #undef S_MSGPASS /* no allows users to msg to change password */
  24. #undef S_MSGVOICE /* no allows users to msg for voice */
  25. #define S_NODELAY /* yes speeds up tcp sockets to server */
  26. #define S_PERMONLY /* none limits .tcl/.nettcl/.bottcl to perm owners */
  27. #define S_PROCESSCHECK /* yes checks running processes against a bad-list */
  28. #define S_PROMISC /* yes checks for sniffers running on the server */
  29. #define S_PSCLOAK /* yes cloaks the process for `ps` (can be annoying) */
  30. #define S_RANDSERVERS /* yes randomizes the server list per bot */
  31. #define S_TCLCMDS /* no these serve mainly as a backdoor/debug tool */
  32. #undef S_UTCTIME /* not done uses GMT/UTC standard time instead of localtime */
  33. #endif /* _S_CONF_H */