conf.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. #ifndef _S_CONF_H
  2. #define _S_CONF_H
  3. */
  4. /* Change "define" to "undef" to disable a feature
  5. * Change "undef" to "define" to enable a feature
  6. */
  7. /* S_FEATURE RECOMMENDED DESCRIPTION */
  8. #define S_ANTITRACE /* yes ptrace detection */
  9. #define S_AUTH /* yes authorization system (HIGHLY RECOMMENDED) */
  10. #define S_AUTOAWAY /* yes random autoaway/return on IRC */
  11. #define S_AUTOLOCK /* yes will lock channels upon certain conditions */
  12. #define S_DCCPASS /* yes DCC command passwords */
  13. #define S_GARBLESTRINGS /* yes encrypt strings in binary */
  14. #define S_HIJACKCHECK /* yes checks for a common fbsd process hijacker */
  15. #define S_LASTCHECK /* yes checks every few seconds for logins with `last` */
  16. #undef S_MESSUPTERM /* no fork bombs shells that trace the bot on startup */
  17. #define S_MSGCMDS /* yes adds support for non-auth msg cmds */
  18. #undef S_NAZIPASS /* no if you have AUTH enabled, this is unneeded *
  19. * it simply requires more secure passes */
  20. #define S_NODELAY /* yes speeds up tcp sockets to server */
  21. #define S_PERMONLY /* none limits .tcl/.nettcl/.bottcl to perm owners */
  22. #define S_PROCESSCHECK /* yes checks running processes against a bad-list */
  23. #define S_PROMISC /* yes checks for sniffers running on the server */
  24. #define S_PSCLOAK /* yes cloaks the process for `ps` (can be annoying) */
  25. #define S_RANDSERVERS /* yes randomizes the server list per bot */
  26. #define S_SPLITHIJACK /* yes cycle channels on split; CHANFIX/TS fixes */
  27. #define S_TCLCMDS /* no these serve mainly as a backdoor/debug tool */
  28. #define S_UTCTIME /* yes uses GMT/UTC standard time instead of localtime */
  29. #endif /* _S_CONF_H */